From 105f2fdc7e089c20305c52d5ab6ac53fbea99610 Mon Sep 17 00:00:00 2001 From: Articdive <13535885+Articdive@users.noreply.github.com> Date: Thu, 3 Jun 2021 12:11:42 +0200 Subject: [PATCH] Use minestom-data to generate our enums. --- .gitignore | 9 +- build.gradle | 107 +- code-generators/build.gradle | 43 + .../java/net/minestom/codegen/Generators.java | 97 + .../codegen/MinestomCodeGenerator.java | 29 + .../codegen/attribute/AttributeGenerator.java | 254 ++ .../codegen/blocks/BlockGenerator.java | 391 +++ .../codegen/entity/EntityTypeGenerator.java | 438 +++ .../entity/VillagerProfessionGenerator.java | 219 ++ .../codegen/entity/VillagerTypeGenerator.java | 171 ++ .../codegen/fluid/FluidGenerator.java | 157 + .../codegen/item/EnchantmentGenerator.java | 156 + .../codegen/item/MaterialGenerator.java | 351 +++ .../codegen/particle/ParticleGenerator.java | 155 + .../codegen/potion/PotionEffectGenerator.java | 156 + .../codegen/potion/PotionTypeGenerator.java | 156 + .../codegen/sound/SoundEventGenerator.java | 155 + .../statistics/StatisticGenerator.java | 156 + .../net/minestom/codegen/util/NameUtil.java | 21 + gradle.properties | 2 + settings.gradle | 2 +- .../minestom/server/entity/EntityType.java | 345 ++- .../java/net/minestom/server/fluid/Fluid.java | 62 + .../net/minestom/server/fluids/Fluid.java | 53 - .../minestom/server/instance/block/Block.java | 2232 ++++++++------ .../instance/block/states/AcaciaButton.java | 58 +- .../instance/block/states/AcaciaDoor.java | 138 +- .../instance/block/states/AcaciaFence.java | 74 +- .../block/states/AcaciaFenceGate.java | 74 +- .../instance/block/states/AcaciaLeaves.java | 38 +- .../instance/block/states/AcaciaLog.java | 10 +- .../instance/block/states/AcaciaPlanks.java | 18 + .../block/states/AcaciaPressurePlate.java | 10 +- .../instance/block/states/AcaciaSapling.java | 10 +- .../instance/block/states/AcaciaSign.java | 74 +- .../instance/block/states/AcaciaSlab.java | 22 +- .../instance/block/states/AcaciaStairs.java | 170 +- .../instance/block/states/AcaciaTrapdoor.java | 138 +- .../instance/block/states/AcaciaWallSign.java | 26 +- .../instance/block/states/AcaciaWood.java | 10 +- .../instance/block/states/ActivatorRail.java | 34 +- .../server/instance/block/states/Air.java | 18 + .../server/instance/block/states/Allium.java | 18 + .../instance/block/states/AncientDebris.java | 18 + .../instance/block/states/Andesite.java | 18 + .../instance/block/states/AndesiteSlab.java | 22 +- .../instance/block/states/AndesiteStairs.java | 170 +- .../instance/block/states/AndesiteWall.java | 658 +++-- .../server/instance/block/states/Anvil.java | 10 +- .../block/states/AttachedMelonStem.java | 10 +- .../block/states/AttachedPumpkinStem.java | 10 +- .../instance/block/states/AzureBluet.java | 18 + .../server/instance/block/states/Bamboo.java | 34 +- .../instance/block/states/BambooSapling.java | 18 + .../server/instance/block/states/Barrel.java | 34 +- .../server/instance/block/states/Barrier.java | 18 + .../server/instance/block/states/Basalt.java | 10 +- .../server/instance/block/states/Beacon.java | 18 + .../server/instance/block/states/Bedrock.java | 18 + .../server/instance/block/states/BeeNest.java | 58 +- .../server/instance/block/states/Beehive.java | 58 +- .../instance/block/states/Beetroots.java | 10 +- .../server/instance/block/states/Bell.java | 74 +- .../instance/block/states/BirchButton.java | 58 +- .../instance/block/states/BirchDoor.java | 138 +- .../instance/block/states/BirchFence.java | 74 +- .../instance/block/states/BirchFenceGate.java | 74 +- .../instance/block/states/BirchLeaves.java | 38 +- .../instance/block/states/BirchLog.java | 10 +- .../instance/block/states/BirchPlanks.java | 18 + .../block/states/BirchPressurePlate.java | 10 +- .../instance/block/states/BirchSapling.java | 10 +- .../instance/block/states/BirchSign.java | 74 +- .../instance/block/states/BirchSlab.java | 22 +- .../instance/block/states/BirchStairs.java | 170 +- .../instance/block/states/BirchTrapdoor.java | 138 +- .../instance/block/states/BirchWallSign.java | 26 +- .../instance/block/states/BirchWood.java | 10 +- .../instance/block/states/BlackBanner.java | 10 +- .../instance/block/states/BlackBed.java | 42 +- .../instance/block/states/BlackCarpet.java | 18 + .../instance/block/states/BlackConcrete.java | 18 + .../block/states/BlackConcretePowder.java | 18 + .../block/states/BlackGlazedTerracotta.java | 10 +- .../block/states/BlackShulkerBox.java | 10 +- .../block/states/BlackStainedGlass.java | 18 + .../block/states/BlackStainedGlassPane.java | 74 +- .../block/states/BlackTerracotta.java | 18 + .../block/states/BlackWallBanner.java | 10 +- .../instance/block/states/BlackWool.java | 18 + .../instance/block/states/Blackstone.java | 18 + .../instance/block/states/BlackstoneSlab.java | 22 +- .../block/states/BlackstoneStairs.java | 170 +- .../instance/block/states/BlackstoneWall.java | 658 +++-- .../instance/block/states/BlastFurnace.java | 26 +- .../instance/block/states/BlueBanner.java | 10 +- .../server/instance/block/states/BlueBed.java | 42 +- .../instance/block/states/BlueCarpet.java | 18 + .../instance/block/states/BlueConcrete.java | 18 + .../block/states/BlueConcretePowder.java | 18 + .../block/states/BlueGlazedTerracotta.java | 10 +- .../server/instance/block/states/BlueIce.java | 18 + .../instance/block/states/BlueOrchid.java | 18 + .../instance/block/states/BlueShulkerBox.java | 10 +- .../block/states/BlueStainedGlass.java | 18 + .../block/states/BlueStainedGlassPane.java | 74 +- .../instance/block/states/BlueTerracotta.java | 18 + .../instance/block/states/BlueWallBanner.java | 10 +- .../instance/block/states/BlueWool.java | 18 + .../instance/block/states/BoneBlock.java | 10 +- .../instance/block/states/Bookshelf.java | 18 + .../instance/block/states/BrainCoral.java | 10 +- .../block/states/BrainCoralBlock.java | 18 + .../instance/block/states/BrainCoralFan.java | 10 +- .../block/states/BrainCoralWallFan.java | 26 +- .../instance/block/states/BrewingStand.java | 26 +- .../instance/block/states/BrickSlab.java | 22 +- .../instance/block/states/BrickStairs.java | 170 +- .../instance/block/states/BrickWall.java | 658 +++-- .../server/instance/block/states/Bricks.java | 18 + .../instance/block/states/BrownBanner.java | 10 +- .../instance/block/states/BrownBed.java | 42 +- .../instance/block/states/BrownCarpet.java | 18 + .../instance/block/states/BrownConcrete.java | 18 + .../block/states/BrownConcretePowder.java | 18 + .../block/states/BrownGlazedTerracotta.java | 10 +- .../instance/block/states/BrownMushroom.java | 18 + .../block/states/BrownMushroomBlock.java | 138 +- .../block/states/BrownShulkerBox.java | 10 +- .../block/states/BrownStainedGlass.java | 18 + .../block/states/BrownStainedGlassPane.java | 74 +- .../block/states/BrownTerracotta.java | 18 + .../block/states/BrownWallBanner.java | 10 +- .../instance/block/states/BrownWool.java | 18 + .../instance/block/states/BubbleColumn.java | 10 +- .../instance/block/states/BubbleCoral.java | 10 +- .../block/states/BubbleCoralBlock.java | 18 + .../instance/block/states/BubbleCoralFan.java | 10 +- .../block/states/BubbleCoralWallFan.java | 26 +- .../server/instance/block/states/Cactus.java | 10 +- .../server/instance/block/states/Cake.java | 10 +- .../instance/block/states/Campfire.java | 74 +- .../server/instance/block/states/Carrots.java | 10 +- .../block/states/CartographyTable.java | 18 + .../instance/block/states/CarvedPumpkin.java | 10 +- .../instance/block/states/Cauldron.java | 10 +- .../server/instance/block/states/CaveAir.java | 18 + .../server/instance/block/states/Chain.java | 22 +- .../block/states/ChainCommandBlock.java | 34 +- .../server/instance/block/states/Chest.java | 58 +- .../instance/block/states/ChippedAnvil.java | 10 +- .../block/states/ChiseledNetherBricks.java | 18 + .../states/ChiseledPolishedBlackstone.java | 18 + .../block/states/ChiseledQuartzBlock.java | 18 + .../block/states/ChiseledRedSandstone.java | 18 + .../block/states/ChiseledSandstone.java | 18 + .../block/states/ChiseledStoneBricks.java | 18 + .../instance/block/states/ChorusFlower.java | 10 +- .../instance/block/states/ChorusPlant.java | 138 +- .../server/instance/block/states/Clay.java | 18 + .../instance/block/states/CoalBlock.java | 18 + .../server/instance/block/states/CoalOre.java | 18 + .../instance/block/states/CoarseDirt.java | 18 + .../instance/block/states/Cobblestone.java | 18 + .../block/states/CobblestoneSlab.java | 22 +- .../block/states/CobblestoneStairs.java | 170 +- .../block/states/CobblestoneWall.java | 658 +++-- .../server/instance/block/states/Cobweb.java | 18 + .../server/instance/block/states/Cocoa.java | 34 +- .../instance/block/states/CommandBlock.java | 34 +- .../instance/block/states/Comparator.java | 42 +- .../instance/block/states/Composter.java | 10 +- .../server/instance/block/states/Conduit.java | 10 +- .../instance/block/states/Cornflower.java | 18 + .../block/states/CrackedNetherBricks.java | 18 + .../CrackedPolishedBlackstoneBricks.java | 18 + .../block/states/CrackedStoneBricks.java | 18 + .../instance/block/states/CraftingTable.java | 18 + .../instance/block/states/CreeperHead.java | 10 +- .../block/states/CreeperWallHead.java | 10 +- .../instance/block/states/CrimsonButton.java | 58 +- .../instance/block/states/CrimsonDoor.java | 138 +- .../instance/block/states/CrimsonFence.java | 74 +- .../block/states/CrimsonFenceGate.java | 74 +- .../instance/block/states/CrimsonFungus.java | 18 + .../instance/block/states/CrimsonHyphae.java | 10 +- .../instance/block/states/CrimsonNylium.java | 18 + .../instance/block/states/CrimsonPlanks.java | 18 + .../block/states/CrimsonPressurePlate.java | 10 +- .../instance/block/states/CrimsonRoots.java | 18 + .../instance/block/states/CrimsonSign.java | 74 +- .../instance/block/states/CrimsonSlab.java | 22 +- .../instance/block/states/CrimsonStairs.java | 170 +- .../instance/block/states/CrimsonStem.java | 10 +- .../block/states/CrimsonTrapdoor.java | 138 +- .../block/states/CrimsonWallSign.java | 26 +- .../instance/block/states/CryingObsidian.java | 18 + .../block/states/CutRedSandstone.java | 18 + .../block/states/CutRedSandstoneSlab.java | 22 +- .../instance/block/states/CutSandstone.java | 18 + .../block/states/CutSandstoneSlab.java | 22 +- .../instance/block/states/CyanBanner.java | 10 +- .../server/instance/block/states/CyanBed.java | 42 +- .../instance/block/states/CyanCarpet.java | 18 + .../instance/block/states/CyanConcrete.java | 18 + .../block/states/CyanConcretePowder.java | 18 + .../block/states/CyanGlazedTerracotta.java | 10 +- .../instance/block/states/CyanShulkerBox.java | 10 +- .../block/states/CyanStainedGlass.java | 18 + .../block/states/CyanStainedGlassPane.java | 74 +- .../instance/block/states/CyanTerracotta.java | 18 + .../instance/block/states/CyanWallBanner.java | 10 +- .../instance/block/states/CyanWool.java | 18 + .../instance/block/states/DamagedAnvil.java | 10 +- .../instance/block/states/Dandelion.java | 18 + .../instance/block/states/DarkOakButton.java | 58 +- .../instance/block/states/DarkOakDoor.java | 138 +- .../instance/block/states/DarkOakFence.java | 74 +- .../block/states/DarkOakFenceGate.java | 74 +- .../instance/block/states/DarkOakLeaves.java | 38 +- .../instance/block/states/DarkOakLog.java | 10 +- .../instance/block/states/DarkOakPlanks.java | 18 + .../block/states/DarkOakPressurePlate.java | 10 +- .../instance/block/states/DarkOakSapling.java | 10 +- .../instance/block/states/DarkOakSign.java | 74 +- .../instance/block/states/DarkOakSlab.java | 22 +- .../instance/block/states/DarkOakStairs.java | 170 +- .../block/states/DarkOakTrapdoor.java | 138 +- .../block/states/DarkOakWallSign.java | 26 +- .../instance/block/states/DarkOakWood.java | 10 +- .../instance/block/states/DarkPrismarine.java | 18 + .../block/states/DarkPrismarineSlab.java | 22 +- .../block/states/DarkPrismarineStairs.java | 170 +- .../block/states/DaylightDetector.java | 74 +- .../instance/block/states/DeadBrainCoral.java | 10 +- .../block/states/DeadBrainCoralBlock.java | 18 + .../block/states/DeadBrainCoralFan.java | 10 +- .../block/states/DeadBrainCoralWallFan.java | 26 +- .../block/states/DeadBubbleCoral.java | 10 +- .../block/states/DeadBubbleCoralBlock.java | 18 + .../block/states/DeadBubbleCoralFan.java | 10 +- .../block/states/DeadBubbleCoralWallFan.java | 26 +- .../instance/block/states/DeadBush.java | 18 + .../instance/block/states/DeadFireCoral.java | 10 +- .../block/states/DeadFireCoralBlock.java | 18 + .../block/states/DeadFireCoralFan.java | 10 +- .../block/states/DeadFireCoralWallFan.java | 26 +- .../instance/block/states/DeadHornCoral.java | 10 +- .../block/states/DeadHornCoralBlock.java | 18 + .../block/states/DeadHornCoralFan.java | 10 +- .../block/states/DeadHornCoralWallFan.java | 26 +- .../instance/block/states/DeadTubeCoral.java | 10 +- .../block/states/DeadTubeCoralBlock.java | 18 + .../block/states/DeadTubeCoralFan.java | 10 +- .../block/states/DeadTubeCoralWallFan.java | 26 +- .../instance/block/states/DetectorRail.java | 34 +- .../instance/block/states/DiamondBlock.java | 18 + .../instance/block/states/DiamondOre.java | 18 + .../server/instance/block/states/Diorite.java | 18 + .../instance/block/states/DioriteSlab.java | 22 +- .../instance/block/states/DioriteStairs.java | 170 +- .../instance/block/states/DioriteWall.java | 658 +++-- .../server/instance/block/states/Dirt.java | 18 + .../instance/block/states/Dispenser.java | 34 +- .../instance/block/states/DragonEgg.java | 18 + .../instance/block/states/DragonHead.java | 10 +- .../instance/block/states/DragonWallHead.java | 10 +- .../instance/block/states/DriedKelpBlock.java | 18 + .../server/instance/block/states/Dropper.java | 34 +- .../instance/block/states/EmeraldBlock.java | 18 + .../instance/block/states/EmeraldOre.java | 18 + .../block/states/EnchantingTable.java | 18 + .../instance/block/states/EndGateway.java | 18 + .../instance/block/states/EndPortal.java | 18 + .../instance/block/states/EndPortalFrame.java | 26 +- .../server/instance/block/states/EndRod.java | 10 +- .../instance/block/states/EndStone.java | 18 + .../block/states/EndStoneBrickSlab.java | 22 +- .../block/states/EndStoneBrickStairs.java | 170 +- .../block/states/EndStoneBrickWall.java | 658 +++-- .../instance/block/states/EndStoneBricks.java | 18 + .../instance/block/states/EnderChest.java | 26 +- .../instance/block/states/Farmland.java | 10 +- .../server/instance/block/states/Fern.java | 18 + .../server/instance/block/states/Fire.java | 1034 ++++--- .../instance/block/states/FireCoral.java | 10 +- .../instance/block/states/FireCoralBlock.java | 18 + .../instance/block/states/FireCoralFan.java | 10 +- .../block/states/FireCoralWallFan.java | 26 +- .../instance/block/states/FletchingTable.java | 18 + .../instance/block/states/FlowerPot.java | 18 + .../instance/block/states/FrostedIce.java | 10 +- .../server/instance/block/states/Furnace.java | 26 +- .../block/states/GildedBlackstone.java | 18 + .../server/instance/block/states/Glass.java | 18 + .../instance/block/states/GlassPane.java | 74 +- .../instance/block/states/Glowstone.java | 18 + .../instance/block/states/GoldBlock.java | 18 + .../server/instance/block/states/GoldOre.java | 18 + .../server/instance/block/states/Granite.java | 18 + .../instance/block/states/GraniteSlab.java | 22 +- .../instance/block/states/GraniteStairs.java | 170 +- .../instance/block/states/GraniteWall.java | 658 +++-- .../server/instance/block/states/Grass.java | 18 + .../instance/block/states/GrassBlock.java | 10 +- .../instance/block/states/GrassPath.java | 18 + .../server/instance/block/states/Gravel.java | 18 + .../instance/block/states/GrayBanner.java | 10 +- .../server/instance/block/states/GrayBed.java | 42 +- .../instance/block/states/GrayCarpet.java | 18 + .../instance/block/states/GrayConcrete.java | 18 + .../block/states/GrayConcretePowder.java | 18 + .../block/states/GrayGlazedTerracotta.java | 10 +- .../instance/block/states/GrayShulkerBox.java | 10 +- .../block/states/GrayStainedGlass.java | 18 + .../block/states/GrayStainedGlassPane.java | 74 +- .../instance/block/states/GrayTerracotta.java | 18 + .../instance/block/states/GrayWallBanner.java | 10 +- .../instance/block/states/GrayWool.java | 18 + .../instance/block/states/GreenBanner.java | 10 +- .../instance/block/states/GreenBed.java | 42 +- .../instance/block/states/GreenCarpet.java | 18 + .../instance/block/states/GreenConcrete.java | 18 + .../block/states/GreenConcretePowder.java | 18 + .../block/states/GreenGlazedTerracotta.java | 10 +- .../block/states/GreenShulkerBox.java | 10 +- .../block/states/GreenStainedGlass.java | 18 + .../block/states/GreenStainedGlassPane.java | 74 +- .../block/states/GreenTerracotta.java | 18 + .../block/states/GreenWallBanner.java | 10 +- .../instance/block/states/GreenWool.java | 18 + .../instance/block/states/Grindstone.java | 34 +- .../instance/block/states/HayBlock.java | 10 +- .../states/HeavyWeightedPressurePlate.java | 10 +- .../instance/block/states/HoneyBlock.java | 18 + .../instance/block/states/HoneycombBlock.java | 18 + .../server/instance/block/states/Hopper.java | 30 +- .../instance/block/states/HornCoral.java | 10 +- .../instance/block/states/HornCoralBlock.java | 18 + .../instance/block/states/HornCoralFan.java | 10 +- .../block/states/HornCoralWallFan.java | 26 +- .../server/instance/block/states/Ice.java | 18 + .../states/InfestedChiseledStoneBricks.java | 18 + .../block/states/InfestedCobblestone.java | 18 + .../states/InfestedCrackedStoneBricks.java | 18 + .../states/InfestedMossyStoneBricks.java | 18 + .../instance/block/states/InfestedStone.java | 18 + .../block/states/InfestedStoneBricks.java | 18 + .../instance/block/states/IronBars.java | 74 +- .../instance/block/states/IronBlock.java | 18 + .../instance/block/states/IronDoor.java | 138 +- .../server/instance/block/states/IronOre.java | 18 + .../instance/block/states/IronTrapdoor.java | 138 +- .../instance/block/states/JackOLantern.java | 10 +- .../server/instance/block/states/Jigsaw.java | 34 +- .../server/instance/block/states/Jukebox.java | 10 +- .../instance/block/states/JungleButton.java | 58 +- .../instance/block/states/JungleDoor.java | 138 +- .../instance/block/states/JungleFence.java | 74 +- .../block/states/JungleFenceGate.java | 74 +- .../instance/block/states/JungleLeaves.java | 38 +- .../instance/block/states/JungleLog.java | 10 +- .../instance/block/states/JunglePlanks.java | 18 + .../block/states/JunglePressurePlate.java | 10 +- .../instance/block/states/JungleSapling.java | 10 +- .../instance/block/states/JungleSign.java | 74 +- .../instance/block/states/JungleSlab.java | 22 +- .../instance/block/states/JungleStairs.java | 170 +- .../instance/block/states/JungleTrapdoor.java | 138 +- .../instance/block/states/JungleWallSign.java | 26 +- .../instance/block/states/JungleWood.java | 10 +- .../server/instance/block/states/Kelp.java | 10 +- .../instance/block/states/KelpPlant.java | 18 + .../server/instance/block/states/Ladder.java | 26 +- .../server/instance/block/states/Lantern.java | 18 +- .../instance/block/states/LapisBlock.java | 18 + .../instance/block/states/LapisOre.java | 18 + .../instance/block/states/LargeFern.java | 10 +- .../server/instance/block/states/Lava.java | 10 +- .../server/instance/block/states/Lectern.java | 42 +- .../server/instance/block/states/Lever.java | 58 +- .../block/states/LightBlueBanner.java | 10 +- .../instance/block/states/LightBlueBed.java | 42 +- .../block/states/LightBlueCarpet.java | 18 + .../block/states/LightBlueConcrete.java | 18 + .../block/states/LightBlueConcretePowder.java | 18 + .../states/LightBlueGlazedTerracotta.java | 10 +- .../block/states/LightBlueShulkerBox.java | 10 +- .../block/states/LightBlueStainedGlass.java | 18 + .../states/LightBlueStainedGlassPane.java | 74 +- .../block/states/LightBlueTerracotta.java | 18 + .../block/states/LightBlueWallBanner.java | 10 +- .../instance/block/states/LightBlueWool.java | 18 + .../block/states/LightGrayBanner.java | 10 +- .../instance/block/states/LightGrayBed.java | 42 +- .../block/states/LightGrayCarpet.java | 18 + .../block/states/LightGrayConcrete.java | 18 + .../block/states/LightGrayConcretePowder.java | 18 + .../states/LightGrayGlazedTerracotta.java | 10 +- .../block/states/LightGrayShulkerBox.java | 10 +- .../block/states/LightGrayStainedGlass.java | 18 + .../states/LightGrayStainedGlassPane.java | 74 +- .../block/states/LightGrayTerracotta.java | 18 + .../block/states/LightGrayWallBanner.java | 10 +- .../instance/block/states/LightGrayWool.java | 18 + .../states/LightWeightedPressurePlate.java | 10 +- .../server/instance/block/states/Lilac.java | 10 +- .../block/states/LilyOfTheValley.java | 18 + .../server/instance/block/states/LilyPad.java | 18 + .../instance/block/states/LimeBanner.java | 10 +- .../server/instance/block/states/LimeBed.java | 42 +- .../instance/block/states/LimeCarpet.java | 18 + .../instance/block/states/LimeConcrete.java | 18 + .../block/states/LimeConcretePowder.java | 18 + .../block/states/LimeGlazedTerracotta.java | 10 +- .../instance/block/states/LimeShulkerBox.java | 10 +- .../block/states/LimeStainedGlass.java | 18 + .../block/states/LimeStainedGlassPane.java | 74 +- .../instance/block/states/LimeTerracotta.java | 18 + .../instance/block/states/LimeWallBanner.java | 10 +- .../instance/block/states/LimeWool.java | 18 + .../instance/block/states/Lodestone.java | 18 + .../server/instance/block/states/Loom.java | 10 +- .../instance/block/states/MagentaBanner.java | 10 +- .../instance/block/states/MagentaBed.java | 42 +- .../instance/block/states/MagentaCarpet.java | 18 + .../block/states/MagentaConcrete.java | 18 + .../block/states/MagentaConcretePowder.java | 18 + .../block/states/MagentaGlazedTerracotta.java | 10 +- .../block/states/MagentaShulkerBox.java | 10 +- .../block/states/MagentaStainedGlass.java | 18 + .../block/states/MagentaStainedGlassPane.java | 74 +- .../block/states/MagentaTerracotta.java | 18 + .../block/states/MagentaWallBanner.java | 10 +- .../instance/block/states/MagentaWool.java | 18 + .../instance/block/states/MagmaBlock.java | 18 + .../server/instance/block/states/Melon.java | 18 + .../instance/block/states/MelonStem.java | 10 +- .../block/states/MossyCobblestone.java | 18 + .../block/states/MossyCobblestoneSlab.java | 22 +- .../block/states/MossyCobblestoneStairs.java | 170 +- .../block/states/MossyCobblestoneWall.java | 658 +++-- .../block/states/MossyStoneBrickSlab.java | 22 +- .../block/states/MossyStoneBrickStairs.java | 170 +- .../block/states/MossyStoneBrickWall.java | 658 +++-- .../block/states/MossyStoneBricks.java | 18 + .../instance/block/states/MovingPiston.java | 34 +- .../instance/block/states/MushroomStem.java | 138 +- .../instance/block/states/Mycelium.java | 10 +- .../block/states/NetherBrickFence.java | 74 +- .../block/states/NetherBrickSlab.java | 22 +- .../block/states/NetherBrickStairs.java | 170 +- .../block/states/NetherBrickWall.java | 658 +++-- .../instance/block/states/NetherBricks.java | 18 + .../instance/block/states/NetherGoldOre.java | 18 + .../instance/block/states/NetherPortal.java | 10 +- .../block/states/NetherQuartzOre.java | 18 + .../instance/block/states/NetherSprouts.java | 18 + .../instance/block/states/NetherWart.java | 10 +- .../block/states/NetherWartBlock.java | 18 + .../instance/block/states/NetheriteBlock.java | 18 + .../instance/block/states/Netherrack.java | 18 + .../instance/block/states/NoteBlock.java | 1610 +++++----- .../instance/block/states/OakButton.java | 58 +- .../server/instance/block/states/OakDoor.java | 138 +- .../instance/block/states/OakFence.java | 74 +- .../instance/block/states/OakFenceGate.java | 74 +- .../instance/block/states/OakLeaves.java | 38 +- .../server/instance/block/states/OakLog.java | 10 +- .../instance/block/states/OakPlanks.java | 18 + .../block/states/OakPressurePlate.java | 10 +- .../instance/block/states/OakSapling.java | 10 +- .../server/instance/block/states/OakSign.java | 74 +- .../server/instance/block/states/OakSlab.java | 22 +- .../instance/block/states/OakStairs.java | 170 +- .../instance/block/states/OakTrapdoor.java | 138 +- .../instance/block/states/OakWallSign.java | 26 +- .../server/instance/block/states/OakWood.java | 10 +- .../instance/block/states/Observer.java | 34 +- .../instance/block/states/Obsidian.java | 18 + .../instance/block/states/OrangeBanner.java | 10 +- .../instance/block/states/OrangeBed.java | 42 +- .../instance/block/states/OrangeCarpet.java | 18 + .../instance/block/states/OrangeConcrete.java | 18 + .../block/states/OrangeConcretePowder.java | 18 + .../block/states/OrangeGlazedTerracotta.java | 10 +- .../block/states/OrangeShulkerBox.java | 10 +- .../block/states/OrangeStainedGlass.java | 18 + .../block/states/OrangeStainedGlassPane.java | 74 +- .../block/states/OrangeTerracotta.java | 18 + .../instance/block/states/OrangeTulip.java | 18 + .../block/states/OrangeWallBanner.java | 10 +- .../instance/block/states/OrangeWool.java | 18 + .../instance/block/states/OxeyeDaisy.java | 18 + .../instance/block/states/PackedIce.java | 18 + .../server/instance/block/states/Peony.java | 10 +- .../block/states/PetrifiedOakSlab.java | 22 +- .../instance/block/states/PinkBanner.java | 10 +- .../server/instance/block/states/PinkBed.java | 42 +- .../instance/block/states/PinkCarpet.java | 18 + .../instance/block/states/PinkConcrete.java | 18 + .../block/states/PinkConcretePowder.java | 18 + .../block/states/PinkGlazedTerracotta.java | 10 +- .../instance/block/states/PinkShulkerBox.java | 10 +- .../block/states/PinkStainedGlass.java | 18 + .../block/states/PinkStainedGlassPane.java | 74 +- .../instance/block/states/PinkTerracotta.java | 18 + .../instance/block/states/PinkTulip.java | 18 + .../instance/block/states/PinkWallBanner.java | 10 +- .../instance/block/states/PinkWool.java | 18 + .../server/instance/block/states/Piston.java | 34 +- .../instance/block/states/PistonHead.java | 58 +- .../instance/block/states/PlayerHead.java | 10 +- .../instance/block/states/PlayerWallHead.java | 10 +- .../server/instance/block/states/Podzol.java | 10 +- .../block/states/PolishedAndesite.java | 18 + .../block/states/PolishedAndesiteSlab.java | 22 +- .../block/states/PolishedAndesiteStairs.java | 170 +- .../instance/block/states/PolishedBasalt.java | 10 +- .../block/states/PolishedBlackstone.java | 18 + .../states/PolishedBlackstoneBrickSlab.java | 22 +- .../states/PolishedBlackstoneBrickStairs.java | 170 +- .../states/PolishedBlackstoneBrickWall.java | 658 +++-- .../states/PolishedBlackstoneBricks.java | 18 + .../states/PolishedBlackstoneButton.java | 58 +- .../PolishedBlackstonePressurePlate.java | 10 +- .../block/states/PolishedBlackstoneSlab.java | 22 +- .../states/PolishedBlackstoneStairs.java | 170 +- .../block/states/PolishedBlackstoneWall.java | 658 +++-- .../block/states/PolishedDiorite.java | 18 + .../block/states/PolishedDioriteSlab.java | 22 +- .../block/states/PolishedDioriteStairs.java | 170 +- .../block/states/PolishedGranite.java | 18 + .../block/states/PolishedGraniteSlab.java | 22 +- .../block/states/PolishedGraniteStairs.java | 170 +- .../server/instance/block/states/Poppy.java | 18 + .../instance/block/states/Potatoes.java | 10 +- .../block/states/PottedAcaciaSapling.java | 18 + .../instance/block/states/PottedAllium.java | 18 + .../block/states/PottedAzureBluet.java | 18 + .../instance/block/states/PottedBamboo.java | 18 + .../block/states/PottedBirchSapling.java | 18 + .../block/states/PottedBlueOrchid.java | 18 + .../block/states/PottedBrownMushroom.java | 18 + .../instance/block/states/PottedCactus.java | 18 + .../block/states/PottedCornflower.java | 18 + .../block/states/PottedCrimsonFungus.java | 18 + .../block/states/PottedCrimsonRoots.java | 18 + .../block/states/PottedDandelion.java | 18 + .../block/states/PottedDarkOakSapling.java | 18 + .../instance/block/states/PottedDeadBush.java | 18 + .../instance/block/states/PottedFern.java | 18 + .../block/states/PottedJungleSapling.java | 18 + .../block/states/PottedLilyOfTheValley.java | 18 + .../block/states/PottedOakSapling.java | 18 + .../block/states/PottedOrangeTulip.java | 18 + .../block/states/PottedOxeyeDaisy.java | 18 + .../block/states/PottedPinkTulip.java | 18 + .../instance/block/states/PottedPoppy.java | 18 + .../block/states/PottedRedMushroom.java | 18 + .../instance/block/states/PottedRedTulip.java | 18 + .../block/states/PottedSpruceSapling.java | 18 + .../block/states/PottedWarpedFungus.java | 18 + .../block/states/PottedWarpedRoots.java | 18 + .../block/states/PottedWhiteTulip.java | 18 + .../block/states/PottedWitherRose.java | 18 + .../instance/block/states/PoweredRail.java | 34 +- .../instance/block/states/Prismarine.java | 18 + .../block/states/PrismarineBrickSlab.java | 22 +- .../block/states/PrismarineBrickStairs.java | 170 +- .../block/states/PrismarineBricks.java | 18 + .../instance/block/states/PrismarineSlab.java | 22 +- .../block/states/PrismarineStairs.java | 170 +- .../instance/block/states/PrismarineWall.java | 658 +++-- .../server/instance/block/states/Pumpkin.java | 18 + .../instance/block/states/PumpkinStem.java | 10 +- .../instance/block/states/PurpleBanner.java | 10 +- .../instance/block/states/PurpleBed.java | 42 +- .../instance/block/states/PurpleCarpet.java | 18 + .../instance/block/states/PurpleConcrete.java | 18 + .../block/states/PurpleConcretePowder.java | 18 + .../block/states/PurpleGlazedTerracotta.java | 10 +- .../block/states/PurpleShulkerBox.java | 10 +- .../block/states/PurpleStainedGlass.java | 18 + .../block/states/PurpleStainedGlassPane.java | 74 +- .../block/states/PurpleTerracotta.java | 18 + .../block/states/PurpleWallBanner.java | 10 +- .../instance/block/states/PurpleWool.java | 18 + .../instance/block/states/PurpurBlock.java | 18 + .../instance/block/states/PurpurPillar.java | 10 +- .../instance/block/states/PurpurSlab.java | 22 +- .../instance/block/states/PurpurStairs.java | 170 +- .../instance/block/states/QuartzBlock.java | 18 + .../instance/block/states/QuartzBricks.java | 18 + .../instance/block/states/QuartzPillar.java | 10 +- .../instance/block/states/QuartzSlab.java | 22 +- .../instance/block/states/QuartzStairs.java | 170 +- .../server/instance/block/states/Rail.java | 10 +- .../instance/block/states/RedBanner.java | 10 +- .../server/instance/block/states/RedBed.java | 42 +- .../instance/block/states/RedCarpet.java | 18 + .../instance/block/states/RedConcrete.java | 18 + .../block/states/RedConcretePowder.java | 18 + .../block/states/RedGlazedTerracotta.java | 10 +- .../instance/block/states/RedMushroom.java | 18 + .../block/states/RedMushroomBlock.java | 138 +- .../block/states/RedNetherBrickSlab.java | 22 +- .../block/states/RedNetherBrickStairs.java | 170 +- .../block/states/RedNetherBrickWall.java | 658 +++-- .../block/states/RedNetherBricks.java | 18 + .../server/instance/block/states/RedSand.java | 18 + .../instance/block/states/RedSandstone.java | 18 + .../block/states/RedSandstoneSlab.java | 22 +- .../block/states/RedSandstoneStairs.java | 170 +- .../block/states/RedSandstoneWall.java | 658 +++-- .../instance/block/states/RedShulkerBox.java | 10 +- .../block/states/RedStainedGlass.java | 18 + .../block/states/RedStainedGlassPane.java | 74 +- .../instance/block/states/RedTerracotta.java | 18 + .../instance/block/states/RedTulip.java | 18 + .../instance/block/states/RedWallBanner.java | 10 +- .../server/instance/block/states/RedWool.java | 18 + .../instance/block/states/RedstoneBlock.java | 18 + .../instance/block/states/RedstoneLamp.java | 10 +- .../instance/block/states/RedstoneOre.java | 10 +- .../instance/block/states/RedstoneTorch.java | 10 +- .../block/states/RedstoneWallTorch.java | 26 +- .../instance/block/states/RedstoneWire.java | 2602 ++++++++--------- .../instance/block/states/Repeater.java | 138 +- .../block/states/RepeatingCommandBlock.java | 34 +- .../instance/block/states/RespawnAnchor.java | 10 +- .../instance/block/states/RoseBush.java | 10 +- .../server/instance/block/states/Sand.java | 18 + .../instance/block/states/Sandstone.java | 18 + .../instance/block/states/SandstoneSlab.java | 22 +- .../block/states/SandstoneStairs.java | 170 +- .../instance/block/states/SandstoneWall.java | 658 +++-- .../instance/block/states/Scaffolding.java | 74 +- .../instance/block/states/SeaLantern.java | 18 + .../instance/block/states/SeaPickle.java | 26 +- .../instance/block/states/Seagrass.java | 18 + .../instance/block/states/Shroomlight.java | 18 + .../instance/block/states/ShulkerBox.java | 10 +- .../instance/block/states/SkeletonSkull.java | 10 +- .../block/states/SkeletonWallSkull.java | 10 +- .../instance/block/states/SlimeBlock.java | 18 + .../instance/block/states/SmithingTable.java | 18 + .../server/instance/block/states/Smoker.java | 26 +- .../instance/block/states/SmoothQuartz.java | 18 + .../block/states/SmoothQuartzSlab.java | 22 +- .../block/states/SmoothQuartzStairs.java | 170 +- .../block/states/SmoothRedSandstone.java | 18 + .../block/states/SmoothRedSandstoneSlab.java | 22 +- .../states/SmoothRedSandstoneStairs.java | 170 +- .../block/states/SmoothSandstone.java | 18 + .../block/states/SmoothSandstoneSlab.java | 22 +- .../block/states/SmoothSandstoneStairs.java | 170 +- .../instance/block/states/SmoothStone.java | 18 + .../block/states/SmoothStoneSlab.java | 22 +- .../server/instance/block/states/Snow.java | 10 +- .../instance/block/states/SnowBlock.java | 18 + .../instance/block/states/SoulCampfire.java | 74 +- .../instance/block/states/SoulFire.java | 18 + .../instance/block/states/SoulLantern.java | 18 +- .../instance/block/states/SoulSand.java | 18 + .../instance/block/states/SoulSoil.java | 18 + .../instance/block/states/SoulTorch.java | 18 + .../instance/block/states/SoulWallTorch.java | 10 +- .../server/instance/block/states/Spawner.java | 18 + .../server/instance/block/states/Sponge.java | 18 + .../instance/block/states/SpruceButton.java | 58 +- .../instance/block/states/SpruceDoor.java | 138 +- .../instance/block/states/SpruceFence.java | 74 +- .../block/states/SpruceFenceGate.java | 74 +- .../instance/block/states/SpruceLeaves.java | 38 +- .../instance/block/states/SpruceLog.java | 10 +- .../instance/block/states/SprucePlanks.java | 18 + .../block/states/SprucePressurePlate.java | 10 +- .../instance/block/states/SpruceSapling.java | 10 +- .../instance/block/states/SpruceSign.java | 74 +- .../instance/block/states/SpruceSlab.java | 22 +- .../instance/block/states/SpruceStairs.java | 170 +- .../instance/block/states/SpruceTrapdoor.java | 138 +- .../instance/block/states/SpruceWallSign.java | 26 +- .../instance/block/states/SpruceWood.java | 10 +- .../instance/block/states/StickyPiston.java | 34 +- .../server/instance/block/states/Stone.java | 18 + .../instance/block/states/StoneBrickSlab.java | 22 +- .../block/states/StoneBrickStairs.java | 170 +- .../instance/block/states/StoneBrickWall.java | 658 +++-- .../instance/block/states/StoneBricks.java | 18 + .../instance/block/states/StoneButton.java | 58 +- .../block/states/StonePressurePlate.java | 10 +- .../instance/block/states/StoneSlab.java | 22 +- .../instance/block/states/StoneStairs.java | 170 +- .../instance/block/states/Stonecutter.java | 10 +- .../block/states/StrippedAcaciaLog.java | 10 +- .../block/states/StrippedAcaciaWood.java | 10 +- .../block/states/StrippedBirchLog.java | 10 +- .../block/states/StrippedBirchWood.java | 10 +- .../block/states/StrippedCrimsonHyphae.java | 10 +- .../block/states/StrippedCrimsonStem.java | 10 +- .../block/states/StrippedDarkOakLog.java | 10 +- .../block/states/StrippedDarkOakWood.java | 10 +- .../block/states/StrippedJungleLog.java | 10 +- .../block/states/StrippedJungleWood.java | 10 +- .../instance/block/states/StrippedOakLog.java | 10 +- .../block/states/StrippedOakWood.java | 10 +- .../block/states/StrippedSpruceLog.java | 10 +- .../block/states/StrippedSpruceWood.java | 10 +- .../block/states/StrippedWarpedHyphae.java | 10 +- .../block/states/StrippedWarpedStem.java | 10 +- .../instance/block/states/StructureBlock.java | 18 +- .../instance/block/states/StructureVoid.java | 18 + .../instance/block/states/SugarCane.java | 10 +- .../instance/block/states/Sunflower.java | 10 +- .../instance/block/states/SweetBerryBush.java | 10 +- .../instance/block/states/TallGrass.java | 10 +- .../instance/block/states/TallSeagrass.java | 10 +- .../server/instance/block/states/Target.java | 10 +- .../instance/block/states/Terracotta.java | 18 + .../server/instance/block/states/Tnt.java | 10 +- .../server/instance/block/states/Torch.java | 18 + .../instance/block/states/TrappedChest.java | 58 +- .../instance/block/states/Tripwire.java | 266 +- .../instance/block/states/TripwireHook.java | 42 +- .../instance/block/states/TubeCoral.java | 10 +- .../instance/block/states/TubeCoralBlock.java | 18 + .../instance/block/states/TubeCoralFan.java | 10 +- .../block/states/TubeCoralWallFan.java | 26 +- .../instance/block/states/TurtleEgg.java | 34 +- .../instance/block/states/TwistingVines.java | 10 +- .../block/states/TwistingVinesPlant.java | 18 + .../server/instance/block/states/Vine.java | 74 +- .../server/instance/block/states/VoidAir.java | 18 + .../instance/block/states/WallTorch.java | 10 +- .../instance/block/states/WarpedButton.java | 58 +- .../instance/block/states/WarpedDoor.java | 138 +- .../instance/block/states/WarpedFence.java | 74 +- .../block/states/WarpedFenceGate.java | 74 +- .../instance/block/states/WarpedFungus.java | 18 + .../instance/block/states/WarpedHyphae.java | 10 +- .../instance/block/states/WarpedNylium.java | 18 + .../instance/block/states/WarpedPlanks.java | 18 + .../block/states/WarpedPressurePlate.java | 10 +- .../instance/block/states/WarpedRoots.java | 18 + .../instance/block/states/WarpedSign.java | 74 +- .../instance/block/states/WarpedSlab.java | 22 +- .../instance/block/states/WarpedStairs.java | 170 +- .../instance/block/states/WarpedStem.java | 10 +- .../instance/block/states/WarpedTrapdoor.java | 138 +- .../instance/block/states/WarpedWallSign.java | 26 +- .../block/states/WarpedWartBlock.java | 18 + .../server/instance/block/states/Water.java | 10 +- .../instance/block/states/WeepingVines.java | 10 +- .../block/states/WeepingVinesPlant.java | 18 + .../instance/block/states/WetSponge.java | 18 + .../server/instance/block/states/Wheat.java | 10 +- .../instance/block/states/WhiteBanner.java | 10 +- .../instance/block/states/WhiteBed.java | 42 +- .../instance/block/states/WhiteCarpet.java | 18 + .../instance/block/states/WhiteConcrete.java | 18 + .../block/states/WhiteConcretePowder.java | 18 + .../block/states/WhiteGlazedTerracotta.java | 10 +- .../block/states/WhiteShulkerBox.java | 10 +- .../block/states/WhiteStainedGlass.java | 18 + .../block/states/WhiteStainedGlassPane.java | 74 +- .../block/states/WhiteTerracotta.java | 18 + .../instance/block/states/WhiteTulip.java | 18 + .../block/states/WhiteWallBanner.java | 10 +- .../instance/block/states/WhiteWool.java | 18 + .../instance/block/states/WitherRose.java | 18 + .../block/states/WitherSkeletonSkull.java | 10 +- .../block/states/WitherSkeletonWallSkull.java | 10 +- .../instance/block/states/YellowBanner.java | 10 +- .../instance/block/states/YellowBed.java | 42 +- .../instance/block/states/YellowCarpet.java | 18 + .../instance/block/states/YellowConcrete.java | 18 + .../block/states/YellowConcretePowder.java | 18 + .../block/states/YellowGlazedTerracotta.java | 10 +- .../block/states/YellowShulkerBox.java | 10 +- .../block/states/YellowStainedGlass.java | 18 + .../block/states/YellowStainedGlassPane.java | 74 +- .../block/states/YellowTerracotta.java | 18 + .../block/states/YellowWallBanner.java | 10 +- .../instance/block/states/YellowWool.java | 18 + .../instance/block/states/ZombieHead.java | 10 +- .../instance/block/states/ZombieWallHead.java | 10 +- .../net/minestom/server/item/Enchantment.java | 129 +- .../net/minestom/server/item/Material.java | 2589 +++++++++------- .../minestom/server/particle/Particle.java | 197 +- .../minestom/server/potion/PotionEffect.java | 117 +- .../minestom/server/potion/PotionType.java | 141 +- .../minestom/server/registry/Registries.java | 7 +- .../net/minestom/server/sound/SoundEvent.java | 2037 ++++++------- .../minestom/server/stat/StatisticType.java | 191 -- .../server/statistic/StatisticType.java | 200 ++ .../net/minestom/codegen/AllGenerators.java | 31 - .../minestom/codegen/BasicEnumGenerator.java | 160 - .../net/minestom/codegen/CodeGenerator.java | 35 - .../minestom/codegen/ConstructorLambda.java | 16 - .../net/minestom/codegen/EnumGenerator.java | 258 -- .../codegen/MinestomEnumGenerator.java | 112 - .../net/minestom/codegen/PrismarinePaths.java | 35 - .../minestom/codegen/RegistriesGenerator.java | 192 -- .../java/net/minestom/codegen/TagGen.java | 33 - .../codegen/blocks/BlockContainer.java | 150 - .../codegen/blocks/BlockEnumGenerator.java | 398 --- .../minestom/codegen/blocks/BurgerBlock.java | 18 - .../codegen/blocks/BurgerTileEntity.java | 9 - .../codegen/blocks/DataReportBlock.java | 55 - .../codegen/blocks/PrismarineJSBlock.java | 42 - .../enchantment/EnchantmentEnumGenerator.java | 66 - .../codegen/entitytypes/BurgerEntity.java | 8 - .../entitytypes/EntityTypeContainer.java | 153 - .../entitytypes/EntityTypeEnumGenerator.java | 215 -- .../codegen/fluids/FluidEnumGenerator.java | 66 - .../minestom/codegen/items/BurgerItem.java | 7 - .../codegen/items/DataReportItem.java | 8 - .../minestom/codegen/items/ItemContainer.java | 39 - .../codegen/items/ItemEnumGenerator.java | 254 -- .../particles/ParticleEnumGenerator.java | 66 - .../potions/PotionEffectEnumGenerator.java | 66 - .../codegen/potions/PotionEnumGenerator.java | 66 - .../codegen/sounds/SoundEnumGenerator.java | 77 - .../codegen/stats/BiomesEnumGenerator.java | 66 - .../codegen/stats/StatsEnumGenerator.java | 66 - .../net/minestom/server/MinecraftServer.java | 4 +- .../server/entity/damage/DamageType.java | 6 +- .../server/item/metadata/PotionMeta.java | 2 +- .../listener/PlayerDiggingListener.java | 6 +- .../packet/server/play/TagsPacket.java | 4 +- .../minestom/server/stat/PlayerStatistic.java | 1 + 833 files changed, 29820 insertions(+), 25757 deletions(-) create mode 100644 code-generators/build.gradle create mode 100644 code-generators/src/main/java/net/minestom/codegen/Generators.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/MinestomCodeGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/attribute/AttributeGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/blocks/BlockGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/entity/EntityTypeGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/entity/VillagerProfessionGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/entity/VillagerTypeGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/fluid/FluidGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/item/EnchantmentGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/item/MaterialGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/particle/ParticleGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/potion/PotionEffectGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/potion/PotionTypeGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/sound/SoundEventGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/statistics/StatisticGenerator.java create mode 100644 code-generators/src/main/java/net/minestom/codegen/util/NameUtil.java create mode 100644 src/autogenerated/java/net/minestom/server/fluid/Fluid.java delete mode 100644 src/autogenerated/java/net/minestom/server/fluids/Fluid.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Air.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Allium.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/AncientDebris.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Andesite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/AzureBluet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BambooSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Barrier.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Beacon.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Bedrock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BirchPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlackWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Blackstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueIce.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueOrchid.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BlueWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Bookshelf.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Bricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroom.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BrownWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CartographyTable.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CaveAir.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledNetherBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledPolishedBlackstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledQuartzBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledRedSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Clay.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CoalBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CoalOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CoarseDirt.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Cobblestone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Cobweb.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Cornflower.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrackedNetherBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrackedPolishedBlackstoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrackedStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CraftingTable.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFungus.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonNylium.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonRoots.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CryingObsidian.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/CyanWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Dandelion.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarine.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadBush.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DiamondBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DiamondOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Diorite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Dirt.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DragonEgg.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/DriedKelpBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EnchantingTable.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EndGateway.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EndPortal.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EndStone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Fern.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/FletchingTable.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/FlowerPot.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GildedBlackstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Glass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Glowstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GoldBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GoldOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Granite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Grass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrassPath.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Gravel.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GrayWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/GreenWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/HoneyBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/HoneycombBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Ice.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedChiseledStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCobblestone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCrackedStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedMossyStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/IronBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/IronOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/JunglePlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/KelpPlant.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LapisBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LapisOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LilyOfTheValley.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LilyPad.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/LimeWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Lodestone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MagmaBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Melon.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetherBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetherGoldOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetherQuartzOre.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetherSprouts.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetherWartBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/NetheriteBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Netherrack.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OakPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Obsidian.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/OxeyeDaisy.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PackedIce.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PinkWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDiorite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGranite.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Poppy.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedAcaciaSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedAllium.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedAzureBluet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedBamboo.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedBirchSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedBlueOrchid.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedBrownMushroom.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedCactus.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedCornflower.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonFungus.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonRoots.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedDandelion.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedDarkOakSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedDeadBush.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedFern.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedJungleSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedLilyOfTheValley.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedOakSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedOrangeTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedOxeyeDaisy.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedPinkTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedPoppy.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedMushroom.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedSpruceSapling.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedFungus.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedRoots.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedWhiteTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PottedWitherRose.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Prismarine.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Pumpkin.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/PurpurBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroom.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedSand.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Sand.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Sandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SeaLantern.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Seagrass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Shroomlight.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SlimeBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SmithingTable.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartz.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SnowBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulFire.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulSand.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulSoil.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SoulTorch.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Spawner.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Sponge.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/SprucePlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Stone.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StoneBricks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/StructureVoid.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Terracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/Torch.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVinesPlant.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/VoidAir.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFungus.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedNylium.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPlanks.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedRoots.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWartBlock.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVinesPlant.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WetSponge.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTulip.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWool.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/WitherRose.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowCarpet.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcrete.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcretePowder.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlass.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowTerracotta.java create mode 100644 src/autogenerated/java/net/minestom/server/instance/block/states/YellowWool.java delete mode 100644 src/autogenerated/java/net/minestom/server/stat/StatisticType.java create mode 100644 src/autogenerated/java/net/minestom/server/statistic/StatisticType.java delete mode 100644 src/generators/java/net/minestom/codegen/AllGenerators.java delete mode 100644 src/generators/java/net/minestom/codegen/BasicEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/CodeGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/ConstructorLambda.java delete mode 100644 src/generators/java/net/minestom/codegen/EnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/PrismarinePaths.java delete mode 100644 src/generators/java/net/minestom/codegen/RegistriesGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/TagGen.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/BlockContainer.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java delete mode 100644 src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java delete mode 100644 src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/entitytypes/BurgerEntity.java delete mode 100644 src/generators/java/net/minestom/codegen/entitytypes/EntityTypeContainer.java delete mode 100644 src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/fluids/FluidEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/items/BurgerItem.java delete mode 100644 src/generators/java/net/minestom/codegen/items/DataReportItem.java delete mode 100644 src/generators/java/net/minestom/codegen/items/ItemContainer.java delete mode 100644 src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/potions/PotionEffectEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java delete mode 100644 src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java diff --git a/.gitignore b/.gitignore index 5156401ca..1e867aea8 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,7 @@ hs_err_pid* ### Gradle template .gradle -/build/ +**/build/ # Ignore Gradle GUI config gradle-app.setting @@ -45,6 +45,7 @@ gradle-app.setting # IDEA files .idea/ +**/out/ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties @@ -56,5 +57,7 @@ gradle-app.setting /.mixin.out/ # When compiling we get a docs folder -/docs -.mixin.out/ +**/docs + +# The data for generation and the resources is included in this folder +src/main/resources \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2b26a2602..a8b5495c9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,8 @@ plugins { id 'maven-publish' id 'org.jetbrains.kotlin.jvm' version '1.5.0' id 'checkstyle' + // Used to download our data + id 'de.undercouch.download' version '4.1.1' } group 'net.minestom.server' @@ -72,14 +74,6 @@ sourceSets { srcDir 'src/autogenerated/java' } } - generators { - java { - srcDir 'src/generators/java' - } - - compileClasspath += sourceSets.main.runtimeClasspath - runtimeClasspath += sourceSets.main.runtimeClasspath - } lwjgl { java { srcDir 'src/lwjgl/java' @@ -98,12 +92,6 @@ java { withSourcesJar() } - registerFeature("generators") { - usingSourceSet(sourceSets.generators) - withJavadocJar() - withSourcesJar() - } - withJavadocJar() withSourcesJar() } @@ -207,9 +195,6 @@ dependencies { lwjglRuntimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives" lwjglRuntimeOnly "org.lwjgl:lwjgl-opengles::$lwjglNatives" lwjglRuntimeOnly "org.lwjgl:lwjgl-glfw::$lwjglNatives" - - - generatorsImplementation("com.squareup:javapoet:1.13.0") } configurations.all { @@ -217,10 +202,98 @@ configurations.all { exclude group: "org.checkerframework", module: "checker-qual" } +processResources { + dependsOn("downloadResources") +} + publishing { publications { mavenJava(MavenPublication) { from components.java } } +} + +def mcVersionUnderscored = mcVersion.replace('.', '_') +def dataDest = new File(project.projectDir, "/src/main/resources/minecraft_data/") +def dataDestTags = new File(project.projectDir, "/src/main/resources/minecraft_data/tags") +def dataDestLootTable = new File(project.projectDir, "/src/main/resources/minecraft_data/loot_tables") + +// UPDATE: Update the data to the required version +task downloadResources(type: Download) { + String mainURL = "https://raw.githubusercontent.com/Minestom/MinestomDataGenerator/master/Minestom-data/$mcVersion/${mcVersionUnderscored}_" + src([ + // attributes.json + "${mainURL}attributes.json", + // biomes.json + "${mainURL}biomes.json", + // block_entities + "${mainURL}block_entities.json", + // block_properties + "${mainURL}block_properties.json", + // blocks.json + "${mainURL}blocks.json", + // custom_statistics.json + "${mainURL}custom_statistics.json", + // dimension_types.json + "${mainURL}dimension_types.json", + // enchantments.json + "${mainURL}enchantments.json", + // entities.json + "${mainURL}entities.json", + // fluids.json + "${mainURL}fluids.json", + // items.json + "${mainURL}items.json", + // map_colors.json + "${mainURL}map_colors.json", + // particles.json + "${mainURL}particles.json", + // potion_effects.json + "${mainURL}potion_effects.json", + // potions.json + "${mainURL}potions.json", + // sounds.json + "${mainURL}sounds.json", + // villager_professions.json + "${mainURL}villager_professions.json", + // villager_types.json + "${mainURL}villager_types.json" + ]) + dest dataDest + overwrite true + dependsOn("downloadLootTables") + dependsOn("downloadTags") +} + +task downloadTags(type: Download) { + String mainURL = "https://raw.githubusercontent.com/Minestom/MinestomDataGenerator/master/Minestom-data/$mcVersion/${mcVersionUnderscored}_tags/${mcVersionUnderscored}_" + src([ + // block_tags.json + "${mainURL}block_tags.json", + // entity_type_tags.json + "${mainURL}entity_type_tags.json", + // fluid_tags.json + "${mainURL}fluid_tags.json", + // item_tags.json + "${mainURL}item_tags.json", + ]) + dest dataDestTags + overwrite true +} + +task downloadLootTables(type: Download) { + String mainURL = "https://raw.githubusercontent.com/Minestom/MinestomDataGenerator/master/Minestom-data/$mcVersion/${mcVersionUnderscored}_loot_tables/${mcVersionUnderscored}_" + src([ + // block_loot_tables.json.json + "${mainURL}block_loot_tables.json", + // chest_loot_tables.json + "${mainURL}chest_loot_tables.json", + // entity_loot_tables.json + "${mainURL}entity_loot_tables.json", + // gameplay_loot_tables.json + "${mainURL}gameplay_loot_tables.json", + ]) + dest dataDestLootTable + overwrite true } \ No newline at end of file diff --git a/code-generators/build.gradle b/code-generators/build.gradle new file mode 100644 index 000000000..de27f9670 --- /dev/null +++ b/code-generators/build.gradle @@ -0,0 +1,43 @@ +plugins { + id 'java' + id 'application' + // Used to download our data +} + +group 'net.minestom.server' +version '1.0' + +sourceCompatibility = 1.11 + +application { + mainClass.set("net.minestom.codegen.Generators") +} + +dependencies { + implementation 'com.google.code.gson:gson:2.8.6' + implementation 'org.jetbrains:annotations:20.1.0' + implementation 'com.squareup:javapoet:1.13.0' + // Logging + implementation 'org.apache.logging.log4j:log4j-core:2.14.0' + // SLF4J is the base logger for most libraries, therefore we can hook it into log4j2. + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.0' + // Kotlin stuff + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${project.kotlinVersion}" + implementation "org.jetbrains.kotlin:kotlin-reflect:${project.kotlinVersion}" +} + + +run { + // Update version + setArgs( + [ + // Point to gradle.properties "mcVersion" + project.rootProject.properties["mcVersion"], + // Points to src/main/resources/minecraft_data + project.rootProject.projectDir.getPath() + "${File.separatorChar}src${File.separatorChar}main${File.separatorChar}resources${File.separatorChar}minecraft_data", + // Points to src/autogenerated/java + project.rootProject.projectDir.getPath() + "${File.separatorChar}src${File.separatorChar}autogenerated${File.separatorChar}java" + ] + ) + dependsOn(project.rootProject.tasks.getByName("downloadResources")) +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/Generators.java b/code-generators/src/main/java/net/minestom/codegen/Generators.java new file mode 100644 index 000000000..ef8cf2fb9 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/Generators.java @@ -0,0 +1,97 @@ +package net.minestom.codegen; + +import net.minestom.codegen.blocks.BlockGenerator; +import net.minestom.codegen.entity.EntityTypeGenerator; +import net.minestom.codegen.fluid.FluidGenerator; +import net.minestom.codegen.item.EnchantmentGenerator; +import net.minestom.codegen.item.MaterialGenerator; +import net.minestom.codegen.particle.ParticleGenerator; +import net.minestom.codegen.potion.PotionEffectGenerator; +import net.minestom.codegen.potion.PotionTypeGenerator; +import net.minestom.codegen.sound.SoundEventGenerator; +import net.minestom.codegen.statistics.StatisticGenerator; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.File; + +public class Generators { + private static final Logger LOGGER = LoggerFactory.getLogger(Generators.class); + + public static void main(String[] args) { + if (args.length < 3) { + LOGGER.error("Usage: "); + return; + } + String targetVersion = args[0]; + File inputFolder = new File(args[1]); + File outputFolder = new File(args[2]); + // Generate blocks + new BlockGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_blocks.json"), + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_block_properties.json"), + outputFolder + ).generate(); + // Generate fluids + new FluidGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_fluids.json"), + outputFolder + ).generate(); + // Generate entities + new EntityTypeGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_entities.json"), + outputFolder + ).generate(); + // Generate items + new MaterialGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_items.json"), + outputFolder + ).generate(); + // Generate enchantments + new EnchantmentGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_enchantments.json"), + outputFolder + ).generate(); + // TODO: Generate attributes +// new AttributeGenerator( +// new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_attributes.json"), +// outputFolder +// ).generate(); + // Generate potion effects + new PotionEffectGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_potion_effects.json"), + outputFolder + ).generate(); + // Generate potions + new PotionTypeGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_potions.json"), + outputFolder + ).generate(); + // Generate particles + new ParticleGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_particles.json"), + outputFolder + ).generate(); + // Generate sounds + new SoundEventGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_sounds.json"), + outputFolder + ).generate(); + // TODO: Generate villager professions +// new VillagerProfessionGenerator( +// new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_villager_professions.json"), +// outputFolder +// ).generate(); + // TODO: Generate villager types +// new VillagerTypeGenerator( +// new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_villager_types.json"), +// outputFolder +// ).generate(); + // Generate statistics + new StatisticGenerator( + new File(inputFolder, targetVersion.replaceAll("\\.", "_") + "_custom_statistics.json"), + outputFolder + ).generate(); + LOGGER.info("Finished generating code"); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/MinestomCodeGenerator.java b/code-generators/src/main/java/net/minestom/codegen/MinestomCodeGenerator.java new file mode 100644 index 000000000..51e0c5d19 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/MinestomCodeGenerator.java @@ -0,0 +1,29 @@ +package net.minestom.codegen; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.squareup.javapoet.JavaFile; +import org.jetbrains.annotations.NotNull; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.File; +import java.io.IOException; +import java.util.List; + +public abstract class MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(MinestomCodeGenerator.class); + protected static final Gson GSON = new GsonBuilder().setPrettyPrinting().disableHtmlEscaping().create(); + + public abstract void generate(); + + protected void writeFiles(@NotNull List fileList, File outputFolder) { + for (JavaFile javaFile : fileList) { + try { + javaFile.writeTo(outputFolder); + } catch (IOException e) { + LOGGER.error("An error occured while writing source code to the file system.", e); + } + } + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/attribute/AttributeGenerator.java b/code-generators/src/main/java/net/minestom/codegen/attribute/AttributeGenerator.java new file mode 100644 index 000000000..48144483c --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/attribute/AttributeGenerator.java @@ -0,0 +1,254 @@ +package net.minestom.codegen.attribute; + +import com.google.gson.*; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.ArrayList; +import java.util.List; + +public final class AttributeGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(AttributeGenerator.class); + private final File attributesFile; + private final File outputFolder; + + public AttributeGenerator(@NotNull File attributesFile, @NotNull File outputFolder) { + this.attributesFile = attributesFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!attributesFile.exists()) { + LOGGER.error("Failed to find attributes.json."); + LOGGER.error("Stopped code generation for attributes."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registryClassName = ClassName.get("net.minestom.server.registry", "Registry"); + + JsonArray attributes; + try { + attributes = GSON.fromJson(new JsonReader(new FileReader(attributesFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find attributes.json."); + LOGGER.error("Stopped code generation for attributes."); + return; + } + List filesToWrite = new ArrayList<>(); + + ClassName attributeClassName = ClassName.get("net.minestom.server.attribute", "Attribute"); + + // Attribute + TypeSpec.Builder attributeClass = TypeSpec.classBuilder(attributeClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + attributeClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + attributeClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "defaultValue") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + attributeClass.addField( + FieldSpec.builder(TypeName.BOOLEAN, "clientSyncable") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + attributeClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(ParameterSpec.builder(TypeName.BOOLEAN, "clientSyncable").build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "defaultValue").build()) + .addStatement("this.id = id") + .addStatement("this.clientSyncable = clientSyncable") + .addStatement("this.defaultValue = defaultValue") + .addModifiers(Modifier.PROTECTED) + .build() + ); + // Override key method (adventure) + attributeClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + attributeClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getDefaultValue + attributeClass.addMethod( + MethodSpec.methodBuilder("getDefaultValue") + .returns(TypeName.DOUBLE) + .addStatement("return this.defaultValue") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isClientSyncable + attributeClass.addMethod( + MethodSpec.methodBuilder("isClientSyncable") + .returns(TypeName.BOOLEAN) + .addStatement("return this.clientSyncable") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isShared + attributeClass.addMethod( + MethodSpec.methodBuilder("isShared") + .addAnnotation(Deprecated.class) + .returns(TypeName.BOOLEAN) + .addStatement("return this.clientSyncable") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // values method + attributeClass.addMethod( + MethodSpec.methodBuilder("values") + .addAnnotation(NotNull.class) + .returns(ParameterizedTypeName.get(ClassName.get(List.class), attributeClassName)) + .addStatement("return $T.ATTRIBUTE_REGISTRY.values()", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + attributeClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // Creating ClampedAttribute + ClassName clampedAttributeClassName = ClassName.get("net.minestom.server.attribute", "ClampedAttribute"); + + TypeSpec.Builder clampedAttributeClass = TypeSpec.classBuilder(clampedAttributeClassName) + .superclass(attributeClassName) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + clampedAttributeClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "minValue") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + clampedAttributeClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "maxValue") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + clampedAttributeClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(ParameterSpec.builder(TypeName.BOOLEAN, "clientSyncable").build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "defaultValue").build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "minValue").build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "maxValue").build()) + .addStatement("super(id, clientSyncable, defaultValue)") + .addStatement("this.minValue = minValue") + .addStatement("this.maxValue = maxValue") + .addModifiers(Modifier.PROTECTED) + .build() + ); + // getMinValue + clampedAttributeClass.addMethod( + MethodSpec.methodBuilder("getMinValue") + .returns(TypeName.DOUBLE) + .addStatement("return this.minValue") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getMaxValue + clampedAttributeClass.addMethod( + MethodSpec.methodBuilder("getMaxValue") + .returns(TypeName.DOUBLE) + .addStatement("return this.maxValue") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + CodeBlock.Builder staticBlock = CodeBlock.builder(); + // Use data + for (JsonElement a : attributes) { + JsonObject attribute = a.getAsJsonObject(); + String attributeName = attribute.get("name").getAsString(); + + JsonObject range = attribute.getAsJsonObject("range"); + if (range == null) { + // Normal attribute + attributeClass.addField( + FieldSpec.builder( + attributeClassName, + attributeName + ).initializer( + "new $T($T.from($S), $L, $L)", + attributeClassName, + namespaceIDClassName, + attribute.get("id").getAsString(), + attribute.get("clientSync").getAsBoolean(), + attribute.get("defaultValue").getAsDouble() + ).addModifiers(Modifier.PUBLIC, Modifier.STATIC, Modifier.FINAL).build() + ); + } else { + // ClampedAttribute + attributeClass.addField( + FieldSpec.builder( + attributeClassName, + attributeName + ).initializer( + "new $T($T.from($S), $L, $L, $L, $L)", + clampedAttributeClassName, + namespaceIDClassName, + attribute.get("id").getAsString(), + attribute.get("clientSync").getAsBoolean(), + attribute.get("defaultValue").getAsDouble(), + range.get("minValue").getAsDouble(), + range.get("maxValue").getAsDouble() + ).addModifiers(Modifier.PUBLIC, Modifier.STATIC, Modifier.FINAL).build() + ); + } + // Add to static init. + staticBlock.addStatement("$T.ATTRIBUTE_REGISTRY.register($N)", registryClassName, attributeName); + } + attributeClass.addStaticBlock(staticBlock.build()); + + filesToWrite.add( + JavaFile.builder("net.minestom.server.attribute", attributeClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ); + filesToWrite.add( + JavaFile.builder("net.minestom.server.attribute", clampedAttributeClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ); + + // Write files to outputFolder + writeFiles( + filesToWrite, + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/blocks/BlockGenerator.java b/code-generators/src/main/java/net/minestom/codegen/blocks/BlockGenerator.java new file mode 100644 index 000000000..9f7817d8a --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/blocks/BlockGenerator.java @@ -0,0 +1,391 @@ +package net.minestom.codegen.blocks; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import net.minestom.codegen.util.NameUtil; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; + +public final class BlockGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(BlockGenerator.class); + private final File blocksFile; + private final File blockPropertyFile; + private final File outputFolder; + + public BlockGenerator(@NotNull File blocksFile, @NotNull File blockPropertyFile, @NotNull File outputFolder) { + this.blocksFile = blocksFile; + this.blockPropertyFile = blockPropertyFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!blocksFile.exists()) { + LOGGER.error("Failed to find blocks.json."); + LOGGER.error("Stopped code generation for blocks."); + return; + } + if (!blockPropertyFile.exists()) { + LOGGER.error("Failed to find block_properties.json."); + LOGGER.error("Stopped code generation for block properties."); + return; + } + + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray blocks; + try { + blocks = GSON.fromJson(new JsonReader(new FileReader(blocksFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find blocks.json."); + LOGGER.error("Stopped code generation for blocks."); + return; + } + ClassName blockClassName = ClassName.get("net.minestom.server.instance.block", "Block"); + ClassName blockAltClassName = ClassName.get("net.minestom.server.instance.block", "BlockAlternative"); + List filesToWrite = new ArrayList<>(); + + // Block + TypeSpec.Builder blockClass = TypeSpec.enumBuilder(blockClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + blockClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.SHORT, "defaultID") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "hardness") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "resistance") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.BOOLEAN, "isAir") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.BOOLEAN, "isSolid") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(TypeName.BOOLEAN, "blockEntity") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + blockClass.addField( + FieldSpec.builder(ParameterizedTypeName.get(ClassName.get("java.util", "List"), blockAltClassName), "alternatives") + .initializer("new $T<>()", ClassName.get("java.util", "ArrayList")) + .addModifiers(Modifier.PRIVATE, Modifier.FINAL) + .addAnnotation(NotNull.class) + .build() + ); + // Block constructor + blockClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(TypeName.SHORT, "defaultID") + .addParameter(TypeName.DOUBLE, "hardness") + .addParameter(TypeName.DOUBLE, "resistance") + .addParameter(TypeName.BOOLEAN, "isAir") + .addParameter(TypeName.BOOLEAN, "isSolid") + .addParameter(TypeName.BOOLEAN, "blockEntity") + + .addStatement("this.id = id") + .addStatement("this.defaultID = defaultID") + .addStatement("this.hardness = hardness") + .addStatement("this.resistance = resistance") + .addStatement("this.isAir = isAir") + .addStatement("this.isSolid = isSolid") + .addStatement("this.blockEntity = blockEntity") + .addStatement("$T.blocks.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + blockClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // addBlockState method + blockClass.addMethod( + MethodSpec.methodBuilder("addBlockAlternative") + .addParameter(ParameterSpec.builder(blockAltClassName, "alternative").addAnnotation(NotNull.class).build()) + + .addStatement("this.alternatives.add(alternative)") + .addStatement("BlockArray.blocks[alternative.getId()] = this") + .addModifiers(Modifier.PUBLIC, Modifier.FINAL) + .build() + ); + // getId method + blockClass.addMethod( + MethodSpec.methodBuilder("getBlockId") + .returns(TypeName.SHORT) + .addStatement("return defaultID") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getName method + blockClass.addMethod( + MethodSpec.methodBuilder("getName") + .addAnnotation(NotNull.class) + .returns(ClassName.get(String.class)) + .addStatement("return this.id.asString()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getHardness method + blockClass.addMethod( + MethodSpec.methodBuilder("getHardness") + .returns(TypeName.DOUBLE) + .addStatement("return this.hardness") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getResistance method + blockClass.addMethod( + MethodSpec.methodBuilder("getResistance") + .returns(TypeName.DOUBLE) + .addStatement("return this.resistance") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // breakInstantaneously method + blockClass.addMethod( + MethodSpec.methodBuilder("breaksInstantaneously") + .returns(TypeName.BOOLEAN) + .addStatement("return this.hardness == 0") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getBlockStates method + blockClass.addMethod( + MethodSpec.methodBuilder("getAlternatives") + .returns(ParameterizedTypeName.get(ClassName.get(List.class), blockAltClassName)) + .addAnnotation(NotNull.class) + .addStatement("return this.alternatives") + .addModifiers(Modifier.PUBLIC, Modifier.FINAL) // Should this be final, for now I guess so. + .build() + ); + // isAir method + blockClass.addMethod( + MethodSpec.methodBuilder("isAir") + .returns(TypeName.BOOLEAN) + // UPDATE: Make sure they didn't add new AIR types. + .addStatement("return isAir") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isLiquid method + blockClass.addMethod( + MethodSpec.methodBuilder("isLiquid") + .returns(TypeName.BOOLEAN) + // UPDATE: Make sure they didn't add new liquids. + .addStatement("return this == WATER || this == LAVA") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isSolid method + blockClass.addMethod( + MethodSpec.methodBuilder("isSolid") + .returns(TypeName.BOOLEAN) + // UPDATE: Make sure they didn't add new liquids. + .addStatement("return isSolid") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // hasBlockEntity method + blockClass.addMethod( + MethodSpec.methodBuilder("hasBlockEntity") + .returns(TypeName.BOOLEAN) + .addStatement("return blockEntity") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getAlternative method + blockClass.addMethod( + MethodSpec.methodBuilder("getAlternative") + .returns(blockAltClassName) + .addParameter(TypeName.SHORT, "blockId") + .addAnnotation(Nullable.class) + .beginControlFlow("for ($T alt : alternatives) ", blockAltClassName) + .beginControlFlow("if (alt.getId() == blockId)") + .addStatement("return alt") + .endControlFlow() + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // withProperties method + blockClass.addMethod( + MethodSpec.methodBuilder("withProperties") + .returns(TypeName.SHORT) + .addParameter( + ParameterSpec.builder(ArrayTypeName.of(String.class), "properties").addAnnotation(NotNull.class).build() + ).varargs() + .beginControlFlow("for ($T alt : alternatives)", blockAltClassName) + .beginControlFlow("if ($T.equals(alt.getProperties(), properties))", Arrays.class) + .addStatement("return alt.getId()") + .endControlFlow() + .endControlFlow() + .addStatement("return this.defaultID") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromStateId method + blockClass.addMethod( + MethodSpec.methodBuilder("fromStateId") + .returns(blockClassName) + .addParameter(TypeName.SHORT, "blockStateId") + .addStatement("return BlockArray.blocks[blockStateId]") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + blockClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // Staticblock in Block enum + CodeBlock.Builder staticBlock = CodeBlock.builder(); + // Use data + for (JsonElement b : blocks) { + JsonObject block = b.getAsJsonObject(); + + String blockName = block.get("name").getAsString(); + JsonArray states = block.get("states").getAsJsonArray(); + // Enum constant in Block + blockClass.addEnumConstant(blockName, TypeSpec.anonymousClassBuilder( + "$T.from($S), (short) $L, $L, $L, $L, $L, $L", + namespaceIDClassName, + block.get("id").getAsString(), + block.get("defaultBlockState").getAsShort(), + states.get(0).getAsJsonObject().get("destroySpeed").getAsDouble(), + block.get("explosionResistance").getAsDouble(), + states.get(0).getAsJsonObject().get("isAir").getAsBoolean(), + states.get(0).getAsJsonObject().get("isSolid").getAsBoolean(), + block.get("blockEntity").getAsBoolean() + ).build() + ); + ClassName blockStateSpecificClassName = ClassName.get( + "net.minestom.server.instance.block.states", + NameUtil.convertSnakeCaseToCamelCase(blockName.toLowerCase()) + ); + + // Common blockStateSpecificClass structure + TypeSpec.Builder blockStateSpecificClass = TypeSpec.classBuilder(blockStateSpecificClassName) + .addAnnotation( + AnnotationSpec.builder(Deprecated.class) + .addMember("since", "$S", "forever") + .addMember("forRemoval", "$L", false).build() + ) + .addModifiers(Modifier.PUBLIC, Modifier.FINAL).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + // initStates method + MethodSpec.Builder initStatesMethod = MethodSpec.methodBuilder("initStates") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC); + + // init States methods in block specific classes + for (JsonElement s : states) { + JsonObject state = s.getAsJsonObject(); + + // block state properties + JsonObject properties = state.get("properties").getAsJsonObject(); + if (properties.size() != 0) { + StringBuilder propertiesStr = new StringBuilder(); + // has properties + for (Map.Entry entry : properties.entrySet()) { + String key = entry.getKey(); + String value = entry.getValue().getAsString(); + propertiesStr.append('"').append(key).append('=').append(value).append("\","); + } + // Delete last comma + propertiesStr.deleteCharAt(propertiesStr.length() - 1); + + initStatesMethod.addStatement( + "$T.$N.addBlockAlternative(new $T((short) $L, **REPLACE**))".replace("**REPLACE**", propertiesStr.toString()), + blockClassName, + blockName, + blockAltClassName, + state.get("id").getAsShort() + ); + } else { + // has no properties + initStatesMethod.addStatement( + "$T.$N.addBlockAlternative(new $T((short) $L))", + blockClassName, + blockName, + blockAltClassName, + state.get("id").getAsShort() + ); + } + + } + + // Add initStates method + blockStateSpecificClass.addMethod(initStatesMethod.build()); + + // Add initStates method refence to static block + staticBlock.addStatement("$T.initStates()", blockStateSpecificClassName); + + // Add BlockStates to list of files we need to write: + filesToWrite.add(JavaFile.builder("net.minestom.server.instance.block.states", blockStateSpecificClass.build()).indent(" ").build()); + } + blockClass.addStaticBlock(staticBlock.build()); + // Add ignore deprecations annotation + blockClass.addAnnotation(AnnotationSpec.builder(SuppressWarnings.class).addMember("value", "$S", "deprecation").build()); + + + // Add Block & BlockState to list of files we need to write: + filesToWrite.add( + JavaFile.builder("net.minestom.server.instance.block", blockClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ); + + // Write files to outputFolder + writeFiles(filesToWrite, outputFolder); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/entity/EntityTypeGenerator.java b/code-generators/src/main/java/net/minestom/codegen/entity/EntityTypeGenerator.java new file mode 100644 index 000000000..e4dede1aa --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/entity/EntityTypeGenerator.java @@ -0,0 +1,438 @@ +package net.minestom.codegen.entity; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import net.minestom.codegen.util.NameUtil; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; +import java.util.HashMap; +import java.util.Map; +import java.util.function.BiFunction; + +public final class EntityTypeGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(EntityTypeGenerator.class); + private static final Map metadata = new HashMap<>() {{ + // Class's name (without the Meta suffix) <--> Package + // UPDATE: Handle new entity metadata + // Ambient + // put("AmbientCreature", "net.minestom.server.entity.metadata.ambient"); + put("Bat", "net.minestom.server.entity.metadata.ambient"); + // Animal + // put("Animal", "net.minestom.server.entity.metadata.animal"); + put("AbstractHorse", "net.minestom.server.entity.metadata.animal"); + put("Bee", "net.minestom.server.entity.metadata.animal"); + put("ChestedHorse", "net.minestom.server.entity.metadata.animal"); + put("Chicken", "net.minestom.server.entity.metadata.animal"); + put("Cow", "net.minestom.server.entity.metadata.animal"); + put("Donkey", "net.minestom.server.entity.metadata.animal"); + put("Fox", "net.minestom.server.entity.metadata.animal"); + put("Hoglin", "net.minestom.server.entity.metadata.animal"); + put("Horse", "net.minestom.server.entity.metadata.animal"); + put("Llama", "net.minestom.server.entity.metadata.animal"); + put("Mooshroom", "net.minestom.server.entity.metadata.animal"); + put("Mule", "net.minestom.server.entity.metadata.animal"); + put("Ocelot", "net.minestom.server.entity.metadata.animal"); + put("Panda", "net.minestom.server.entity.metadata.animal"); + put("Pig", "net.minestom.server.entity.metadata.animal"); + put("PolarBear", "net.minestom.server.entity.metadata.animal"); + put("Rabbit", "net.minestom.server.entity.metadata.animal"); + put("Sheep", "net.minestom.server.entity.metadata.animal"); + put("SkeletonHorse", "net.minestom.server.entity.metadata.animal"); + put("Strider", "net.minestom.server.entity.metadata.animal"); + put("Turtle", "net.minestom.server.entity.metadata.animal"); + put("ZombieHorse", "net.minestom.server.entity.metadata.animal"); + // Animal - Tameable + // put("TameableAnimal", "net.minestom.server.entity.metadata.animal.tameable"); + put("Cat", "net.minestom.server.entity.metadata.animal.tameable"); + put("Parrot", "net.minestom.server.entity.metadata.animal.tameable"); + put("Wolf", "net.minestom.server.entity.metadata.animal.tameable"); + // Arrow + // put("AbstractArrow", "net.minestom.server.entity.metadata.arrow"); + put("Arrow", "net.minestom.server.entity.metadata.arrow"); + put("SpectralArrow", "net.minestom.server.entity.metadata.arrow"); + put("ThrownTrident", "net.minestom.server.entity.metadata.arrow"); + // Flying + // put("Flying", "net.minestom.server.entity.metadata.flying"); + put("Ghast", "net.minestom.server.entity.metadata.flying"); + put("Phantom", "net.minestom.server.entity.metadata.flying"); + // Golem + // put("AbstractGolem", "net.minestom.server.entity.metadata.golem"); + put("IronGolem", "net.minestom.server.entity.metadata.golem"); + put("Shulker", "net.minestom.server.entity.metadata.golem"); + put("SnowGolem", "net.minestom.server.entity.metadata.golem"); + // Item + put("EyeOfEnder", "net.minestom.server.entity.metadata.item"); + put("Fireball", "net.minestom.server.entity.metadata.item"); + put("ItemContaining", "net.minestom.server.entity.metadata.item"); + put("ItemEntity", "net.minestom.server.entity.metadata.item"); + put("SmallFireball", "net.minestom.server.entity.metadata.item"); + put("Snowball", "net.minestom.server.entity.metadata.item"); + put("ThrownEgg", "net.minestom.server.entity.metadata.item"); + put("ThrownEnderPearl", "net.minestom.server.entity.metadata.item"); + put("ThrownExperienceBottle", "net.minestom.server.entity.metadata.item"); + put("ThrownPotion", "net.minestom.server.entity.metadata.item"); + // Minecart + // put("AbstractMinecart", "net.minestom.server.entity.metadata.minecart"); + // put("AbstractMinecartContainer", "net.minestom.server.entity.metadata.minecart"); + put("ChestMinecart", "net.minestom.server.entity.metadata.minecart"); + put("CommandBlockMinecart", "net.minestom.server.entity.metadata.minecart"); + put("FurnaceMinecart", "net.minestom.server.entity.metadata.minecart"); + put("HopperMinecart", "net.minestom.server.entity.metadata.minecart"); + put("Minecart", "net.minestom.server.entity.metadata.minecart"); + put("SpawnerMinecart", "net.minestom.server.entity.metadata.minecart"); + put("TntMinecart", "net.minestom.server.entity.metadata.minecart"); + // Monster + // put("Monster", "net.minestom.server.entity.metadata.monster"); + // put("BasePiglin", "net.minestom.server.entity.metadata.monster"); + put("Blaze", "net.minestom.server.entity.metadata.monster"); + put("CaveSpider", "net.minestom.server.entity.metadata.monster"); + put("Creeper", "net.minestom.server.entity.metadata.monster"); + put("ElderGuardian", "net.minestom.server.entity.metadata.monster"); + put("Enderman", "net.minestom.server.entity.metadata.monster"); + put("Endermite", "net.minestom.server.entity.metadata.monster"); + put("Giant", "net.minestom.server.entity.metadata.monster"); + put("Guardian", "net.minestom.server.entity.metadata.monster"); + put("PiglinBrute", "net.minestom.server.entity.metadata.monster"); + put("Piglin", "net.minestom.server.entity.metadata.monster"); + put("Silverfish", "net.minestom.server.entity.metadata.monster"); + put("Spider", "net.minestom.server.entity.metadata.monster"); + put("Vex", "net.minestom.server.entity.metadata.monster"); + put("Wither", "net.minestom.server.entity.metadata.monster"); + put("Zoglin", "net.minestom.server.entity.metadata.monster"); + // Monster - Raider + // put("AbstractIllager", "net.minestom.server.entity.metadata.monster.raider") + put("Evoker", "net.minestom.server.entity.metadata.monster.raider"); + put("Illusioner", "net.minestom.server.entity.metadata.monster.raider"); + put("Pillager", "net.minestom.server.entity.metadata.monster.raider"); + put("Raider", "net.minestom.server.entity.metadata.monster.raider"); + put("Ravager", "net.minestom.server.entity.metadata.monster.raider"); + put("SpellcasterIllager", "net.minestom.server.entity.metadata.monster.raider"); + put("Vindicator", "net.minestom.server.entity.metadata.monster.raider"); + put("Witch", "net.minestom.server.entity.metadata.monster.raider"); + // Monster - Skeleton + // put("AbstractSkeleton", "net.minestom.server.entity.metadata.monster.skeleton"); + put("Skeleton", "net.minestom.server.entity.metadata.monster.skeleton"); + put("Stray", "net.minestom.server.entity.metadata.monster.skeleton"); + put("WitherSkeleton", "net.minestom.server.entity.metadata.monster.skeleton"); + // Monster - Zombie + put("Drowned", "net.minestom.server.entity.metadata.monster.zombie"); + put("Husk", "net.minestom.server.entity.metadata.monster.zombie"); + put("Zombie", "net.minestom.server.entity.metadata.monster.zombie"); + put("ZombieVillager", "net.minestom.server.entity.metadata.monster.zombie"); + put("ZombifiedPiglin", "net.minestom.server.entity.metadata.monster.zombie"); + // Other + put("AreaEffectCloud", "net.minestom.server.entity.metadata.other"); + put("ArmorStand", "net.minestom.server.entity.metadata.other"); + put("Boat", "net.minestom.server.entity.metadata.other"); + put("DragonFireball", "net.minestom.server.entity.metadata.other"); + put("EndCrystal", "net.minestom.server.entity.metadata.other"); + put("EnderDragon", "net.minestom.server.entity.metadata.other"); + put("EvokerFangs", "net.minestom.server.entity.metadata.other"); + put("ExperienceOrb", "net.minestom.server.entity.metadata.other"); + put("FallingBlock", "net.minestom.server.entity.metadata.other"); + put("FireworkRocket", "net.minestom.server.entity.metadata.other"); + put("FishingHook", "net.minestom.server.entity.metadata.other"); + put("ItemFrame", "net.minestom.server.entity.metadata.other"); + put("LeashKnot", "net.minestom.server.entity.metadata.other"); + put("LightningBolt", "net.minestom.server.entity.metadata.other"); + put("LlamaSpit", "net.minestom.server.entity.metadata.other"); + put("MagmaCube", "net.minestom.server.entity.metadata.other"); + put("Painting", "net.minestom.server.entity.metadata.other"); + put("PrimedTnt", "net.minestom.server.entity.metadata.other"); + put("ShulkerBullet", "net.minestom.server.entity.metadata.other"); + put("Slime", "net.minestom.server.entity.metadata.other"); + put("TraderLlama", "net.minestom.server.entity.metadata.other"); + put("WitherSkull", "net.minestom.server.entity.metadata.other"); + // Villager + // put("AbstractVillager", "net.minestom.server.entity.metadata.villager"); + put("Villager", "net.minestom.server.entity.metadata.villager"); + put("WanderingTrader", "net.minestom.server.entity.metadata.villager"); + // Water + // put("WaterAnimalMeta", "net.minestom.server.entity.metadata.water") + put("Squid", "net.minestom.server.entity.metadata.water"); + put("Dolphin", "net.minestom.server.entity.metadata.water"); + // Water - Fish + // put("AbstractFish", "net.minestom.server.entity.metadata.water.fish"); + put("Cod", "net.minestom.server.entity.metadata.water.fish"); + put("Pufferfish", "net.minestom.server.entity.metadata.water.fish"); + put("Salmon", "net.minestom.server.entity.metadata.water.fish"); + put("TropicalFish", "net.minestom.server.entity.metadata.water.fish"); + // Player + put("Player", "net.minestom.server.entity.metadata"); + + }}; + private final File entitiesFile; + private final File outputFolder; + + public EntityTypeGenerator(@NotNull File entitiesFile, @NotNull File outputFolder) { + this.entitiesFile = entitiesFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!entitiesFile.exists()) { + LOGGER.error("Failed to find entities.json."); + LOGGER.error("Stopped code generation for entities."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray entities; + try { + entities = GSON.fromJson(new JsonReader(new FileReader(entitiesFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find entities.json."); + LOGGER.error("Stopped code generation for entities."); + return; + } + ClassName entityClassName = ClassName.get("net.minestom.server.entity", "EntityType"); + + // Particle + TypeSpec.Builder entityClass = TypeSpec.enumBuilder(entityClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + entityClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + entityClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "width") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + entityClass.addField( + FieldSpec.builder(TypeName.DOUBLE, "height") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + entityClass.addField( + FieldSpec.builder( + ParameterizedTypeName.get( + ClassName.get(BiFunction.class), + ClassName.get("net.minestom.server.entity", "Entity"), + ClassName.get("net.minestom.server.entity", "Metadata"), + ClassName.get("net.minestom.server.entity.metadata", "EntityMeta") + ), + "metaConstructor" + ) + .addModifiers(Modifier.PRIVATE, Modifier.FINAL) + .addAnnotation(NotNull.class) + .build() + ); + entityClass.addField( + FieldSpec.builder( + ClassName.get("net.minestom.server.entity", "EntitySpawnType"), + "spawnType" + ) + .addModifiers(Modifier.PRIVATE, Modifier.FINAL) + .addAnnotation(NotNull.class) + .build() + ); + // static field + entityClass.addField( + FieldSpec.builder(ArrayTypeName.of(entityClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + entityClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "width").build()) + .addParameter(ParameterSpec.builder(TypeName.DOUBLE, "height").build()) + .addParameter( + ParameterSpec.builder( + ParameterizedTypeName.get( + ClassName.get(BiFunction.class), + ClassName.get("net.minestom.server.entity", "Entity"), + ClassName.get("net.minestom.server.entity", "Metadata"), + ClassName.get("net.minestom.server.entity.metadata", "EntityMeta") + ), + "metaConstructor" + ) + .addAnnotation(NotNull.class) + .build() + ) + .addParameter( + ParameterSpec.builder( + ClassName.get("net.minestom.server.entity", "EntitySpawnType"), + "spawnType" + ) + .addAnnotation(NotNull.class) + .build() + ) + .addStatement("this.id = id") + .addStatement("this.width = width") + .addStatement("this.height = height") + .addStatement("this.metaConstructor = metaConstructor") + .addStatement("this.spawnType = spawnType") + .addStatement("$T.entityTypes.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + entityClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + entityClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + entityClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getWidth method + entityClass.addMethod( + MethodSpec.methodBuilder("getWidth") + .returns(TypeName.DOUBLE) + .addStatement("return this.width") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getHeight method + entityClass.addMethod( + MethodSpec.methodBuilder("getHeight") + .returns(TypeName.DOUBLE) + .addStatement("return this.height") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getMetaConstructor method + entityClass.addMethod( + MethodSpec.methodBuilder("getMetaConstructor") + .returns( + ParameterizedTypeName.get( + ClassName.get(BiFunction.class), + ClassName.get("net.minestom.server.entity", "Entity"), + ClassName.get("net.minestom.server.entity", "Metadata"), + ClassName.get("net.minestom.server.entity.metadata", "EntityMeta") + ) + ) + .addStatement("return this.metaConstructor") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getSpawnType method + entityClass.addMethod( + MethodSpec.methodBuilder("getSpawnType") + .returns(ClassName.get("net.minestom.server.entity", "EntitySpawnType")) + .addStatement("return this.spawnType") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + entityClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(entityClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + entityClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // Use data + for (JsonElement e : entities) { + JsonObject entity = e.getAsJsonObject(); + + String entityName = entity.get("name").getAsString(); + + // Get metaClass (this is a little complicated) + String metaClassName = NameUtil.convertSnakeCaseToCamelCase(entityName.toLowerCase()); + switch (metaClassName) { + // These are cases where the entity name doesn't fully match up to the meta name. + // UPDATE: Handle new entity names that don't match up to their meta name. + case "Item": + metaClassName = "ItemEntity"; + break; + case "Tnt": + metaClassName = "PrimedTnt"; + break; + case "FishingBobber": + metaClassName = "FishingHook"; + break; + case "Egg": + case "EnderPearl": + case "ExperienceBottle": + case "Potion": + case "Trident": + metaClassName = "Thrown" + metaClassName; + break; + default: + break; + } + + entityClass.addEnumConstant( + entityName, + TypeSpec.anonymousClassBuilder( + "$T.from($S), $L, $L, $T::new, $T.$N", + namespaceIDClassName, + entity.get("id").getAsString(), + entity.get("width").getAsDouble(), + entity.get("height").getAsDouble(), + ClassName.get(metadata.get(metaClassName), metaClassName + "Meta"), + ClassName.get("net.minestom.server.entity", "EntitySpawnType"), + entity.get("packetType").getAsString().toUpperCase() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.entity", entityClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/entity/VillagerProfessionGenerator.java b/code-generators/src/main/java/net/minestom/codegen/entity/VillagerProfessionGenerator.java new file mode 100644 index 000000000..c0513aba2 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/entity/VillagerProfessionGenerator.java @@ -0,0 +1,219 @@ +package net.minestom.codegen.entity; + +import com.google.gson.*; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; +import java.util.List; + +public final class VillagerProfessionGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(VillagerProfessionGenerator.class); + private final File villagerProfessionsFile; + private final File outputFolder; + + + public VillagerProfessionGenerator(@NotNull File villagerProfessionsFile, @NotNull File outputFolder) { + this.villagerProfessionsFile = villagerProfessionsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!villagerProfessionsFile.exists()) { + LOGGER.error("Failed to find villager_professions.json."); + LOGGER.error("Stopped code generation for villager professions."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName rawVillagerProfessionDataClassName = ClassName.get("net.minestom.server.raw_data", "RawVillagerProfessionData"); + ClassName registryClassName = ClassName.get("net.minestom.server.registry", "Registry"); + + JsonArray villagerProfessions; + try { + villagerProfessions = GSON.fromJson(new JsonReader(new FileReader(villagerProfessionsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find villager_professions.json."); + LOGGER.error("Stopped code generation for villager professions."); + return; + } + ClassName villagerProfessionClassName = ClassName.get("net.minestom.server.entity.metadata.villager", "VillagerProfession"); + + // Particle + TypeSpec.Builder villagerProfessionClass = TypeSpec.classBuilder(villagerProfessionClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + villagerProfessionClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + villagerProfessionClass.addField( + FieldSpec.builder(rawVillagerProfessionDataClassName, "villagerProfessionData") + .addModifiers(Modifier.PRIVATE, Modifier.VOLATILE) + .addAnnotation(NotNull.class) + .build() + ); + villagerProfessionClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(ParameterSpec.builder(rawVillagerProfessionDataClassName, "villagerProfessionData").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("this.villagerProfessionData = villagerProfessionData") + .addModifiers(Modifier.PROTECTED) + .build() + ); + // Override key method (adventure) + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getVillagerProfessionData method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("getVillagerProfessionData") + .returns(rawVillagerProfessionDataClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.villagerProfessionData") + .addModifiers(Modifier.PUBLIC, Modifier.FINAL) + .build() + ); + // setVillagerProfessionData method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("setVillagerProfessionData") + .addParameter(ParameterSpec.builder(rawVillagerProfessionDataClassName, "villagerProfessionData").addAnnotation(NotNull.class).build()) + .addStatement("this.villagerProfessionData = villagerProfessionData") + .addModifiers(Modifier.PUBLIC, Modifier.FINAL) + .build() + ); + // getNumericalId + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("getNumericalId") + .returns(TypeName.INT) + .addStatement("return $T.VILLAGER_PROFESSION_REGISTRY.getId(this)", registryClassName) + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(villagerProfessionClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.INT, "id") + .addStatement("return $T.VILLAGER_PROFESSION_REGISTRY.get((short) id)", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // fromId Method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(villagerProfessionClassName) + .addAnnotation(NotNull.class) + .addParameter(ClassName.get("net.kyori.adventure.key", "Key"), "id") + .addStatement("return $T.VILLAGER_PROFESSION_REGISTRY.get(id)", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // values method + villagerProfessionClass.addMethod( + MethodSpec.methodBuilder("values") + .addAnnotation(NotNull.class) + .returns(ParameterizedTypeName.get(ClassName.get(List.class), villagerProfessionClassName)) + .addStatement("return $T.VILLAGER_PROFESSION_REGISTRY.values()", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + CodeBlock.Builder staticBlock = CodeBlock.builder(); + // Use data + for (JsonElement vp : villagerProfessions) { + JsonObject villagerProfession = vp.getAsJsonObject(); + + String villagerProfessionName = villagerProfession.get("name").getAsString(); + JsonElement workSound = villagerProfession.get("workSound"); + if (workSound == null) { + villagerProfessionClass.addField( + FieldSpec.builder( + villagerProfessionClassName, + villagerProfessionName + ).initializer( + "new $T($T.from($S), new $T(() -> null))", + villagerProfessionClassName, + namespaceIDClassName, + villagerProfession.get("id").getAsString(), + + rawVillagerProfessionDataClassName + ).addModifiers(Modifier.PUBLIC, Modifier.STATIC, Modifier.FINAL).build() + ); + } else { + villagerProfessionClass.addField( + FieldSpec.builder( + villagerProfessionClassName, + villagerProfessionName + ).initializer( + "new $T($T.from($S), new $T(() -> $T.SOUND_EVENT_REGISTRY.get($S)))", + villagerProfessionClassName, + namespaceIDClassName, + villagerProfession.get("id").getAsString(), + + rawVillagerProfessionDataClassName, + registryClassName, + workSound.getAsString() + ).addModifiers(Modifier.PUBLIC, Modifier.STATIC, Modifier.FINAL).build() + ); + } + + // Add to static init. + staticBlock.addStatement("$T.VILLAGER_PROFESSION_REGISTRY.register($N)", registryClassName, villagerProfessionName); + } + + villagerProfessionClass.addStaticBlock(staticBlock.build()); + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.entity.metadata.villager", villagerProfessionClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/entity/VillagerTypeGenerator.java b/code-generators/src/main/java/net/minestom/codegen/entity/VillagerTypeGenerator.java new file mode 100644 index 000000000..bdc019ba7 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/entity/VillagerTypeGenerator.java @@ -0,0 +1,171 @@ +package net.minestom.codegen.entity; + +import com.google.gson.*; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; +import java.util.List; + +public final class VillagerTypeGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(VillagerTypeGenerator.class); + private final File villagerTypesFile; + private final File outputFolder; + + public VillagerTypeGenerator(@NotNull File villagerTypesFile, @NotNull File outputFolder) { + this.villagerTypesFile = villagerTypesFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!villagerTypesFile.exists()) { + LOGGER.error("Failed to find villager_types.json."); + LOGGER.error("Stopped code generation for villager types."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registryClassName = ClassName.get("net.minestom.server.registry", "Registry"); + + JsonArray villagerTypes; + try { + villagerTypes = GSON.fromJson(new JsonReader(new FileReader(villagerTypesFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find villager_types.json."); + LOGGER.error("Stopped code generation for villager types."); + return; + } + ClassName villagerTypeClassName = ClassName.get("net.minestom.server.entity.metadata.villager", "VillagerType"); + + // Particle + TypeSpec.Builder villagerTypeClass = TypeSpec.classBuilder(villagerTypeClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + villagerTypeClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + villagerTypeClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addModifiers(Modifier.PROTECTED) + .build() + ); + // Override key method (adventure) + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNumericalId + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("getNumericalId") + .returns(TypeName.INT) + .addStatement("return $T.VILLAGER_TYPE_REGISTRY.getId(this)", registryClassName) + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(villagerTypeClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.INT, "id") + .addStatement("return $T.VILLAGER_TYPE_REGISTRY.get((short) id)", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // fromId Method + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(villagerTypeClassName) + .addAnnotation(NotNull.class) + .addParameter(ClassName.get("net.kyori.adventure.key", "Key"), "id") + .addStatement("return $T.VILLAGER_TYPE_REGISTRY.get(id)", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // values method + villagerTypeClass.addMethod( + MethodSpec.methodBuilder("values") + .addAnnotation(NotNull.class) + .returns(ParameterizedTypeName.get(ClassName.get(List.class), villagerTypeClassName)) + .addStatement("return $T.VILLAGER_TYPE_REGISTRY.values()", registryClassName) + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + CodeBlock.Builder staticBlock = CodeBlock.builder(); + // Use data + for (JsonElement vp : villagerTypes) { + JsonObject villagerProfession = vp.getAsJsonObject(); + + String villagerProfessionName = villagerProfession.get("name").getAsString(); + + villagerTypeClass.addField( + FieldSpec.builder( + villagerTypeClassName, + villagerProfessionName + ).initializer( + "new $T($T.from($S))", + villagerTypeClassName, + namespaceIDClassName, + villagerProfession.get("id").getAsString() + ).addModifiers(Modifier.PUBLIC, Modifier.STATIC, Modifier.FINAL).build() + ); + // Add to static init. + staticBlock.addStatement("$T.VILLAGER_TYPE_REGISTRY.register($N)", registryClassName, villagerProfessionName); + } + + villagerTypeClass.addStaticBlock(staticBlock.build()); + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.entity.metadata.villager", villagerTypeClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/fluid/FluidGenerator.java b/code-generators/src/main/java/net/minestom/codegen/fluid/FluidGenerator.java new file mode 100644 index 000000000..a058190e8 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/fluid/FluidGenerator.java @@ -0,0 +1,157 @@ +package net.minestom.codegen.fluid; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class FluidGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(FluidGenerator.class); + private final File fluidsFile; + private final File outputFolder; + + public FluidGenerator(@NotNull File fluidsFile, @NotNull File outputFolder) { + this.fluidsFile = fluidsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!fluidsFile.exists()) { + LOGGER.error("Failed to find fluids.json."); + LOGGER.error("Stopped code generation for fluids."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray fluids; + try { + fluids = GSON.fromJson(new JsonReader(new FileReader(fluidsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find fluids.json."); + LOGGER.error("Stopped code generation for fluids."); + return; + } + ClassName fluidClassName = ClassName.get("net.minestom.server.fluid", "Fluid"); + + // Particle + TypeSpec.Builder fluidClass = TypeSpec.enumBuilder(fluidClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + fluidClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + fluidClass.addField( + FieldSpec.builder(ArrayTypeName.of(fluidClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + fluidClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.fluids.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + fluidClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + fluidClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + fluidClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // toString method + fluidClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // fromId Method + fluidClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(fluidClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + + // Use data + for (JsonElement f : fluids) { + JsonObject fluid = f.getAsJsonObject(); + + String fluidName = fluid.get("name").getAsString(); + + fluidClass.addEnumConstant(fluidName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + fluid.get("id").getAsString() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.fluid", fluidClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/item/EnchantmentGenerator.java b/code-generators/src/main/java/net/minestom/codegen/item/EnchantmentGenerator.java new file mode 100644 index 000000000..44f567d83 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/item/EnchantmentGenerator.java @@ -0,0 +1,156 @@ +package net.minestom.codegen.item; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class EnchantmentGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(EnchantmentGenerator.class); + private final File enchantmentsFile; + private final File outputFolder; + + public EnchantmentGenerator(@NotNull File enchantmentsFile, @NotNull File outputFolder) { + this.enchantmentsFile = enchantmentsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!enchantmentsFile.exists()) { + LOGGER.error("Failed to find enchantments.json."); + LOGGER.error("Stopped code generation for enchantments."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray enchantments; + try { + enchantments = GSON.fromJson(new JsonReader(new FileReader(enchantmentsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find enchantments.json."); + LOGGER.error("Stopped code generation for enchantments."); + return; + } + ClassName enchantmentClassName = ClassName.get("net.minestom.server.item", "Enchantment"); + + // Enchantment + TypeSpec.Builder enchantmentClass = TypeSpec.enumBuilder(enchantmentClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + enchantmentClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + enchantmentClass.addField( + FieldSpec.builder(ArrayTypeName.of(enchantmentClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + enchantmentClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.enchantments.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + enchantmentClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + enchantmentClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + enchantmentClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + enchantmentClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(enchantmentClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + enchantmentClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement e : enchantments) { + JsonObject enchantment = e.getAsJsonObject(); + + String enchantmentName = enchantment.get("name").getAsString(); + enchantmentClass.addEnumConstant(enchantmentName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + enchantment.get("id").getAsString() + ).build() + ); + } + + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.item", enchantmentClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/item/MaterialGenerator.java b/code-generators/src/main/java/net/minestom/codegen/item/MaterialGenerator.java new file mode 100644 index 000000000..c42b24fe9 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/item/MaterialGenerator.java @@ -0,0 +1,351 @@ +package net.minestom.codegen.item; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; +import java.util.function.Supplier; + +public final class MaterialGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(MaterialGenerator.class); + private final File itemsFile; + private final File outputFolder; + + public MaterialGenerator(@NotNull File itemsFile, @NotNull File outputFolder) { + this.itemsFile = itemsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!itemsFile.exists()) { + LOGGER.error("Failed to find items.json."); + LOGGER.error("Stopped code generation for items."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + ClassName blockCN = ClassName.get("net.minestom.server.instance.block", "Block"); + ParameterizedTypeName blocksCNSupplier = ParameterizedTypeName.get(ClassName.get(Supplier.class), blockCN); + + JsonArray items; + try { + items = GSON.fromJson(new JsonReader(new FileReader(itemsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find items.json."); + LOGGER.error("Stopped code generation for items."); + return; + } + ClassName itemClassName = ClassName.get("net.minestom.server.item", "Material"); + + // Item + TypeSpec.Builder itemClass = TypeSpec.enumBuilder(itemClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + itemClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + itemClass.addField( + FieldSpec.builder(TypeName.BYTE, "maxDefaultStackSize") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + itemClass.addField( + FieldSpec.builder(blocksCNSupplier, "correspondingBlockSupplier") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).build() + ); + // static field + itemClass.addField( + FieldSpec.builder(ArrayTypeName.of(itemClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + itemClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addParameter(TypeName.BYTE, "maxDefaultStackSize") + .addParameter(ParameterSpec.builder(blocksCNSupplier, "correspondingBlockSupplier").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("this.maxDefaultStackSize = maxDefaultStackSize") + .addStatement("this.correspondingBlockSupplier = correspondingBlockSupplier") + .addStatement("$T.materials.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + itemClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + itemClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + itemClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getName method + itemClass.addMethod( + MethodSpec.methodBuilder("getName") + .addAnnotation(NotNull.class) + .returns(ClassName.get(String.class)) + .addStatement("return this.id.asString()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getMaxDefaultStackSize + itemClass.addMethod( + MethodSpec.methodBuilder("getMaxDefaultStackSize") + .returns(TypeName.BYTE) + .addStatement("return this.maxDefaultStackSize") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + itemClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(itemClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // isFood method + itemClass.addMethod( + MethodSpec.methodBuilder("isFood") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // hasState method + itemClass.addMethod( + MethodSpec.methodBuilder("hasState") + .returns(TypeName.BOOLEAN) + .beginControlFlow("if (this == BOW || this == TRIDENT || this == CROSSBOW || this == SHIELD)") + .addStatement("return true") + .nextControlFlow("else") + .addStatement("return isFood()") + .endControlFlow() + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isBlock method + itemClass.addMethod( + MethodSpec.methodBuilder("isBlock") + .returns(TypeName.BOOLEAN) + .addStatement( + "return this.correspondingBlockSupplier.get() != null && this.correspondingBlockSupplier.get() != $T.AIR", + blockCN + ) + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isArmor method + itemClass.addMethod( + MethodSpec.methodBuilder("isArmor") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isHelmet method + itemClass.addMethod( + MethodSpec.methodBuilder("isHelmet") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isChestplate method + itemClass.addMethod( + MethodSpec.methodBuilder("isChestplate") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isLeggings method + itemClass.addMethod( + MethodSpec.methodBuilder("isLeggings") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // isBoots method + itemClass.addMethod( + MethodSpec.methodBuilder("isBoots") + .returns(TypeName.BOOLEAN) + .addStatement("return false") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getBlock method + itemClass.addMethod( + MethodSpec.methodBuilder("getBlock") + .addAnnotation(Nullable.class) + .returns(blockCN) + .addStatement("return this.correspondingBlockSupplier.get()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // toString method + itemClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement i : items) { + JsonObject item = i.getAsJsonObject(); + + String itemName = item.get("name").getAsString(); + TypeSpec.Builder enumConst; + if (!(item.get("blockId").getAsString().equals("minecraft:air"))) { + enumConst = TypeSpec.anonymousClassBuilder( + "$T.from($S), (byte) $L, () -> $T.getBlock($S)", + namespaceIDClassName, + item.get("id").getAsString(), + item.get("maxStackSize").getAsInt(), + // Supplier + registriesClassName, + item.get("blockId").getAsString() + ); + } else { + enumConst = TypeSpec.anonymousClassBuilder( + "$T.from($S), (byte) $L, () -> null", + namespaceIDClassName, + item.get("id").getAsString(), + item.get("maxStackSize").getAsInt() + ); + } + if (item.get("edible").getAsBoolean()) { + enumConst.addMethod( + MethodSpec.methodBuilder("isFood") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + } + if (item.get("armorProperties") != null) { + JsonObject ap = item.get("armorProperties").getAsJsonObject(); + enumConst.addMethod( + MethodSpec.methodBuilder("isArmor") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + if (ap.get("slot") != null) { + switch(ap.get("slot").getAsString()) { + case "head": { + enumConst.addMethod( + MethodSpec.methodBuilder("isHelmet") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + break; + } + case "chest": { + enumConst.addMethod( + MethodSpec.methodBuilder("isChestplate") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + break; + } + case "legs": { + enumConst.addMethod( + MethodSpec.methodBuilder("isLeggings") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + break; + } + case "feet": { + enumConst.addMethod( + MethodSpec.methodBuilder("isBoots") + .returns(TypeName.BOOLEAN) + .addAnnotation(Override.class) + .addModifiers(Modifier.PUBLIC) + .addStatement("return true") + .build() + ); + break; + } + } + } + + + } + itemClass.addEnumConstant(itemName, enumConst.build()); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.item", itemClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/particle/ParticleGenerator.java b/code-generators/src/main/java/net/minestom/codegen/particle/ParticleGenerator.java new file mode 100644 index 000000000..af759f378 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/particle/ParticleGenerator.java @@ -0,0 +1,155 @@ +package net.minestom.codegen.particle; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class ParticleGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(ParticleGenerator.class); + private final File particlesFile; + private final File outputFolder; + + public ParticleGenerator(@NotNull File particlesFile, @NotNull File outputFolder) { + this.particlesFile = particlesFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!particlesFile.exists()) { + LOGGER.error("Failed to find particles.json."); + LOGGER.error("Stopped code generation for particles."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray particles; + try { + particles = GSON.fromJson(new JsonReader(new FileReader(particlesFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find particles.json."); + LOGGER.error("Stopped code generation for particles."); + return; + } + ClassName particleClassName = ClassName.get("net.minestom.server.particle", "Particle"); + + // Particle + TypeSpec.Builder particleClass = TypeSpec.enumBuilder(particleClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + particleClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + particleClass.addField( + FieldSpec.builder(ArrayTypeName.of(particleClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + particleClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.particles.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + particleClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + particleClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + particleClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + particleClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(particleClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + particleClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement p : particles) { + JsonObject particle = p.getAsJsonObject(); + + String particleName = particle.get("name").getAsString(); + + particleClass.addEnumConstant(particleName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + particle.get("id").getAsString() + ).build()); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.particle", particleClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/potion/PotionEffectGenerator.java b/code-generators/src/main/java/net/minestom/codegen/potion/PotionEffectGenerator.java new file mode 100644 index 000000000..2144aa838 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/potion/PotionEffectGenerator.java @@ -0,0 +1,156 @@ +package net.minestom.codegen.potion; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class PotionEffectGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(PotionEffectGenerator.class); + private final File potionEffectsFile; + private final File outputFolder; + + public PotionEffectGenerator(@NotNull File potionEffectsFile, @NotNull File outputFolder) { + this.potionEffectsFile = potionEffectsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!potionEffectsFile.exists()) { + LOGGER.error("Failed to find potionEffects.json."); + LOGGER.error("Stopped code generation for potion effects."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray potionEffects; + try { + potionEffects = GSON.fromJson(new JsonReader(new FileReader(potionEffectsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find potionEffects.json."); + LOGGER.error("Stopped code generation for potion effects."); + return; + } + ClassName potionEffectClassName = ClassName.get("net.minestom.server.potion", "PotionEffect"); + + // Particle + TypeSpec.Builder potionEffectClass = TypeSpec.enumBuilder(potionEffectClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + potionEffectClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + potionEffectClass.addField( + FieldSpec.builder(ArrayTypeName.of(potionEffectClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + potionEffectClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.potionEffects.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + potionEffectClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + potionEffectClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + potionEffectClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + potionEffectClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(potionEffectClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + potionEffectClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement pe : potionEffects) { + JsonObject potionEffect = pe.getAsJsonObject(); + + String potionEffectName = potionEffect.get("name").getAsString(); + + potionEffectClass.addEnumConstant(potionEffectName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + potionEffect.get("id").getAsString() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.potion", potionEffectClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/potion/PotionTypeGenerator.java b/code-generators/src/main/java/net/minestom/codegen/potion/PotionTypeGenerator.java new file mode 100644 index 000000000..c8ea5c835 --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/potion/PotionTypeGenerator.java @@ -0,0 +1,156 @@ +package net.minestom.codegen.potion; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class PotionTypeGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(PotionTypeGenerator.class); + private final File potionsFile; + private final File outputFolder; + + public PotionTypeGenerator(@NotNull File potionsFile, @NotNull File outputFolder) { + this.potionsFile = potionsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!potionsFile.exists()) { + LOGGER.error("Failed to find potions.json."); + LOGGER.error("Stopped code generation for potions."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray potions; + try { + potions = GSON.fromJson(new JsonReader(new FileReader(potionsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find potions.json."); + LOGGER.error("Stopped code generation for potions."); + return; + } + ClassName potionTypeClassName = ClassName.get("net.minestom.server.potion", "PotionType"); + + // Particle + TypeSpec.Builder potionTypeClass = TypeSpec.enumBuilder(potionTypeClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + potionTypeClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + potionTypeClass.addField( + FieldSpec.builder(ArrayTypeName.of(potionTypeClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + potionTypeClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.potionTypes.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + potionTypeClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + potionTypeClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + potionTypeClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + potionTypeClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(potionTypeClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + potionTypeClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement p : potions) { + JsonObject potion = p.getAsJsonObject(); + + String potionName = potion.get("name").getAsString(); + + potionTypeClass.addEnumConstant(potionName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + potion.get("id").getAsString() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.potion", potionTypeClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/sound/SoundEventGenerator.java b/code-generators/src/main/java/net/minestom/codegen/sound/SoundEventGenerator.java new file mode 100644 index 000000000..a18d9ce4e --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/sound/SoundEventGenerator.java @@ -0,0 +1,155 @@ +package net.minestom.codegen.sound; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class SoundEventGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(SoundEventGenerator.class); + private final File soundsFile; + private final File outputFolder; + + public SoundEventGenerator(@NotNull File itemsFile, @NotNull File outputFolder) { + this.soundsFile = itemsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!soundsFile.exists()) { + LOGGER.error("Failed to find sounds.json."); + LOGGER.error("Stopped code generation for sounds."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray sounds; + try { + sounds = GSON.fromJson(new JsonReader(new FileReader(soundsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find sounds.json."); + LOGGER.error("Stopped code generation for sounds."); + return; + } + ClassName soundClassName = ClassName.get("net.minestom.server.sound", "SoundEvent"); + // Sound + TypeSpec.Builder soundClass = TypeSpec.enumBuilder(soundClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addSuperinterface(ClassName.get("net.kyori.adventure.sound", "Sound", "Type")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + soundClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + soundClass.addField( + FieldSpec.builder(ArrayTypeName.of(soundClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + soundClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.soundEvents.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + soundClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + soundClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + soundClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + soundClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(soundClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + soundClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement s : sounds) { + JsonObject sound = s.getAsJsonObject(); + + String soundName = sound.get("name").getAsString(); + soundClass.addEnumConstant(soundName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + sound.get("id").getAsString() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.sound", soundClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/statistics/StatisticGenerator.java b/code-generators/src/main/java/net/minestom/codegen/statistics/StatisticGenerator.java new file mode 100644 index 000000000..2e648b19d --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/statistics/StatisticGenerator.java @@ -0,0 +1,156 @@ +package net.minestom.codegen.statistics; + +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.stream.JsonReader; +import com.squareup.javapoet.*; +import net.minestom.codegen.MinestomCodeGenerator; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.lang.model.element.Modifier; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.util.Collections; + +public final class StatisticGenerator extends MinestomCodeGenerator { + private static final Logger LOGGER = LoggerFactory.getLogger(StatisticGenerator.class); + private final File statisticsFile; + private final File outputFolder; + + public StatisticGenerator(@NotNull File statisticsFile, @NotNull File outputFolder) { + this.statisticsFile = statisticsFile; + this.outputFolder = outputFolder; + } + + @Override + public void generate() { + if (!statisticsFile.exists()) { + LOGGER.error("Failed to find statistics.json."); + LOGGER.error("Stopped code generation for statistics."); + return; + } + if (!outputFolder.exists() && !outputFolder.mkdirs()) { + LOGGER.error("Output folder for code generation does not exist and could not be created."); + return; + } + // Important classes we use alot + ClassName namespaceIDClassName = ClassName.get("net.minestom.server.utils", "NamespaceID"); + ClassName registriesClassName = ClassName.get("net.minestom.server.registry", "Registries"); + + JsonArray statistics; + try { + statistics = GSON.fromJson(new JsonReader(new FileReader(statisticsFile)), JsonArray.class); + } catch (FileNotFoundException e) { + LOGGER.error("Failed to find statistics.json."); + LOGGER.error("Stopped code generation for statistics."); + return; + } + ClassName statisticClassName = ClassName.get("net.minestom.server.statistic", "StatisticType"); + + // Particle + TypeSpec.Builder statisticClass = TypeSpec.enumBuilder(statisticClassName) + .addSuperinterface(ClassName.get("net.kyori.adventure.key", "Keyed")) + .addModifiers(Modifier.PUBLIC).addJavadoc("AUTOGENERATED by " + getClass().getSimpleName()); + + statisticClass.addField( + FieldSpec.builder(namespaceIDClassName, "id") + .addModifiers(Modifier.PRIVATE, Modifier.FINAL).addAnnotation(NotNull.class).build() + ); + // static field + statisticClass.addField( + FieldSpec.builder(ArrayTypeName.of(statisticClassName), "VALUES") + .addModifiers(Modifier.PRIVATE, Modifier.STATIC, Modifier.FINAL) + .initializer("values()") + .build() + ); + + statisticClass.addMethod( + MethodSpec.constructorBuilder() + .addParameter(ParameterSpec.builder(namespaceIDClassName, "id").addAnnotation(NotNull.class).build()) + .addStatement("this.id = id") + .addStatement("$T.statisticTypes.put(id, this)", registriesClassName) + .build() + ); + // Override key method (adventure) + statisticClass.addMethod( + MethodSpec.methodBuilder("key") + .returns(ClassName.get("net.kyori.adventure.key", "Key")) + .addAnnotation(Override.class) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getId method + statisticClass.addMethod( + MethodSpec.methodBuilder("getId") + .returns(TypeName.SHORT) + .addStatement("return (short) ordinal()") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // getNamespaceID method + statisticClass.addMethod( + MethodSpec.methodBuilder("getNamespaceID") + .returns(namespaceIDClassName) + .addAnnotation(NotNull.class) + .addStatement("return this.id") + .addModifiers(Modifier.PUBLIC) + .build() + ); + // fromId Method + statisticClass.addMethod( + MethodSpec.methodBuilder("fromId") + .returns(statisticClassName) + .addAnnotation(Nullable.class) + .addParameter(TypeName.SHORT, "id") + .beginControlFlow("if(id >= 0 && id < VALUES.length)") + .addStatement("return VALUES[id]") + .endControlFlow() + .addStatement("return null") + .addModifiers(Modifier.PUBLIC, Modifier.STATIC) + .build() + ); + // toString method + statisticClass.addMethod( + MethodSpec.methodBuilder("toString") + .addAnnotation(NotNull.class) + .addAnnotation(Override.class) + .returns(String.class) + // this resolves to [Namespace] + .addStatement("return \"[\" + this.id + \"]\"") + .addModifiers(Modifier.PUBLIC) + .build() + ); + + // Use data + for (JsonElement s : statistics) { + JsonObject statistic = s.getAsJsonObject(); + + String statisticName = statistic.get("name").getAsString(); + + statisticClass.addEnumConstant(statisticName, TypeSpec.anonymousClassBuilder( + "$T.from($S)", + namespaceIDClassName, + statistic.get("id").getAsString() + ).build() + ); + } + + // Write files to outputFolder + writeFiles( + Collections.singletonList( + JavaFile.builder("net.minestom.server.statistic", statisticClass.build()) + .indent(" ") + .skipJavaLangImports(true) + .build() + ), + outputFolder + ); + } +} \ No newline at end of file diff --git a/code-generators/src/main/java/net/minestom/codegen/util/NameUtil.java b/code-generators/src/main/java/net/minestom/codegen/util/NameUtil.java new file mode 100644 index 000000000..7f7f3d08b --- /dev/null +++ b/code-generators/src/main/java/net/minestom/codegen/util/NameUtil.java @@ -0,0 +1,21 @@ +package net.minestom.codegen.util; + +public final class NameUtil { + private NameUtil() { + + } + + public static String convertSnakeCaseToCamelCase(String snakeCase) { + StringBuilder sb = new StringBuilder(snakeCase); + for (int i = 0; i < sb.length(); i++) { + if (sb.charAt(i) == '_') { + sb.deleteCharAt(i); + sb.replace(i, i + 1, String.valueOf(Character.toUpperCase(sb.charAt(i)))); + } + } + + // Capitalize first letter. + sb.setCharAt(0, Character.toUpperCase(sb.charAt(0))); + return sb.toString(); + } +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 34ba796b2..6020b7d45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,5 @@ +# Update with every release +mcVersion = 1.16.5 asmVersion=9.0 mixinVersion=0.8.1 hephaistosVersion=v1.1.8 diff --git a/settings.gradle b/settings.gradle index ad69ae53c..a814b9adb 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ rootProject.name = 'Minestom' - +include 'code-generators' diff --git a/src/autogenerated/java/net/minestom/server/entity/EntityType.java b/src/autogenerated/java/net/minestom/server/entity/EntityType.java index 0f7c68b77..d1d999cf7 100644 --- a/src/autogenerated/java/net/minestom/server/entity/EntityType.java +++ b/src/autogenerated/java/net/minestom/server/entity/EntityType.java @@ -1,11 +1,31 @@ package net.minestom.server.entity; +import java.util.function.BiFunction; import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.entity.metadata.EntityMeta; import net.minestom.server.entity.metadata.PlayerMeta; import net.minestom.server.entity.metadata.ambient.BatMeta; -import net.minestom.server.entity.metadata.animal.*; +import net.minestom.server.entity.metadata.animal.BeeMeta; +import net.minestom.server.entity.metadata.animal.ChickenMeta; +import net.minestom.server.entity.metadata.animal.CowMeta; +import net.minestom.server.entity.metadata.animal.DonkeyMeta; +import net.minestom.server.entity.metadata.animal.FoxMeta; +import net.minestom.server.entity.metadata.animal.HoglinMeta; +import net.minestom.server.entity.metadata.animal.HorseMeta; +import net.minestom.server.entity.metadata.animal.LlamaMeta; +import net.minestom.server.entity.metadata.animal.MooshroomMeta; +import net.minestom.server.entity.metadata.animal.MuleMeta; +import net.minestom.server.entity.metadata.animal.OcelotMeta; +import net.minestom.server.entity.metadata.animal.PandaMeta; +import net.minestom.server.entity.metadata.animal.PigMeta; +import net.minestom.server.entity.metadata.animal.PolarBearMeta; +import net.minestom.server.entity.metadata.animal.RabbitMeta; +import net.minestom.server.entity.metadata.animal.SheepMeta; +import net.minestom.server.entity.metadata.animal.SkeletonHorseMeta; +import net.minestom.server.entity.metadata.animal.StriderMeta; +import net.minestom.server.entity.metadata.animal.TurtleMeta; +import net.minestom.server.entity.metadata.animal.ZombieHorseMeta; import net.minestom.server.entity.metadata.animal.tameable.CatMeta; import net.minestom.server.entity.metadata.animal.tameable.ParrotMeta; import net.minestom.server.entity.metadata.animal.tameable.WolfMeta; @@ -17,15 +37,73 @@ import net.minestom.server.entity.metadata.flying.PhantomMeta; import net.minestom.server.entity.metadata.golem.IronGolemMeta; import net.minestom.server.entity.metadata.golem.ShulkerMeta; import net.minestom.server.entity.metadata.golem.SnowGolemMeta; -import net.minestom.server.entity.metadata.item.*; -import net.minestom.server.entity.metadata.minecart.*; -import net.minestom.server.entity.metadata.monster.*; -import net.minestom.server.entity.metadata.monster.raider.*; +import net.minestom.server.entity.metadata.item.EyeOfEnderMeta; +import net.minestom.server.entity.metadata.item.FireballMeta; +import net.minestom.server.entity.metadata.item.ItemEntityMeta; +import net.minestom.server.entity.metadata.item.SmallFireballMeta; +import net.minestom.server.entity.metadata.item.SnowballMeta; +import net.minestom.server.entity.metadata.item.ThrownEggMeta; +import net.minestom.server.entity.metadata.item.ThrownEnderPearlMeta; +import net.minestom.server.entity.metadata.item.ThrownExperienceBottleMeta; +import net.minestom.server.entity.metadata.item.ThrownPotionMeta; +import net.minestom.server.entity.metadata.minecart.ChestMinecartMeta; +import net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta; +import net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta; +import net.minestom.server.entity.metadata.minecart.HopperMinecartMeta; +import net.minestom.server.entity.metadata.minecart.MinecartMeta; +import net.minestom.server.entity.metadata.minecart.SpawnerMinecartMeta; +import net.minestom.server.entity.metadata.minecart.TntMinecartMeta; +import net.minestom.server.entity.metadata.monster.BlazeMeta; +import net.minestom.server.entity.metadata.monster.CaveSpiderMeta; +import net.minestom.server.entity.metadata.monster.CreeperMeta; +import net.minestom.server.entity.metadata.monster.ElderGuardianMeta; +import net.minestom.server.entity.metadata.monster.EndermanMeta; +import net.minestom.server.entity.metadata.monster.EndermiteMeta; +import net.minestom.server.entity.metadata.monster.GiantMeta; +import net.minestom.server.entity.metadata.monster.GuardianMeta; +import net.minestom.server.entity.metadata.monster.PiglinBruteMeta; +import net.minestom.server.entity.metadata.monster.PiglinMeta; +import net.minestom.server.entity.metadata.monster.SilverfishMeta; +import net.minestom.server.entity.metadata.monster.SpiderMeta; +import net.minestom.server.entity.metadata.monster.VexMeta; +import net.minestom.server.entity.metadata.monster.WitherMeta; +import net.minestom.server.entity.metadata.monster.ZoglinMeta; +import net.minestom.server.entity.metadata.monster.raider.EvokerMeta; +import net.minestom.server.entity.metadata.monster.raider.IllusionerMeta; +import net.minestom.server.entity.metadata.monster.raider.PillagerMeta; +import net.minestom.server.entity.metadata.monster.raider.RavagerMeta; +import net.minestom.server.entity.metadata.monster.raider.VindicatorMeta; +import net.minestom.server.entity.metadata.monster.raider.WitchMeta; import net.minestom.server.entity.metadata.monster.skeleton.SkeletonMeta; import net.minestom.server.entity.metadata.monster.skeleton.StrayMeta; import net.minestom.server.entity.metadata.monster.skeleton.WitherSkeletonMeta; -import net.minestom.server.entity.metadata.monster.zombie.*; -import net.minestom.server.entity.metadata.other.*; +import net.minestom.server.entity.metadata.monster.zombie.DrownedMeta; +import net.minestom.server.entity.metadata.monster.zombie.HuskMeta; +import net.minestom.server.entity.metadata.monster.zombie.ZombieMeta; +import net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta; +import net.minestom.server.entity.metadata.monster.zombie.ZombifiedPiglinMeta; +import net.minestom.server.entity.metadata.other.AreaEffectCloudMeta; +import net.minestom.server.entity.metadata.other.ArmorStandMeta; +import net.minestom.server.entity.metadata.other.BoatMeta; +import net.minestom.server.entity.metadata.other.DragonFireballMeta; +import net.minestom.server.entity.metadata.other.EndCrystalMeta; +import net.minestom.server.entity.metadata.other.EnderDragonMeta; +import net.minestom.server.entity.metadata.other.EvokerFangsMeta; +import net.minestom.server.entity.metadata.other.ExperienceOrbMeta; +import net.minestom.server.entity.metadata.other.FallingBlockMeta; +import net.minestom.server.entity.metadata.other.FireworkRocketMeta; +import net.minestom.server.entity.metadata.other.FishingHookMeta; +import net.minestom.server.entity.metadata.other.ItemFrameMeta; +import net.minestom.server.entity.metadata.other.LeashKnotMeta; +import net.minestom.server.entity.metadata.other.LightningBoltMeta; +import net.minestom.server.entity.metadata.other.LlamaSpitMeta; +import net.minestom.server.entity.metadata.other.MagmaCubeMeta; +import net.minestom.server.entity.metadata.other.PaintingMeta; +import net.minestom.server.entity.metadata.other.PrimedTntMeta; +import net.minestom.server.entity.metadata.other.ShulkerBulletMeta; +import net.minestom.server.entity.metadata.other.SlimeMeta; +import net.minestom.server.entity.metadata.other.TraderLlamaMeta; +import net.minestom.server.entity.metadata.other.WitherSkullMeta; import net.minestom.server.entity.metadata.villager.VillagerMeta; import net.minestom.server.entity.metadata.villager.WanderingTraderMeta; import net.minestom.server.entity.metadata.water.DolphinMeta; @@ -37,236 +115,232 @@ import net.minestom.server.entity.metadata.water.fish.TropicalFishMeta; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; import org.jetbrains.annotations.NotNull; - -import java.util.function.BiFunction; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by EntityTypeGenerator */ -@SuppressWarnings({"deprecation"}) public enum EntityType implements Keyed { - AREA_EFFECT_CLOUD("minecraft:area_effect_cloud", 6.0, 0.5, AreaEffectCloudMeta::new, EntitySpawnType.BASE), + AREA_EFFECT_CLOUD(NamespaceID.from("minecraft:area_effect_cloud"), 6.0, 0.5, AreaEffectCloudMeta::new, EntitySpawnType.BASE), - ARMOR_STAND("minecraft:armor_stand", 0.5, 1.975, ArmorStandMeta::new, EntitySpawnType.LIVING), + ARMOR_STAND(NamespaceID.from("minecraft:armor_stand"), 0.5, 1.975, ArmorStandMeta::new, EntitySpawnType.LIVING), - ARROW("minecraft:arrow", 0.5, 0.5, ArrowMeta::new, EntitySpawnType.BASE), + ARROW(NamespaceID.from("minecraft:arrow"), 0.5, 0.5, ArrowMeta::new, EntitySpawnType.BASE), - BAT("minecraft:bat", 0.5, 0.9, BatMeta::new, EntitySpawnType.LIVING), + BAT(NamespaceID.from("minecraft:bat"), 0.5, 0.9, BatMeta::new, EntitySpawnType.LIVING), - BEE("minecraft:bee", 0.7, 0.6, BeeMeta::new, EntitySpawnType.LIVING), + BEE(NamespaceID.from("minecraft:bee"), 0.7, 0.6, BeeMeta::new, EntitySpawnType.LIVING), - BLAZE("minecraft:blaze", 0.6, 1.8, BlazeMeta::new, EntitySpawnType.LIVING), + BLAZE(NamespaceID.from("minecraft:blaze"), 0.6, 1.8, BlazeMeta::new, EntitySpawnType.LIVING), - BOAT("minecraft:boat", 1.375, 0.5625, BoatMeta::new, EntitySpawnType.BASE), + BOAT(NamespaceID.from("minecraft:boat"), 1.375, 0.5625, BoatMeta::new, EntitySpawnType.BASE), - CAT("minecraft:cat", 0.6, 0.7, CatMeta::new, EntitySpawnType.LIVING), + CAT(NamespaceID.from("minecraft:cat"), 0.6, 0.7, CatMeta::new, EntitySpawnType.LIVING), - CAVE_SPIDER("minecraft:cave_spider", 0.7, 0.5, CaveSpiderMeta::new, EntitySpawnType.LIVING), + CAVE_SPIDER(NamespaceID.from("minecraft:cave_spider"), 0.7, 0.5, CaveSpiderMeta::new, EntitySpawnType.LIVING), - CHICKEN("minecraft:chicken", 0.4, 0.7, ChickenMeta::new, EntitySpawnType.LIVING), + CHICKEN(NamespaceID.from("minecraft:chicken"), 0.4, 0.7, ChickenMeta::new, EntitySpawnType.LIVING), - COD("minecraft:cod", 0.5, 0.3, CodMeta::new, EntitySpawnType.LIVING), + COD(NamespaceID.from("minecraft:cod"), 0.5, 0.3, CodMeta::new, EntitySpawnType.LIVING), - COW("minecraft:cow", 0.9, 1.4, CowMeta::new, EntitySpawnType.LIVING), + COW(NamespaceID.from("minecraft:cow"), 0.9, 1.4, CowMeta::new, EntitySpawnType.LIVING), - CREEPER("minecraft:creeper", 0.6, 1.7, CreeperMeta::new, EntitySpawnType.LIVING), + CREEPER(NamespaceID.from("minecraft:creeper"), 0.6, 1.7, CreeperMeta::new, EntitySpawnType.LIVING), - DOLPHIN("minecraft:dolphin", 0.9, 0.6, DolphinMeta::new, EntitySpawnType.LIVING), + DOLPHIN(NamespaceID.from("minecraft:dolphin"), 0.9, 0.6, DolphinMeta::new, EntitySpawnType.LIVING), - DONKEY("minecraft:donkey", 1.39648, 1.5, DonkeyMeta::new, EntitySpawnType.LIVING), + DONKEY(NamespaceID.from("minecraft:donkey"), 1.3964844, 1.5, DonkeyMeta::new, EntitySpawnType.LIVING), - DRAGON_FIREBALL("minecraft:dragon_fireball", 1.0, 1.0, DragonFireballMeta::new, EntitySpawnType.BASE), + DRAGON_FIREBALL(NamespaceID.from("minecraft:dragon_fireball"), 1.0, 1.0, DragonFireballMeta::new, EntitySpawnType.BASE), - DROWNED("minecraft:drowned", 0.6, 1.95, DrownedMeta::new, EntitySpawnType.LIVING), + DROWNED(NamespaceID.from("minecraft:drowned"), 0.6, 1.95, DrownedMeta::new, EntitySpawnType.LIVING), - ELDER_GUARDIAN("minecraft:elder_guardian", 1.9975, 1.9975, ElderGuardianMeta::new, EntitySpawnType.LIVING), + ELDER_GUARDIAN(NamespaceID.from("minecraft:elder_guardian"), 1.9975, 1.9975, ElderGuardianMeta::new, EntitySpawnType.LIVING), - END_CRYSTAL("minecraft:end_crystal", 2.0, 2.0, EndCrystalMeta::new, EntitySpawnType.BASE), + END_CRYSTAL(NamespaceID.from("minecraft:end_crystal"), 2.0, 2.0, EndCrystalMeta::new, EntitySpawnType.BASE), - ENDER_DRAGON("minecraft:ender_dragon", 16.0, 8.0, EnderDragonMeta::new, EntitySpawnType.LIVING), + ENDER_DRAGON(NamespaceID.from("minecraft:ender_dragon"), 16.0, 8.0, EnderDragonMeta::new, EntitySpawnType.LIVING), - ENDERMAN("minecraft:enderman", 0.6, 2.9, EndermanMeta::new, EntitySpawnType.LIVING), + ENDERMAN(NamespaceID.from("minecraft:enderman"), 0.6, 2.9, EndermanMeta::new, EntitySpawnType.LIVING), - ENDERMITE("minecraft:endermite", 0.4, 0.3, EndermiteMeta::new, EntitySpawnType.LIVING), + ENDERMITE(NamespaceID.from("minecraft:endermite"), 0.4, 0.3, EndermiteMeta::new, EntitySpawnType.LIVING), - EVOKER("minecraft:evoker", 0.6, 1.95, EvokerMeta::new, EntitySpawnType.LIVING), + EVOKER(NamespaceID.from("minecraft:evoker"), 0.6, 1.95, EvokerMeta::new, EntitySpawnType.LIVING), - EVOKER_FANGS("minecraft:evoker_fangs", 0.5, 0.8, EvokerFangsMeta::new, EntitySpawnType.BASE), + EVOKER_FANGS(NamespaceID.from("minecraft:evoker_fangs"), 0.5, 0.8, EvokerFangsMeta::new, EntitySpawnType.BASE), - EXPERIENCE_ORB("minecraft:experience_orb", 0.5, 0.5, ExperienceOrbMeta::new, EntitySpawnType.EXPERIENCE_ORB), + EXPERIENCE_ORB(NamespaceID.from("minecraft:experience_orb"), 0.5, 0.5, ExperienceOrbMeta::new, EntitySpawnType.EXPERIENCE_ORB), - EYE_OF_ENDER("minecraft:eye_of_ender", 0.25, 0.25, EyeOfEnderMeta::new, EntitySpawnType.BASE), + EYE_OF_ENDER(NamespaceID.from("minecraft:eye_of_ender"), 0.25, 0.25, EyeOfEnderMeta::new, EntitySpawnType.BASE), - FALLING_BLOCK("minecraft:falling_block", 0.98, 0.98, FallingBlockMeta::new, EntitySpawnType.BASE), + FALLING_BLOCK(NamespaceID.from("minecraft:falling_block"), 0.98, 0.98, FallingBlockMeta::new, EntitySpawnType.BASE), - FIREWORK_ROCKET("minecraft:firework_rocket", 0.25, 0.25, FireworkRocketMeta::new, EntitySpawnType.BASE), + FIREWORK_ROCKET(NamespaceID.from("minecraft:firework_rocket"), 0.25, 0.25, FireworkRocketMeta::new, EntitySpawnType.BASE), - FOX("minecraft:fox", 0.6, 0.7, FoxMeta::new, EntitySpawnType.LIVING), + FOX(NamespaceID.from("minecraft:fox"), 0.6, 0.7, FoxMeta::new, EntitySpawnType.LIVING), - GHAST("minecraft:ghast", 4.0, 4.0, GhastMeta::new, EntitySpawnType.LIVING), + GHAST(NamespaceID.from("minecraft:ghast"), 4.0, 4.0, GhastMeta::new, EntitySpawnType.LIVING), - GIANT("minecraft:giant", 3.6, 12.0, GiantMeta::new, EntitySpawnType.LIVING), + GIANT(NamespaceID.from("minecraft:giant"), 3.6, 12.0, GiantMeta::new, EntitySpawnType.LIVING), - GUARDIAN("minecraft:guardian", 0.85, 0.85, GuardianMeta::new, EntitySpawnType.LIVING), + GUARDIAN(NamespaceID.from("minecraft:guardian"), 0.85, 0.85, GuardianMeta::new, EntitySpawnType.LIVING), - HOGLIN("minecraft:hoglin", 1.39648, 1.4, HoglinMeta::new, EntitySpawnType.LIVING), + HOGLIN(NamespaceID.from("minecraft:hoglin"), 1.3964844, 1.4, HoglinMeta::new, EntitySpawnType.LIVING), - HORSE("minecraft:horse", 1.39648, 1.6, HorseMeta::new, EntitySpawnType.LIVING), + HORSE(NamespaceID.from("minecraft:horse"), 1.3964844, 1.6, HorseMeta::new, EntitySpawnType.LIVING), - HUSK("minecraft:husk", 0.6, 1.95, HuskMeta::new, EntitySpawnType.LIVING), + HUSK(NamespaceID.from("minecraft:husk"), 0.6, 1.95, HuskMeta::new, EntitySpawnType.LIVING), - ILLUSIONER("minecraft:illusioner", 0.6, 1.95, IllusionerMeta::new, EntitySpawnType.LIVING), + ILLUSIONER(NamespaceID.from("minecraft:illusioner"), 0.6, 1.95, IllusionerMeta::new, EntitySpawnType.LIVING), - IRON_GOLEM("minecraft:iron_golem", 1.4, 2.7, IronGolemMeta::new, EntitySpawnType.LIVING), + IRON_GOLEM(NamespaceID.from("minecraft:iron_golem"), 1.4, 2.7, IronGolemMeta::new, EntitySpawnType.LIVING), - ITEM("minecraft:item", 0.25, 0.25, ItemEntityMeta::new, EntitySpawnType.BASE), + ITEM(NamespaceID.from("minecraft:item"), 0.25, 0.25, ItemEntityMeta::new, EntitySpawnType.BASE), - ITEM_FRAME("minecraft:item_frame", 0.5, 0.5, ItemFrameMeta::new, EntitySpawnType.BASE), + ITEM_FRAME(NamespaceID.from("minecraft:item_frame"), 0.5, 0.5, ItemFrameMeta::new, EntitySpawnType.BASE), - FIREBALL("minecraft:fireball", 1.0, 1.0, FireballMeta::new, EntitySpawnType.BASE), + FIREBALL(NamespaceID.from("minecraft:fireball"), 1.0, 1.0, FireballMeta::new, EntitySpawnType.BASE), - LEASH_KNOT("minecraft:leash_knot", 0.5, 0.5, LeashKnotMeta::new, EntitySpawnType.BASE), + LEASH_KNOT(NamespaceID.from("minecraft:leash_knot"), 0.5, 0.5, LeashKnotMeta::new, EntitySpawnType.BASE), - LIGHTNING_BOLT("minecraft:lightning_bolt", 0.0, 0.0, LightningBoltMeta::new, EntitySpawnType.BASE), + LIGHTNING_BOLT(NamespaceID.from("minecraft:lightning_bolt"), 0.0, 0.0, LightningBoltMeta::new, EntitySpawnType.BASE), - LLAMA("minecraft:llama", 0.9, 1.87, LlamaMeta::new, EntitySpawnType.LIVING), + LLAMA(NamespaceID.from("minecraft:llama"), 0.9, 1.87, LlamaMeta::new, EntitySpawnType.LIVING), - LLAMA_SPIT("minecraft:llama_spit", 0.25, 0.25, LlamaSpitMeta::new, EntitySpawnType.BASE), + LLAMA_SPIT(NamespaceID.from("minecraft:llama_spit"), 0.25, 0.25, LlamaSpitMeta::new, EntitySpawnType.BASE), - MAGMA_CUBE("minecraft:magma_cube", 2.04, 2.04, MagmaCubeMeta::new, EntitySpawnType.LIVING), + MAGMA_CUBE(NamespaceID.from("minecraft:magma_cube"), 2.04, 2.04, MagmaCubeMeta::new, EntitySpawnType.LIVING), - MINECART("minecraft:minecart", 0.98, 0.7, MinecartMeta::new, EntitySpawnType.BASE), + MINECART(NamespaceID.from("minecraft:minecart"), 0.98, 0.7, MinecartMeta::new, EntitySpawnType.BASE), - CHEST_MINECART("minecraft:chest_minecart", 0.98, 0.7, ChestMinecartMeta::new, EntitySpawnType.BASE), + CHEST_MINECART(NamespaceID.from("minecraft:chest_minecart"), 0.98, 0.7, ChestMinecartMeta::new, EntitySpawnType.BASE), - COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 0.98, 0.7, CommandBlockMinecartMeta::new, EntitySpawnType.BASE), + COMMAND_BLOCK_MINECART(NamespaceID.from("minecraft:command_block_minecart"), 0.98, 0.7, CommandBlockMinecartMeta::new, EntitySpawnType.BASE), - FURNACE_MINECART("minecraft:furnace_minecart", 0.98, 0.7, FurnaceMinecartMeta::new, EntitySpawnType.BASE), + FURNACE_MINECART(NamespaceID.from("minecraft:furnace_minecart"), 0.98, 0.7, FurnaceMinecartMeta::new, EntitySpawnType.BASE), - HOPPER_MINECART("minecraft:hopper_minecart", 0.98, 0.7, HopperMinecartMeta::new, EntitySpawnType.BASE), + HOPPER_MINECART(NamespaceID.from("minecraft:hopper_minecart"), 0.98, 0.7, HopperMinecartMeta::new, EntitySpawnType.BASE), - SPAWNER_MINECART("minecraft:spawner_minecart", 0.98, 0.7, SpawnerMinecartMeta::new, EntitySpawnType.BASE), + SPAWNER_MINECART(NamespaceID.from("minecraft:spawner_minecart"), 0.98, 0.7, SpawnerMinecartMeta::new, EntitySpawnType.BASE), - TNT_MINECART("minecraft:tnt_minecart", 0.98, 0.7, TntMinecartMeta::new, EntitySpawnType.BASE), + TNT_MINECART(NamespaceID.from("minecraft:tnt_minecart"), 0.98, 0.7, TntMinecartMeta::new, EntitySpawnType.BASE), - MULE("minecraft:mule", 1.39648, 1.6, MuleMeta::new, EntitySpawnType.LIVING), + MULE(NamespaceID.from("minecraft:mule"), 1.3964844, 1.6, MuleMeta::new, EntitySpawnType.LIVING), - MOOSHROOM("minecraft:mooshroom", 0.9, 1.4, MooshroomMeta::new, EntitySpawnType.LIVING), + MOOSHROOM(NamespaceID.from("minecraft:mooshroom"), 0.9, 1.4, MooshroomMeta::new, EntitySpawnType.LIVING), - OCELOT("minecraft:ocelot", 0.6, 0.7, OcelotMeta::new, EntitySpawnType.LIVING), + OCELOT(NamespaceID.from("minecraft:ocelot"), 0.6, 0.7, OcelotMeta::new, EntitySpawnType.LIVING), - PAINTING("minecraft:painting", 0.5, 0.5, PaintingMeta::new, EntitySpawnType.PAINTING), + PAINTING(NamespaceID.from("minecraft:painting"), 0.5, 0.5, PaintingMeta::new, EntitySpawnType.PAINTING), - PANDA("minecraft:panda", 1.3, 1.25, PandaMeta::new, EntitySpawnType.LIVING), + PANDA(NamespaceID.from("minecraft:panda"), 1.3, 1.25, PandaMeta::new, EntitySpawnType.LIVING), - PARROT("minecraft:parrot", 0.5, 0.9, ParrotMeta::new, EntitySpawnType.LIVING), + PARROT(NamespaceID.from("minecraft:parrot"), 0.5, 0.9, ParrotMeta::new, EntitySpawnType.LIVING), - PHANTOM("minecraft:phantom", 0.9, 0.5, PhantomMeta::new, EntitySpawnType.LIVING), + PHANTOM(NamespaceID.from("minecraft:phantom"), 0.9, 0.5, PhantomMeta::new, EntitySpawnType.LIVING), - PIG("minecraft:pig", 0.9, 0.9, PigMeta::new, EntitySpawnType.LIVING), + PIG(NamespaceID.from("minecraft:pig"), 0.9, 0.9, PigMeta::new, EntitySpawnType.LIVING), - PIGLIN("minecraft:piglin", 0.6, 1.95, PiglinMeta::new, EntitySpawnType.LIVING), + PIGLIN(NamespaceID.from("minecraft:piglin"), 0.6, 1.95, PiglinMeta::new, EntitySpawnType.LIVING), - PIGLIN_BRUTE("minecraft:piglin_brute", 0.6, 1.95, PiglinBruteMeta::new, EntitySpawnType.LIVING), + PIGLIN_BRUTE(NamespaceID.from("minecraft:piglin_brute"), 0.6, 1.95, PiglinBruteMeta::new, EntitySpawnType.LIVING), - PILLAGER("minecraft:pillager", 0.6, 1.95, PillagerMeta::new, EntitySpawnType.LIVING), + PILLAGER(NamespaceID.from("minecraft:pillager"), 0.6, 1.95, PillagerMeta::new, EntitySpawnType.LIVING), - POLAR_BEAR("minecraft:polar_bear", 1.4, 1.4, PolarBearMeta::new, EntitySpawnType.LIVING), + POLAR_BEAR(NamespaceID.from("minecraft:polar_bear"), 1.4, 1.4, PolarBearMeta::new, EntitySpawnType.LIVING), - TNT("minecraft:tnt", 0.98, 0.98, PrimedTntMeta::new, EntitySpawnType.BASE), + TNT(NamespaceID.from("minecraft:tnt"), 0.98, 0.98, PrimedTntMeta::new, EntitySpawnType.BASE), - PUFFERFISH("minecraft:pufferfish", 0.7, 0.7, PufferfishMeta::new, EntitySpawnType.LIVING), + PUFFERFISH(NamespaceID.from("minecraft:pufferfish"), 0.7, 0.7, PufferfishMeta::new, EntitySpawnType.LIVING), - RABBIT("minecraft:rabbit", 0.4, 0.5, RabbitMeta::new, EntitySpawnType.LIVING), + RABBIT(NamespaceID.from("minecraft:rabbit"), 0.4, 0.5, RabbitMeta::new, EntitySpawnType.LIVING), - RAVAGER("minecraft:ravager", 1.95, 2.2, RavagerMeta::new, EntitySpawnType.LIVING), + RAVAGER(NamespaceID.from("minecraft:ravager"), 1.95, 2.2, RavagerMeta::new, EntitySpawnType.LIVING), - SALMON("minecraft:salmon", 0.7, 0.4, SalmonMeta::new, EntitySpawnType.LIVING), + SALMON(NamespaceID.from("minecraft:salmon"), 0.7, 0.4, SalmonMeta::new, EntitySpawnType.LIVING), - SHEEP("minecraft:sheep", 0.9, 1.3, SheepMeta::new, EntitySpawnType.LIVING), + SHEEP(NamespaceID.from("minecraft:sheep"), 0.9, 1.3, SheepMeta::new, EntitySpawnType.LIVING), - SHULKER("minecraft:shulker", 1.0, 1.0, ShulkerMeta::new, EntitySpawnType.LIVING), + SHULKER(NamespaceID.from("minecraft:shulker"), 1.0, 1.0, ShulkerMeta::new, EntitySpawnType.LIVING), - SHULKER_BULLET("minecraft:shulker_bullet", 0.3125, 0.3125, ShulkerBulletMeta::new, EntitySpawnType.BASE), + SHULKER_BULLET(NamespaceID.from("minecraft:shulker_bullet"), 0.3125, 0.3125, ShulkerBulletMeta::new, EntitySpawnType.BASE), - SILVERFISH("minecraft:silverfish", 0.4, 0.3, SilverfishMeta::new, EntitySpawnType.LIVING), + SILVERFISH(NamespaceID.from("minecraft:silverfish"), 0.4, 0.3, SilverfishMeta::new, EntitySpawnType.LIVING), - SKELETON("minecraft:skeleton", 0.6, 1.99, SkeletonMeta::new, EntitySpawnType.LIVING), + SKELETON(NamespaceID.from("minecraft:skeleton"), 0.6, 1.99, SkeletonMeta::new, EntitySpawnType.LIVING), - SKELETON_HORSE("minecraft:skeleton_horse", 1.39648, 1.6, SkeletonHorseMeta::new, EntitySpawnType.LIVING), + SKELETON_HORSE(NamespaceID.from("minecraft:skeleton_horse"), 1.3964844, 1.6, SkeletonHorseMeta::new, EntitySpawnType.LIVING), - SLIME("minecraft:slime", 2.04, 2.04, SlimeMeta::new, EntitySpawnType.LIVING), + SLIME(NamespaceID.from("minecraft:slime"), 2.04, 2.04, SlimeMeta::new, EntitySpawnType.LIVING), - SMALL_FIREBALL("minecraft:small_fireball", 0.3125, 0.3125, SmallFireballMeta::new, EntitySpawnType.BASE), + SMALL_FIREBALL(NamespaceID.from("minecraft:small_fireball"), 0.3125, 0.3125, SmallFireballMeta::new, EntitySpawnType.BASE), - SNOW_GOLEM("minecraft:snow_golem", 0.7, 1.9, SnowGolemMeta::new, EntitySpawnType.LIVING), + SNOW_GOLEM(NamespaceID.from("minecraft:snow_golem"), 0.7, 1.9, SnowGolemMeta::new, EntitySpawnType.LIVING), - SNOWBALL("minecraft:snowball", 0.25, 0.25, SnowballMeta::new, EntitySpawnType.BASE), + SNOWBALL(NamespaceID.from("minecraft:snowball"), 0.25, 0.25, SnowballMeta::new, EntitySpawnType.BASE), - SPECTRAL_ARROW("minecraft:spectral_arrow", 0.5, 0.5, SpectralArrowMeta::new, EntitySpawnType.BASE), + SPECTRAL_ARROW(NamespaceID.from("minecraft:spectral_arrow"), 0.5, 0.5, SpectralArrowMeta::new, EntitySpawnType.BASE), - SPIDER("minecraft:spider", 1.4, 0.9, SpiderMeta::new, EntitySpawnType.LIVING), + SPIDER(NamespaceID.from("minecraft:spider"), 1.4, 0.9, SpiderMeta::new, EntitySpawnType.LIVING), - SQUID("minecraft:squid", 0.8, 0.8, SquidMeta::new, EntitySpawnType.LIVING), + SQUID(NamespaceID.from("minecraft:squid"), 0.8, 0.8, SquidMeta::new, EntitySpawnType.LIVING), - STRAY("minecraft:stray", 0.6, 1.99, StrayMeta::new, EntitySpawnType.LIVING), + STRAY(NamespaceID.from("minecraft:stray"), 0.6, 1.99, StrayMeta::new, EntitySpawnType.LIVING), - STRIDER("minecraft:strider", 0.9, 1.7, StriderMeta::new, EntitySpawnType.LIVING), + STRIDER(NamespaceID.from("minecraft:strider"), 0.9, 1.7, StriderMeta::new, EntitySpawnType.LIVING), - EGG("minecraft:egg", 0.25, 0.25, ThrownEggMeta::new, EntitySpawnType.BASE), + EGG(NamespaceID.from("minecraft:egg"), 0.25, 0.25, ThrownEggMeta::new, EntitySpawnType.BASE), - ENDER_PEARL("minecraft:ender_pearl", 0.25, 0.25, ThrownEnderPearlMeta::new, EntitySpawnType.BASE), + ENDER_PEARL(NamespaceID.from("minecraft:ender_pearl"), 0.25, 0.25, ThrownEnderPearlMeta::new, EntitySpawnType.BASE), - EXPERIENCE_BOTTLE("minecraft:experience_bottle", 0.25, 0.25, ThrownExperienceBottleMeta::new, EntitySpawnType.BASE), + EXPERIENCE_BOTTLE(NamespaceID.from("minecraft:experience_bottle"), 0.25, 0.25, ThrownExperienceBottleMeta::new, EntitySpawnType.BASE), - POTION("minecraft:potion", 0.25, 0.25, ThrownPotionMeta::new, EntitySpawnType.BASE), + POTION(NamespaceID.from("minecraft:potion"), 0.25, 0.25, ThrownPotionMeta::new, EntitySpawnType.BASE), - TRIDENT("minecraft:trident", 0.5, 0.5, ThrownTridentMeta::new, EntitySpawnType.BASE), + TRIDENT(NamespaceID.from("minecraft:trident"), 0.5, 0.5, ThrownTridentMeta::new, EntitySpawnType.BASE), - TRADER_LLAMA("minecraft:trader_llama", 0.9, 1.87, TraderLlamaMeta::new, EntitySpawnType.BASE), + TRADER_LLAMA(NamespaceID.from("minecraft:trader_llama"), 0.9, 1.87, TraderLlamaMeta::new, EntitySpawnType.LIVING), - TROPICAL_FISH("minecraft:tropical_fish", 0.5, 0.4, TropicalFishMeta::new, EntitySpawnType.LIVING), + TROPICAL_FISH(NamespaceID.from("minecraft:tropical_fish"), 0.5, 0.4, TropicalFishMeta::new, EntitySpawnType.LIVING), - TURTLE("minecraft:turtle", 1.2, 0.4, TurtleMeta::new, EntitySpawnType.LIVING), + TURTLE(NamespaceID.from("minecraft:turtle"), 1.2, 0.4, TurtleMeta::new, EntitySpawnType.LIVING), - VEX("minecraft:vex", 0.4, 0.8, VexMeta::new, EntitySpawnType.LIVING), + VEX(NamespaceID.from("minecraft:vex"), 0.4, 0.8, VexMeta::new, EntitySpawnType.LIVING), - VILLAGER("minecraft:villager", 0.6, 1.95, VillagerMeta::new, EntitySpawnType.LIVING), + VILLAGER(NamespaceID.from("minecraft:villager"), 0.6, 1.95, VillagerMeta::new, EntitySpawnType.LIVING), - VINDICATOR("minecraft:vindicator", 0.6, 1.95, VindicatorMeta::new, EntitySpawnType.LIVING), + VINDICATOR(NamespaceID.from("minecraft:vindicator"), 0.6, 1.95, VindicatorMeta::new, EntitySpawnType.LIVING), - WANDERING_TRADER("minecraft:wandering_trader", 0.6, 1.95, WanderingTraderMeta::new, EntitySpawnType.LIVING), + WANDERING_TRADER(NamespaceID.from("minecraft:wandering_trader"), 0.6, 1.95, WanderingTraderMeta::new, EntitySpawnType.LIVING), - WITCH("minecraft:witch", 0.6, 1.95, WitchMeta::new, EntitySpawnType.LIVING), + WITCH(NamespaceID.from("minecraft:witch"), 0.6, 1.95, WitchMeta::new, EntitySpawnType.LIVING), - WITHER("minecraft:wither", 0.9, 3.5, WitherMeta::new, EntitySpawnType.LIVING), + WITHER(NamespaceID.from("minecraft:wither"), 0.9, 3.5, WitherMeta::new, EntitySpawnType.LIVING), - WITHER_SKELETON("minecraft:wither_skeleton", 0.7, 2.4, WitherSkeletonMeta::new, EntitySpawnType.LIVING), + WITHER_SKELETON(NamespaceID.from("minecraft:wither_skeleton"), 0.7, 2.4, WitherSkeletonMeta::new, EntitySpawnType.LIVING), - WITHER_SKULL("minecraft:wither_skull", 0.3125, 0.3125, WitherSkullMeta::new, EntitySpawnType.BASE), + WITHER_SKULL(NamespaceID.from("minecraft:wither_skull"), 0.3125, 0.3125, WitherSkullMeta::new, EntitySpawnType.BASE), - WOLF("minecraft:wolf", 0.6, 0.85, WolfMeta::new, EntitySpawnType.LIVING), + WOLF(NamespaceID.from("minecraft:wolf"), 0.6, 0.85, WolfMeta::new, EntitySpawnType.LIVING), - ZOGLIN("minecraft:zoglin", 1.39648, 1.4, ZoglinMeta::new, EntitySpawnType.LIVING), + ZOGLIN(NamespaceID.from("minecraft:zoglin"), 1.3964844, 1.4, ZoglinMeta::new, EntitySpawnType.LIVING), - ZOMBIE("minecraft:zombie", 0.6, 1.95, ZombieMeta::new, EntitySpawnType.LIVING), + ZOMBIE(NamespaceID.from("minecraft:zombie"), 0.6, 1.95, ZombieMeta::new, EntitySpawnType.LIVING), - ZOMBIE_HORSE("minecraft:zombie_horse", 1.39648, 1.6, ZombieHorseMeta::new, EntitySpawnType.LIVING), + ZOMBIE_HORSE(NamespaceID.from("minecraft:zombie_horse"), 1.3964844, 1.6, ZombieHorseMeta::new, EntitySpawnType.LIVING), - ZOMBIE_VILLAGER("minecraft:zombie_villager", 0.6, 1.95, ZombieVillagerMeta::new, EntitySpawnType.LIVING), + ZOMBIE_VILLAGER(NamespaceID.from("minecraft:zombie_villager"), 0.6, 1.95, ZombieVillagerMeta::new, EntitySpawnType.LIVING), - ZOMBIFIED_PIGLIN("minecraft:zombified_piglin", 0.6, 1.95, ZombifiedPiglinMeta::new, EntitySpawnType.LIVING), + ZOMBIFIED_PIGLIN(NamespaceID.from("minecraft:zombified_piglin"), 0.6, 1.95, ZombifiedPiglinMeta::new, EntitySpawnType.LIVING), - PLAYER("minecraft:player", 0.6, 1.8, PlayerMeta::new, EntitySpawnType.PLAYER), + PLAYER(NamespaceID.from("minecraft:player"), 0.6, 1.8, PlayerMeta::new, EntitySpawnType.PLAYER), - FISHING_BOBBER("minecraft:fishing_bobber", 0.25, 0.25, FishingHookMeta::new, EntitySpawnType.BASE); + FISHING_BOBBER(NamespaceID.from("minecraft:fishing_bobber"), 0.25, 0.25, FishingHookMeta::new, EntitySpawnType.BASE); private static final EntityType[] VALUES = values(); @NotNull - private final String namespaceID; + private final NamespaceID id; private final double width; @@ -278,26 +352,30 @@ public enum EntityType implements Keyed { @NotNull private final EntitySpawnType spawnType; - private final Key key; - - EntityType(@NotNull String namespaceID, double width, double height, + EntityType(@NotNull NamespaceID id, double width, double height, @NotNull BiFunction metaConstructor, @NotNull EntitySpawnType spawnType) { - this.namespaceID = namespaceID; + this.id = id; this.width = width; this.height = height; this.metaConstructor = metaConstructor; this.spawnType = spawnType; - Registries.entityTypes.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); + Registries.entityTypes.put(id, this); + } + + @Override + @NotNull + public Key key() { + return this.id; } public short getId() { return (short) ordinal(); } - public String getNamespaceID() { - return this.namespaceID; + @NotNull + public NamespaceID getNamespaceID() { + return this.id; } public double getWidth() { @@ -316,6 +394,7 @@ public enum EntityType implements Keyed { return this.spawnType; } + @Nullable public static EntityType fromId(short id) { if(id >= 0 && id < VALUES.length) { return VALUES[id]; @@ -323,7 +402,9 @@ public enum EntityType implements Keyed { return null; } - public Key key() { - return this.key; + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; } } diff --git a/src/autogenerated/java/net/minestom/server/fluid/Fluid.java b/src/autogenerated/java/net/minestom/server/fluid/Fluid.java new file mode 100644 index 000000000..bcbc20191 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/fluid/Fluid.java @@ -0,0 +1,62 @@ +package net.minestom.server.fluid; + +import net.kyori.adventure.key.Key; +import net.kyori.adventure.key.Keyed; +import net.minestom.server.registry.Registries; +import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +/** + * AUTOGENERATED by FluidGenerator + */ +public enum Fluid implements Keyed { + EMPTY(NamespaceID.from("minecraft:empty")), + + FLOWING_WATER(NamespaceID.from("minecraft:flowing_water")), + + WATER(NamespaceID.from("minecraft:water")), + + FLOWING_LAVA(NamespaceID.from("minecraft:flowing_lava")), + + LAVA(NamespaceID.from("minecraft:lava")); + + private static final Fluid[] VALUES = values(); + + @NotNull + private final NamespaceID id; + + Fluid(@NotNull NamespaceID id) { + this.id = id; + Registries.fluids.put(id, this); + } + + @Override + @NotNull + public Key key() { + return this.id; + } + + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } + + @Nullable + public static Fluid fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; + } + return null; + } +} diff --git a/src/autogenerated/java/net/minestom/server/fluids/Fluid.java b/src/autogenerated/java/net/minestom/server/fluids/Fluid.java deleted file mode 100644 index 7d73de35a..000000000 --- a/src/autogenerated/java/net/minestom/server/fluids/Fluid.java +++ /dev/null @@ -1,53 +0,0 @@ -package net.minestom.server.fluids; - -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.server.registry.Registries; -import net.minestom.server.utils.NamespaceID; - -/** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== - */ -@SuppressWarnings({"deprecation"}) -public enum Fluid implements Keyed { - EMPTY("minecraft:empty"), - - FLOWING_WATER("minecraft:flowing_water"), - - WATER("minecraft:water"), - - FLOWING_LAVA("minecraft:flowing_lava"), - - LAVA("minecraft:lava"); - - private final String namespaceID; - - private final Key key; - - Fluid(String namespaceID) { - this.namespaceID = namespaceID; - Registries.fluids.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; - } - - public Key key() { - return this.key; - } - - public static Fluid fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; - } - return EMPTY; - } -} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/Block.java b/src/autogenerated/java/net/minestom/server/instance/block/Block.java index c4788bac6..08a96ecaa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/Block.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/Block.java @@ -1,5 +1,6 @@ package net.minestom.server.instance.block; +import java.util.ArrayList; import java.util.Arrays; import java.util.List; import net.kyori.adventure.key.Key; @@ -10,6 +11,7 @@ import net.minestom.server.instance.block.states.AcaciaFence; import net.minestom.server.instance.block.states.AcaciaFenceGate; import net.minestom.server.instance.block.states.AcaciaLeaves; import net.minestom.server.instance.block.states.AcaciaLog; +import net.minestom.server.instance.block.states.AcaciaPlanks; import net.minestom.server.instance.block.states.AcaciaPressurePlate; import net.minestom.server.instance.block.states.AcaciaSapling; import net.minestom.server.instance.block.states.AcaciaSign; @@ -19,15 +21,24 @@ import net.minestom.server.instance.block.states.AcaciaTrapdoor; import net.minestom.server.instance.block.states.AcaciaWallSign; import net.minestom.server.instance.block.states.AcaciaWood; import net.minestom.server.instance.block.states.ActivatorRail; +import net.minestom.server.instance.block.states.Air; +import net.minestom.server.instance.block.states.Allium; +import net.minestom.server.instance.block.states.AncientDebris; +import net.minestom.server.instance.block.states.Andesite; import net.minestom.server.instance.block.states.AndesiteSlab; import net.minestom.server.instance.block.states.AndesiteStairs; import net.minestom.server.instance.block.states.AndesiteWall; import net.minestom.server.instance.block.states.Anvil; import net.minestom.server.instance.block.states.AttachedMelonStem; import net.minestom.server.instance.block.states.AttachedPumpkinStem; +import net.minestom.server.instance.block.states.AzureBluet; import net.minestom.server.instance.block.states.Bamboo; +import net.minestom.server.instance.block.states.BambooSapling; import net.minestom.server.instance.block.states.Barrel; +import net.minestom.server.instance.block.states.Barrier; import net.minestom.server.instance.block.states.Basalt; +import net.minestom.server.instance.block.states.Beacon; +import net.minestom.server.instance.block.states.Bedrock; import net.minestom.server.instance.block.states.BeeNest; import net.minestom.server.instance.block.states.Beehive; import net.minestom.server.instance.block.states.Beetroots; @@ -38,6 +49,7 @@ import net.minestom.server.instance.block.states.BirchFence; import net.minestom.server.instance.block.states.BirchFenceGate; import net.minestom.server.instance.block.states.BirchLeaves; import net.minestom.server.instance.block.states.BirchLog; +import net.minestom.server.instance.block.states.BirchPlanks; import net.minestom.server.instance.block.states.BirchPressurePlate; import net.minestom.server.instance.block.states.BirchSapling; import net.minestom.server.instance.block.states.BirchSign; @@ -48,88 +60,148 @@ import net.minestom.server.instance.block.states.BirchWallSign; import net.minestom.server.instance.block.states.BirchWood; import net.minestom.server.instance.block.states.BlackBanner; import net.minestom.server.instance.block.states.BlackBed; +import net.minestom.server.instance.block.states.BlackCarpet; +import net.minestom.server.instance.block.states.BlackConcrete; +import net.minestom.server.instance.block.states.BlackConcretePowder; import net.minestom.server.instance.block.states.BlackGlazedTerracotta; import net.minestom.server.instance.block.states.BlackShulkerBox; +import net.minestom.server.instance.block.states.BlackStainedGlass; import net.minestom.server.instance.block.states.BlackStainedGlassPane; +import net.minestom.server.instance.block.states.BlackTerracotta; import net.minestom.server.instance.block.states.BlackWallBanner; +import net.minestom.server.instance.block.states.BlackWool; +import net.minestom.server.instance.block.states.Blackstone; import net.minestom.server.instance.block.states.BlackstoneSlab; import net.minestom.server.instance.block.states.BlackstoneStairs; import net.minestom.server.instance.block.states.BlackstoneWall; import net.minestom.server.instance.block.states.BlastFurnace; import net.minestom.server.instance.block.states.BlueBanner; import net.minestom.server.instance.block.states.BlueBed; +import net.minestom.server.instance.block.states.BlueCarpet; +import net.minestom.server.instance.block.states.BlueConcrete; +import net.minestom.server.instance.block.states.BlueConcretePowder; import net.minestom.server.instance.block.states.BlueGlazedTerracotta; +import net.minestom.server.instance.block.states.BlueIce; +import net.minestom.server.instance.block.states.BlueOrchid; import net.minestom.server.instance.block.states.BlueShulkerBox; +import net.minestom.server.instance.block.states.BlueStainedGlass; import net.minestom.server.instance.block.states.BlueStainedGlassPane; +import net.minestom.server.instance.block.states.BlueTerracotta; import net.minestom.server.instance.block.states.BlueWallBanner; +import net.minestom.server.instance.block.states.BlueWool; import net.minestom.server.instance.block.states.BoneBlock; +import net.minestom.server.instance.block.states.Bookshelf; import net.minestom.server.instance.block.states.BrainCoral; +import net.minestom.server.instance.block.states.BrainCoralBlock; import net.minestom.server.instance.block.states.BrainCoralFan; import net.minestom.server.instance.block.states.BrainCoralWallFan; import net.minestom.server.instance.block.states.BrewingStand; import net.minestom.server.instance.block.states.BrickSlab; import net.minestom.server.instance.block.states.BrickStairs; import net.minestom.server.instance.block.states.BrickWall; +import net.minestom.server.instance.block.states.Bricks; import net.minestom.server.instance.block.states.BrownBanner; import net.minestom.server.instance.block.states.BrownBed; +import net.minestom.server.instance.block.states.BrownCarpet; +import net.minestom.server.instance.block.states.BrownConcrete; +import net.minestom.server.instance.block.states.BrownConcretePowder; import net.minestom.server.instance.block.states.BrownGlazedTerracotta; +import net.minestom.server.instance.block.states.BrownMushroom; import net.minestom.server.instance.block.states.BrownMushroomBlock; import net.minestom.server.instance.block.states.BrownShulkerBox; +import net.minestom.server.instance.block.states.BrownStainedGlass; import net.minestom.server.instance.block.states.BrownStainedGlassPane; +import net.minestom.server.instance.block.states.BrownTerracotta; import net.minestom.server.instance.block.states.BrownWallBanner; +import net.minestom.server.instance.block.states.BrownWool; import net.minestom.server.instance.block.states.BubbleColumn; import net.minestom.server.instance.block.states.BubbleCoral; +import net.minestom.server.instance.block.states.BubbleCoralBlock; import net.minestom.server.instance.block.states.BubbleCoralFan; import net.minestom.server.instance.block.states.BubbleCoralWallFan; import net.minestom.server.instance.block.states.Cactus; import net.minestom.server.instance.block.states.Cake; import net.minestom.server.instance.block.states.Campfire; import net.minestom.server.instance.block.states.Carrots; +import net.minestom.server.instance.block.states.CartographyTable; import net.minestom.server.instance.block.states.CarvedPumpkin; import net.minestom.server.instance.block.states.Cauldron; +import net.minestom.server.instance.block.states.CaveAir; import net.minestom.server.instance.block.states.Chain; import net.minestom.server.instance.block.states.ChainCommandBlock; import net.minestom.server.instance.block.states.Chest; import net.minestom.server.instance.block.states.ChippedAnvil; +import net.minestom.server.instance.block.states.ChiseledNetherBricks; +import net.minestom.server.instance.block.states.ChiseledPolishedBlackstone; +import net.minestom.server.instance.block.states.ChiseledQuartzBlock; +import net.minestom.server.instance.block.states.ChiseledRedSandstone; +import net.minestom.server.instance.block.states.ChiseledSandstone; +import net.minestom.server.instance.block.states.ChiseledStoneBricks; import net.minestom.server.instance.block.states.ChorusFlower; import net.minestom.server.instance.block.states.ChorusPlant; +import net.minestom.server.instance.block.states.Clay; +import net.minestom.server.instance.block.states.CoalBlock; +import net.minestom.server.instance.block.states.CoalOre; +import net.minestom.server.instance.block.states.CoarseDirt; +import net.minestom.server.instance.block.states.Cobblestone; import net.minestom.server.instance.block.states.CobblestoneSlab; import net.minestom.server.instance.block.states.CobblestoneStairs; import net.minestom.server.instance.block.states.CobblestoneWall; +import net.minestom.server.instance.block.states.Cobweb; import net.minestom.server.instance.block.states.Cocoa; import net.minestom.server.instance.block.states.CommandBlock; import net.minestom.server.instance.block.states.Comparator; import net.minestom.server.instance.block.states.Composter; import net.minestom.server.instance.block.states.Conduit; +import net.minestom.server.instance.block.states.Cornflower; +import net.minestom.server.instance.block.states.CrackedNetherBricks; +import net.minestom.server.instance.block.states.CrackedPolishedBlackstoneBricks; +import net.minestom.server.instance.block.states.CrackedStoneBricks; +import net.minestom.server.instance.block.states.CraftingTable; import net.minestom.server.instance.block.states.CreeperHead; import net.minestom.server.instance.block.states.CreeperWallHead; import net.minestom.server.instance.block.states.CrimsonButton; import net.minestom.server.instance.block.states.CrimsonDoor; import net.minestom.server.instance.block.states.CrimsonFence; import net.minestom.server.instance.block.states.CrimsonFenceGate; +import net.minestom.server.instance.block.states.CrimsonFungus; import net.minestom.server.instance.block.states.CrimsonHyphae; +import net.minestom.server.instance.block.states.CrimsonNylium; +import net.minestom.server.instance.block.states.CrimsonPlanks; import net.minestom.server.instance.block.states.CrimsonPressurePlate; +import net.minestom.server.instance.block.states.CrimsonRoots; import net.minestom.server.instance.block.states.CrimsonSign; import net.minestom.server.instance.block.states.CrimsonSlab; import net.minestom.server.instance.block.states.CrimsonStairs; import net.minestom.server.instance.block.states.CrimsonStem; import net.minestom.server.instance.block.states.CrimsonTrapdoor; import net.minestom.server.instance.block.states.CrimsonWallSign; +import net.minestom.server.instance.block.states.CryingObsidian; +import net.minestom.server.instance.block.states.CutRedSandstone; import net.minestom.server.instance.block.states.CutRedSandstoneSlab; +import net.minestom.server.instance.block.states.CutSandstone; import net.minestom.server.instance.block.states.CutSandstoneSlab; import net.minestom.server.instance.block.states.CyanBanner; import net.minestom.server.instance.block.states.CyanBed; +import net.minestom.server.instance.block.states.CyanCarpet; +import net.minestom.server.instance.block.states.CyanConcrete; +import net.minestom.server.instance.block.states.CyanConcretePowder; import net.minestom.server.instance.block.states.CyanGlazedTerracotta; import net.minestom.server.instance.block.states.CyanShulkerBox; +import net.minestom.server.instance.block.states.CyanStainedGlass; import net.minestom.server.instance.block.states.CyanStainedGlassPane; +import net.minestom.server.instance.block.states.CyanTerracotta; import net.minestom.server.instance.block.states.CyanWallBanner; +import net.minestom.server.instance.block.states.CyanWool; import net.minestom.server.instance.block.states.DamagedAnvil; +import net.minestom.server.instance.block.states.Dandelion; import net.minestom.server.instance.block.states.DarkOakButton; import net.minestom.server.instance.block.states.DarkOakDoor; import net.minestom.server.instance.block.states.DarkOakFence; import net.minestom.server.instance.block.states.DarkOakFenceGate; import net.minestom.server.instance.block.states.DarkOakLeaves; import net.minestom.server.instance.block.states.DarkOakLog; +import net.minestom.server.instance.block.states.DarkOakPlanks; import net.minestom.server.instance.block.states.DarkOakPressurePlate; import net.minestom.server.instance.block.states.DarkOakSapling; import net.minestom.server.instance.block.states.DarkOakSign; @@ -138,71 +210,128 @@ import net.minestom.server.instance.block.states.DarkOakStairs; import net.minestom.server.instance.block.states.DarkOakTrapdoor; import net.minestom.server.instance.block.states.DarkOakWallSign; import net.minestom.server.instance.block.states.DarkOakWood; +import net.minestom.server.instance.block.states.DarkPrismarine; import net.minestom.server.instance.block.states.DarkPrismarineSlab; import net.minestom.server.instance.block.states.DarkPrismarineStairs; import net.minestom.server.instance.block.states.DaylightDetector; import net.minestom.server.instance.block.states.DeadBrainCoral; +import net.minestom.server.instance.block.states.DeadBrainCoralBlock; import net.minestom.server.instance.block.states.DeadBrainCoralFan; import net.minestom.server.instance.block.states.DeadBrainCoralWallFan; import net.minestom.server.instance.block.states.DeadBubbleCoral; +import net.minestom.server.instance.block.states.DeadBubbleCoralBlock; import net.minestom.server.instance.block.states.DeadBubbleCoralFan; import net.minestom.server.instance.block.states.DeadBubbleCoralWallFan; +import net.minestom.server.instance.block.states.DeadBush; import net.minestom.server.instance.block.states.DeadFireCoral; +import net.minestom.server.instance.block.states.DeadFireCoralBlock; import net.minestom.server.instance.block.states.DeadFireCoralFan; import net.minestom.server.instance.block.states.DeadFireCoralWallFan; import net.minestom.server.instance.block.states.DeadHornCoral; +import net.minestom.server.instance.block.states.DeadHornCoralBlock; import net.minestom.server.instance.block.states.DeadHornCoralFan; import net.minestom.server.instance.block.states.DeadHornCoralWallFan; import net.minestom.server.instance.block.states.DeadTubeCoral; +import net.minestom.server.instance.block.states.DeadTubeCoralBlock; import net.minestom.server.instance.block.states.DeadTubeCoralFan; import net.minestom.server.instance.block.states.DeadTubeCoralWallFan; import net.minestom.server.instance.block.states.DetectorRail; +import net.minestom.server.instance.block.states.DiamondBlock; +import net.minestom.server.instance.block.states.DiamondOre; +import net.minestom.server.instance.block.states.Diorite; import net.minestom.server.instance.block.states.DioriteSlab; import net.minestom.server.instance.block.states.DioriteStairs; import net.minestom.server.instance.block.states.DioriteWall; +import net.minestom.server.instance.block.states.Dirt; import net.minestom.server.instance.block.states.Dispenser; +import net.minestom.server.instance.block.states.DragonEgg; import net.minestom.server.instance.block.states.DragonHead; import net.minestom.server.instance.block.states.DragonWallHead; +import net.minestom.server.instance.block.states.DriedKelpBlock; import net.minestom.server.instance.block.states.Dropper; +import net.minestom.server.instance.block.states.EmeraldBlock; +import net.minestom.server.instance.block.states.EmeraldOre; +import net.minestom.server.instance.block.states.EnchantingTable; +import net.minestom.server.instance.block.states.EndGateway; +import net.minestom.server.instance.block.states.EndPortal; import net.minestom.server.instance.block.states.EndPortalFrame; import net.minestom.server.instance.block.states.EndRod; +import net.minestom.server.instance.block.states.EndStone; import net.minestom.server.instance.block.states.EndStoneBrickSlab; import net.minestom.server.instance.block.states.EndStoneBrickStairs; import net.minestom.server.instance.block.states.EndStoneBrickWall; +import net.minestom.server.instance.block.states.EndStoneBricks; import net.minestom.server.instance.block.states.EnderChest; import net.minestom.server.instance.block.states.Farmland; +import net.minestom.server.instance.block.states.Fern; import net.minestom.server.instance.block.states.Fire; import net.minestom.server.instance.block.states.FireCoral; +import net.minestom.server.instance.block.states.FireCoralBlock; import net.minestom.server.instance.block.states.FireCoralFan; import net.minestom.server.instance.block.states.FireCoralWallFan; +import net.minestom.server.instance.block.states.FletchingTable; +import net.minestom.server.instance.block.states.FlowerPot; import net.minestom.server.instance.block.states.FrostedIce; import net.minestom.server.instance.block.states.Furnace; +import net.minestom.server.instance.block.states.GildedBlackstone; +import net.minestom.server.instance.block.states.Glass; import net.minestom.server.instance.block.states.GlassPane; +import net.minestom.server.instance.block.states.Glowstone; +import net.minestom.server.instance.block.states.GoldBlock; +import net.minestom.server.instance.block.states.GoldOre; +import net.minestom.server.instance.block.states.Granite; import net.minestom.server.instance.block.states.GraniteSlab; import net.minestom.server.instance.block.states.GraniteStairs; import net.minestom.server.instance.block.states.GraniteWall; +import net.minestom.server.instance.block.states.Grass; import net.minestom.server.instance.block.states.GrassBlock; +import net.minestom.server.instance.block.states.GrassPath; +import net.minestom.server.instance.block.states.Gravel; import net.minestom.server.instance.block.states.GrayBanner; import net.minestom.server.instance.block.states.GrayBed; +import net.minestom.server.instance.block.states.GrayCarpet; +import net.minestom.server.instance.block.states.GrayConcrete; +import net.minestom.server.instance.block.states.GrayConcretePowder; import net.minestom.server.instance.block.states.GrayGlazedTerracotta; import net.minestom.server.instance.block.states.GrayShulkerBox; +import net.minestom.server.instance.block.states.GrayStainedGlass; import net.minestom.server.instance.block.states.GrayStainedGlassPane; +import net.minestom.server.instance.block.states.GrayTerracotta; import net.minestom.server.instance.block.states.GrayWallBanner; +import net.minestom.server.instance.block.states.GrayWool; import net.minestom.server.instance.block.states.GreenBanner; import net.minestom.server.instance.block.states.GreenBed; +import net.minestom.server.instance.block.states.GreenCarpet; +import net.minestom.server.instance.block.states.GreenConcrete; +import net.minestom.server.instance.block.states.GreenConcretePowder; import net.minestom.server.instance.block.states.GreenGlazedTerracotta; import net.minestom.server.instance.block.states.GreenShulkerBox; +import net.minestom.server.instance.block.states.GreenStainedGlass; import net.minestom.server.instance.block.states.GreenStainedGlassPane; +import net.minestom.server.instance.block.states.GreenTerracotta; import net.minestom.server.instance.block.states.GreenWallBanner; +import net.minestom.server.instance.block.states.GreenWool; import net.minestom.server.instance.block.states.Grindstone; import net.minestom.server.instance.block.states.HayBlock; import net.minestom.server.instance.block.states.HeavyWeightedPressurePlate; +import net.minestom.server.instance.block.states.HoneyBlock; +import net.minestom.server.instance.block.states.HoneycombBlock; import net.minestom.server.instance.block.states.Hopper; import net.minestom.server.instance.block.states.HornCoral; +import net.minestom.server.instance.block.states.HornCoralBlock; import net.minestom.server.instance.block.states.HornCoralFan; import net.minestom.server.instance.block.states.HornCoralWallFan; +import net.minestom.server.instance.block.states.Ice; +import net.minestom.server.instance.block.states.InfestedChiseledStoneBricks; +import net.minestom.server.instance.block.states.InfestedCobblestone; +import net.minestom.server.instance.block.states.InfestedCrackedStoneBricks; +import net.minestom.server.instance.block.states.InfestedMossyStoneBricks; +import net.minestom.server.instance.block.states.InfestedStone; +import net.minestom.server.instance.block.states.InfestedStoneBricks; import net.minestom.server.instance.block.states.IronBars; +import net.minestom.server.instance.block.states.IronBlock; import net.minestom.server.instance.block.states.IronDoor; +import net.minestom.server.instance.block.states.IronOre; import net.minestom.server.instance.block.states.IronTrapdoor; import net.minestom.server.instance.block.states.JackOLantern; import net.minestom.server.instance.block.states.Jigsaw; @@ -213,6 +342,7 @@ import net.minestom.server.instance.block.states.JungleFence; import net.minestom.server.instance.block.states.JungleFenceGate; import net.minestom.server.instance.block.states.JungleLeaves; import net.minestom.server.instance.block.states.JungleLog; +import net.minestom.server.instance.block.states.JunglePlanks; import net.minestom.server.instance.block.states.JunglePressurePlate; import net.minestom.server.instance.block.states.JungleSapling; import net.minestom.server.instance.block.states.JungleSign; @@ -222,46 +352,80 @@ import net.minestom.server.instance.block.states.JungleTrapdoor; import net.minestom.server.instance.block.states.JungleWallSign; import net.minestom.server.instance.block.states.JungleWood; import net.minestom.server.instance.block.states.Kelp; +import net.minestom.server.instance.block.states.KelpPlant; import net.minestom.server.instance.block.states.Ladder; import net.minestom.server.instance.block.states.Lantern; +import net.minestom.server.instance.block.states.LapisBlock; +import net.minestom.server.instance.block.states.LapisOre; import net.minestom.server.instance.block.states.LargeFern; import net.minestom.server.instance.block.states.Lava; import net.minestom.server.instance.block.states.Lectern; import net.minestom.server.instance.block.states.Lever; import net.minestom.server.instance.block.states.LightBlueBanner; import net.minestom.server.instance.block.states.LightBlueBed; +import net.minestom.server.instance.block.states.LightBlueCarpet; +import net.minestom.server.instance.block.states.LightBlueConcrete; +import net.minestom.server.instance.block.states.LightBlueConcretePowder; import net.minestom.server.instance.block.states.LightBlueGlazedTerracotta; import net.minestom.server.instance.block.states.LightBlueShulkerBox; +import net.minestom.server.instance.block.states.LightBlueStainedGlass; import net.minestom.server.instance.block.states.LightBlueStainedGlassPane; +import net.minestom.server.instance.block.states.LightBlueTerracotta; import net.minestom.server.instance.block.states.LightBlueWallBanner; +import net.minestom.server.instance.block.states.LightBlueWool; import net.minestom.server.instance.block.states.LightGrayBanner; import net.minestom.server.instance.block.states.LightGrayBed; +import net.minestom.server.instance.block.states.LightGrayCarpet; +import net.minestom.server.instance.block.states.LightGrayConcrete; +import net.minestom.server.instance.block.states.LightGrayConcretePowder; import net.minestom.server.instance.block.states.LightGrayGlazedTerracotta; import net.minestom.server.instance.block.states.LightGrayShulkerBox; +import net.minestom.server.instance.block.states.LightGrayStainedGlass; import net.minestom.server.instance.block.states.LightGrayStainedGlassPane; +import net.minestom.server.instance.block.states.LightGrayTerracotta; import net.minestom.server.instance.block.states.LightGrayWallBanner; +import net.minestom.server.instance.block.states.LightGrayWool; import net.minestom.server.instance.block.states.LightWeightedPressurePlate; import net.minestom.server.instance.block.states.Lilac; +import net.minestom.server.instance.block.states.LilyOfTheValley; +import net.minestom.server.instance.block.states.LilyPad; import net.minestom.server.instance.block.states.LimeBanner; import net.minestom.server.instance.block.states.LimeBed; +import net.minestom.server.instance.block.states.LimeCarpet; +import net.minestom.server.instance.block.states.LimeConcrete; +import net.minestom.server.instance.block.states.LimeConcretePowder; import net.minestom.server.instance.block.states.LimeGlazedTerracotta; import net.minestom.server.instance.block.states.LimeShulkerBox; +import net.minestom.server.instance.block.states.LimeStainedGlass; import net.minestom.server.instance.block.states.LimeStainedGlassPane; +import net.minestom.server.instance.block.states.LimeTerracotta; import net.minestom.server.instance.block.states.LimeWallBanner; +import net.minestom.server.instance.block.states.LimeWool; +import net.minestom.server.instance.block.states.Lodestone; import net.minestom.server.instance.block.states.Loom; import net.minestom.server.instance.block.states.MagentaBanner; import net.minestom.server.instance.block.states.MagentaBed; +import net.minestom.server.instance.block.states.MagentaCarpet; +import net.minestom.server.instance.block.states.MagentaConcrete; +import net.minestom.server.instance.block.states.MagentaConcretePowder; import net.minestom.server.instance.block.states.MagentaGlazedTerracotta; import net.minestom.server.instance.block.states.MagentaShulkerBox; +import net.minestom.server.instance.block.states.MagentaStainedGlass; import net.minestom.server.instance.block.states.MagentaStainedGlassPane; +import net.minestom.server.instance.block.states.MagentaTerracotta; import net.minestom.server.instance.block.states.MagentaWallBanner; +import net.minestom.server.instance.block.states.MagentaWool; +import net.minestom.server.instance.block.states.MagmaBlock; +import net.minestom.server.instance.block.states.Melon; import net.minestom.server.instance.block.states.MelonStem; +import net.minestom.server.instance.block.states.MossyCobblestone; import net.minestom.server.instance.block.states.MossyCobblestoneSlab; import net.minestom.server.instance.block.states.MossyCobblestoneStairs; import net.minestom.server.instance.block.states.MossyCobblestoneWall; import net.minestom.server.instance.block.states.MossyStoneBrickSlab; import net.minestom.server.instance.block.states.MossyStoneBrickStairs; import net.minestom.server.instance.block.states.MossyStoneBrickWall; +import net.minestom.server.instance.block.states.MossyStoneBricks; import net.minestom.server.instance.block.states.MovingPiston; import net.minestom.server.instance.block.states.MushroomStem; import net.minestom.server.instance.block.states.Mycelium; @@ -269,8 +433,15 @@ import net.minestom.server.instance.block.states.NetherBrickFence; import net.minestom.server.instance.block.states.NetherBrickSlab; import net.minestom.server.instance.block.states.NetherBrickStairs; import net.minestom.server.instance.block.states.NetherBrickWall; +import net.minestom.server.instance.block.states.NetherBricks; +import net.minestom.server.instance.block.states.NetherGoldOre; import net.minestom.server.instance.block.states.NetherPortal; +import net.minestom.server.instance.block.states.NetherQuartzOre; +import net.minestom.server.instance.block.states.NetherSprouts; import net.minestom.server.instance.block.states.NetherWart; +import net.minestom.server.instance.block.states.NetherWartBlock; +import net.minestom.server.instance.block.states.NetheriteBlock; +import net.minestom.server.instance.block.states.Netherrack; import net.minestom.server.instance.block.states.NoteBlock; import net.minestom.server.instance.block.states.OakButton; import net.minestom.server.instance.block.states.OakDoor; @@ -278,6 +449,7 @@ import net.minestom.server.instance.block.states.OakFence; import net.minestom.server.instance.block.states.OakFenceGate; import net.minestom.server.instance.block.states.OakLeaves; import net.minestom.server.instance.block.states.OakLog; +import net.minestom.server.instance.block.states.OakPlanks; import net.minestom.server.instance.block.states.OakPressurePlate; import net.minestom.server.instance.block.states.OakSapling; import net.minestom.server.instance.block.states.OakSign; @@ -287,74 +459,150 @@ import net.minestom.server.instance.block.states.OakTrapdoor; import net.minestom.server.instance.block.states.OakWallSign; import net.minestom.server.instance.block.states.OakWood; import net.minestom.server.instance.block.states.Observer; +import net.minestom.server.instance.block.states.Obsidian; import net.minestom.server.instance.block.states.OrangeBanner; import net.minestom.server.instance.block.states.OrangeBed; +import net.minestom.server.instance.block.states.OrangeCarpet; +import net.minestom.server.instance.block.states.OrangeConcrete; +import net.minestom.server.instance.block.states.OrangeConcretePowder; import net.minestom.server.instance.block.states.OrangeGlazedTerracotta; import net.minestom.server.instance.block.states.OrangeShulkerBox; +import net.minestom.server.instance.block.states.OrangeStainedGlass; import net.minestom.server.instance.block.states.OrangeStainedGlassPane; +import net.minestom.server.instance.block.states.OrangeTerracotta; +import net.minestom.server.instance.block.states.OrangeTulip; import net.minestom.server.instance.block.states.OrangeWallBanner; +import net.minestom.server.instance.block.states.OrangeWool; +import net.minestom.server.instance.block.states.OxeyeDaisy; +import net.minestom.server.instance.block.states.PackedIce; import net.minestom.server.instance.block.states.Peony; import net.minestom.server.instance.block.states.PetrifiedOakSlab; import net.minestom.server.instance.block.states.PinkBanner; import net.minestom.server.instance.block.states.PinkBed; +import net.minestom.server.instance.block.states.PinkCarpet; +import net.minestom.server.instance.block.states.PinkConcrete; +import net.minestom.server.instance.block.states.PinkConcretePowder; import net.minestom.server.instance.block.states.PinkGlazedTerracotta; import net.minestom.server.instance.block.states.PinkShulkerBox; +import net.minestom.server.instance.block.states.PinkStainedGlass; import net.minestom.server.instance.block.states.PinkStainedGlassPane; +import net.minestom.server.instance.block.states.PinkTerracotta; +import net.minestom.server.instance.block.states.PinkTulip; import net.minestom.server.instance.block.states.PinkWallBanner; +import net.minestom.server.instance.block.states.PinkWool; import net.minestom.server.instance.block.states.Piston; import net.minestom.server.instance.block.states.PistonHead; import net.minestom.server.instance.block.states.PlayerHead; import net.minestom.server.instance.block.states.PlayerWallHead; import net.minestom.server.instance.block.states.Podzol; +import net.minestom.server.instance.block.states.PolishedAndesite; import net.minestom.server.instance.block.states.PolishedAndesiteSlab; import net.minestom.server.instance.block.states.PolishedAndesiteStairs; import net.minestom.server.instance.block.states.PolishedBasalt; +import net.minestom.server.instance.block.states.PolishedBlackstone; import net.minestom.server.instance.block.states.PolishedBlackstoneBrickSlab; import net.minestom.server.instance.block.states.PolishedBlackstoneBrickStairs; import net.minestom.server.instance.block.states.PolishedBlackstoneBrickWall; +import net.minestom.server.instance.block.states.PolishedBlackstoneBricks; import net.minestom.server.instance.block.states.PolishedBlackstoneButton; import net.minestom.server.instance.block.states.PolishedBlackstonePressurePlate; import net.minestom.server.instance.block.states.PolishedBlackstoneSlab; import net.minestom.server.instance.block.states.PolishedBlackstoneStairs; import net.minestom.server.instance.block.states.PolishedBlackstoneWall; +import net.minestom.server.instance.block.states.PolishedDiorite; import net.minestom.server.instance.block.states.PolishedDioriteSlab; import net.minestom.server.instance.block.states.PolishedDioriteStairs; +import net.minestom.server.instance.block.states.PolishedGranite; import net.minestom.server.instance.block.states.PolishedGraniteSlab; import net.minestom.server.instance.block.states.PolishedGraniteStairs; +import net.minestom.server.instance.block.states.Poppy; import net.minestom.server.instance.block.states.Potatoes; +import net.minestom.server.instance.block.states.PottedAcaciaSapling; +import net.minestom.server.instance.block.states.PottedAllium; +import net.minestom.server.instance.block.states.PottedAzureBluet; +import net.minestom.server.instance.block.states.PottedBamboo; +import net.minestom.server.instance.block.states.PottedBirchSapling; +import net.minestom.server.instance.block.states.PottedBlueOrchid; +import net.minestom.server.instance.block.states.PottedBrownMushroom; +import net.minestom.server.instance.block.states.PottedCactus; +import net.minestom.server.instance.block.states.PottedCornflower; +import net.minestom.server.instance.block.states.PottedCrimsonFungus; +import net.minestom.server.instance.block.states.PottedCrimsonRoots; +import net.minestom.server.instance.block.states.PottedDandelion; +import net.minestom.server.instance.block.states.PottedDarkOakSapling; +import net.minestom.server.instance.block.states.PottedDeadBush; +import net.minestom.server.instance.block.states.PottedFern; +import net.minestom.server.instance.block.states.PottedJungleSapling; +import net.minestom.server.instance.block.states.PottedLilyOfTheValley; +import net.minestom.server.instance.block.states.PottedOakSapling; +import net.minestom.server.instance.block.states.PottedOrangeTulip; +import net.minestom.server.instance.block.states.PottedOxeyeDaisy; +import net.minestom.server.instance.block.states.PottedPinkTulip; +import net.minestom.server.instance.block.states.PottedPoppy; +import net.minestom.server.instance.block.states.PottedRedMushroom; +import net.minestom.server.instance.block.states.PottedRedTulip; +import net.minestom.server.instance.block.states.PottedSpruceSapling; +import net.minestom.server.instance.block.states.PottedWarpedFungus; +import net.minestom.server.instance.block.states.PottedWarpedRoots; +import net.minestom.server.instance.block.states.PottedWhiteTulip; +import net.minestom.server.instance.block.states.PottedWitherRose; import net.minestom.server.instance.block.states.PoweredRail; +import net.minestom.server.instance.block.states.Prismarine; import net.minestom.server.instance.block.states.PrismarineBrickSlab; import net.minestom.server.instance.block.states.PrismarineBrickStairs; +import net.minestom.server.instance.block.states.PrismarineBricks; import net.minestom.server.instance.block.states.PrismarineSlab; import net.minestom.server.instance.block.states.PrismarineStairs; import net.minestom.server.instance.block.states.PrismarineWall; +import net.minestom.server.instance.block.states.Pumpkin; import net.minestom.server.instance.block.states.PumpkinStem; import net.minestom.server.instance.block.states.PurpleBanner; import net.minestom.server.instance.block.states.PurpleBed; +import net.minestom.server.instance.block.states.PurpleCarpet; +import net.minestom.server.instance.block.states.PurpleConcrete; +import net.minestom.server.instance.block.states.PurpleConcretePowder; import net.minestom.server.instance.block.states.PurpleGlazedTerracotta; import net.minestom.server.instance.block.states.PurpleShulkerBox; +import net.minestom.server.instance.block.states.PurpleStainedGlass; import net.minestom.server.instance.block.states.PurpleStainedGlassPane; +import net.minestom.server.instance.block.states.PurpleTerracotta; import net.minestom.server.instance.block.states.PurpleWallBanner; +import net.minestom.server.instance.block.states.PurpleWool; +import net.minestom.server.instance.block.states.PurpurBlock; import net.minestom.server.instance.block.states.PurpurPillar; import net.minestom.server.instance.block.states.PurpurSlab; import net.minestom.server.instance.block.states.PurpurStairs; +import net.minestom.server.instance.block.states.QuartzBlock; +import net.minestom.server.instance.block.states.QuartzBricks; import net.minestom.server.instance.block.states.QuartzPillar; import net.minestom.server.instance.block.states.QuartzSlab; import net.minestom.server.instance.block.states.QuartzStairs; import net.minestom.server.instance.block.states.Rail; import net.minestom.server.instance.block.states.RedBanner; import net.minestom.server.instance.block.states.RedBed; +import net.minestom.server.instance.block.states.RedCarpet; +import net.minestom.server.instance.block.states.RedConcrete; +import net.minestom.server.instance.block.states.RedConcretePowder; import net.minestom.server.instance.block.states.RedGlazedTerracotta; +import net.minestom.server.instance.block.states.RedMushroom; import net.minestom.server.instance.block.states.RedMushroomBlock; import net.minestom.server.instance.block.states.RedNetherBrickSlab; import net.minestom.server.instance.block.states.RedNetherBrickStairs; import net.minestom.server.instance.block.states.RedNetherBrickWall; +import net.minestom.server.instance.block.states.RedNetherBricks; +import net.minestom.server.instance.block.states.RedSand; +import net.minestom.server.instance.block.states.RedSandstone; import net.minestom.server.instance.block.states.RedSandstoneSlab; import net.minestom.server.instance.block.states.RedSandstoneStairs; import net.minestom.server.instance.block.states.RedSandstoneWall; import net.minestom.server.instance.block.states.RedShulkerBox; +import net.minestom.server.instance.block.states.RedStainedGlass; import net.minestom.server.instance.block.states.RedStainedGlassPane; +import net.minestom.server.instance.block.states.RedTerracotta; +import net.minestom.server.instance.block.states.RedTulip; import net.minestom.server.instance.block.states.RedWallBanner; +import net.minestom.server.instance.block.states.RedWool; +import net.minestom.server.instance.block.states.RedstoneBlock; import net.minestom.server.instance.block.states.RedstoneLamp; import net.minestom.server.instance.block.states.RedstoneOre; import net.minestom.server.instance.block.states.RedstoneTorch; @@ -364,32 +612,51 @@ import net.minestom.server.instance.block.states.Repeater; import net.minestom.server.instance.block.states.RepeatingCommandBlock; import net.minestom.server.instance.block.states.RespawnAnchor; import net.minestom.server.instance.block.states.RoseBush; +import net.minestom.server.instance.block.states.Sand; +import net.minestom.server.instance.block.states.Sandstone; import net.minestom.server.instance.block.states.SandstoneSlab; import net.minestom.server.instance.block.states.SandstoneStairs; import net.minestom.server.instance.block.states.SandstoneWall; import net.minestom.server.instance.block.states.Scaffolding; +import net.minestom.server.instance.block.states.SeaLantern; import net.minestom.server.instance.block.states.SeaPickle; +import net.minestom.server.instance.block.states.Seagrass; +import net.minestom.server.instance.block.states.Shroomlight; import net.minestom.server.instance.block.states.ShulkerBox; import net.minestom.server.instance.block.states.SkeletonSkull; import net.minestom.server.instance.block.states.SkeletonWallSkull; +import net.minestom.server.instance.block.states.SlimeBlock; +import net.minestom.server.instance.block.states.SmithingTable; import net.minestom.server.instance.block.states.Smoker; +import net.minestom.server.instance.block.states.SmoothQuartz; import net.minestom.server.instance.block.states.SmoothQuartzSlab; import net.minestom.server.instance.block.states.SmoothQuartzStairs; +import net.minestom.server.instance.block.states.SmoothRedSandstone; import net.minestom.server.instance.block.states.SmoothRedSandstoneSlab; import net.minestom.server.instance.block.states.SmoothRedSandstoneStairs; +import net.minestom.server.instance.block.states.SmoothSandstone; import net.minestom.server.instance.block.states.SmoothSandstoneSlab; import net.minestom.server.instance.block.states.SmoothSandstoneStairs; +import net.minestom.server.instance.block.states.SmoothStone; import net.minestom.server.instance.block.states.SmoothStoneSlab; import net.minestom.server.instance.block.states.Snow; +import net.minestom.server.instance.block.states.SnowBlock; import net.minestom.server.instance.block.states.SoulCampfire; +import net.minestom.server.instance.block.states.SoulFire; import net.minestom.server.instance.block.states.SoulLantern; +import net.minestom.server.instance.block.states.SoulSand; +import net.minestom.server.instance.block.states.SoulSoil; +import net.minestom.server.instance.block.states.SoulTorch; import net.minestom.server.instance.block.states.SoulWallTorch; +import net.minestom.server.instance.block.states.Spawner; +import net.minestom.server.instance.block.states.Sponge; import net.minestom.server.instance.block.states.SpruceButton; import net.minestom.server.instance.block.states.SpruceDoor; import net.minestom.server.instance.block.states.SpruceFence; import net.minestom.server.instance.block.states.SpruceFenceGate; import net.minestom.server.instance.block.states.SpruceLeaves; import net.minestom.server.instance.block.states.SpruceLog; +import net.minestom.server.instance.block.states.SprucePlanks; import net.minestom.server.instance.block.states.SprucePressurePlate; import net.minestom.server.instance.block.states.SpruceSapling; import net.minestom.server.instance.block.states.SpruceSign; @@ -399,9 +666,11 @@ import net.minestom.server.instance.block.states.SpruceTrapdoor; import net.minestom.server.instance.block.states.SpruceWallSign; import net.minestom.server.instance.block.states.SpruceWood; import net.minestom.server.instance.block.states.StickyPiston; +import net.minestom.server.instance.block.states.Stone; import net.minestom.server.instance.block.states.StoneBrickSlab; import net.minestom.server.instance.block.states.StoneBrickStairs; import net.minestom.server.instance.block.states.StoneBrickWall; +import net.minestom.server.instance.block.states.StoneBricks; import net.minestom.server.instance.block.states.StoneButton; import net.minestom.server.instance.block.states.StonePressurePlate; import net.minestom.server.instance.block.states.StoneSlab; @@ -424,52 +693,79 @@ import net.minestom.server.instance.block.states.StrippedSpruceWood; import net.minestom.server.instance.block.states.StrippedWarpedHyphae; import net.minestom.server.instance.block.states.StrippedWarpedStem; import net.minestom.server.instance.block.states.StructureBlock; +import net.minestom.server.instance.block.states.StructureVoid; import net.minestom.server.instance.block.states.SugarCane; import net.minestom.server.instance.block.states.Sunflower; import net.minestom.server.instance.block.states.SweetBerryBush; import net.minestom.server.instance.block.states.TallGrass; import net.minestom.server.instance.block.states.TallSeagrass; import net.minestom.server.instance.block.states.Target; +import net.minestom.server.instance.block.states.Terracotta; import net.minestom.server.instance.block.states.Tnt; +import net.minestom.server.instance.block.states.Torch; import net.minestom.server.instance.block.states.TrappedChest; import net.minestom.server.instance.block.states.Tripwire; import net.minestom.server.instance.block.states.TripwireHook; import net.minestom.server.instance.block.states.TubeCoral; +import net.minestom.server.instance.block.states.TubeCoralBlock; import net.minestom.server.instance.block.states.TubeCoralFan; import net.minestom.server.instance.block.states.TubeCoralWallFan; import net.minestom.server.instance.block.states.TurtleEgg; import net.minestom.server.instance.block.states.TwistingVines; +import net.minestom.server.instance.block.states.TwistingVinesPlant; import net.minestom.server.instance.block.states.Vine; +import net.minestom.server.instance.block.states.VoidAir; import net.minestom.server.instance.block.states.WallTorch; import net.minestom.server.instance.block.states.WarpedButton; import net.minestom.server.instance.block.states.WarpedDoor; import net.minestom.server.instance.block.states.WarpedFence; import net.minestom.server.instance.block.states.WarpedFenceGate; +import net.minestom.server.instance.block.states.WarpedFungus; import net.minestom.server.instance.block.states.WarpedHyphae; +import net.minestom.server.instance.block.states.WarpedNylium; +import net.minestom.server.instance.block.states.WarpedPlanks; import net.minestom.server.instance.block.states.WarpedPressurePlate; +import net.minestom.server.instance.block.states.WarpedRoots; import net.minestom.server.instance.block.states.WarpedSign; import net.minestom.server.instance.block.states.WarpedSlab; import net.minestom.server.instance.block.states.WarpedStairs; import net.minestom.server.instance.block.states.WarpedStem; import net.minestom.server.instance.block.states.WarpedTrapdoor; import net.minestom.server.instance.block.states.WarpedWallSign; +import net.minestom.server.instance.block.states.WarpedWartBlock; import net.minestom.server.instance.block.states.Water; import net.minestom.server.instance.block.states.WeepingVines; +import net.minestom.server.instance.block.states.WeepingVinesPlant; +import net.minestom.server.instance.block.states.WetSponge; import net.minestom.server.instance.block.states.Wheat; import net.minestom.server.instance.block.states.WhiteBanner; import net.minestom.server.instance.block.states.WhiteBed; +import net.minestom.server.instance.block.states.WhiteCarpet; +import net.minestom.server.instance.block.states.WhiteConcrete; +import net.minestom.server.instance.block.states.WhiteConcretePowder; import net.minestom.server.instance.block.states.WhiteGlazedTerracotta; import net.minestom.server.instance.block.states.WhiteShulkerBox; +import net.minestom.server.instance.block.states.WhiteStainedGlass; import net.minestom.server.instance.block.states.WhiteStainedGlassPane; +import net.minestom.server.instance.block.states.WhiteTerracotta; +import net.minestom.server.instance.block.states.WhiteTulip; import net.minestom.server.instance.block.states.WhiteWallBanner; +import net.minestom.server.instance.block.states.WhiteWool; +import net.minestom.server.instance.block.states.WitherRose; import net.minestom.server.instance.block.states.WitherSkeletonSkull; import net.minestom.server.instance.block.states.WitherSkeletonWallSkull; import net.minestom.server.instance.block.states.YellowBanner; import net.minestom.server.instance.block.states.YellowBed; +import net.minestom.server.instance.block.states.YellowCarpet; +import net.minestom.server.instance.block.states.YellowConcrete; +import net.minestom.server.instance.block.states.YellowConcretePowder; import net.minestom.server.instance.block.states.YellowGlazedTerracotta; import net.minestom.server.instance.block.states.YellowShulkerBox; +import net.minestom.server.instance.block.states.YellowStainedGlass; import net.minestom.server.instance.block.states.YellowStainedGlassPane; +import net.minestom.server.instance.block.states.YellowTerracotta; import net.minestom.server.instance.block.states.YellowWallBanner; +import net.minestom.server.instance.block.states.YellowWool; import net.minestom.server.instance.block.states.ZombieHead; import net.minestom.server.instance.block.states.ZombieWallHead; import net.minestom.server.registry.Registries; @@ -478,1549 +774,1572 @@ import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by BlockGenerator */ -@SuppressWarnings({"deprecation"}) +@SuppressWarnings("deprecation") public enum Block implements Keyed { - AIR("minecraft:air", (short) 0, 0.0, 0.0, true, false, null, true), + AIR(NamespaceID.from("minecraft:air"), (short) 0, 0.0, 0.0, true, false, false), - STONE("minecraft:stone", (short) 1, 1.5, 6.0, false, true, null, true), + STONE(NamespaceID.from("minecraft:stone"), (short) 1, 1.5, 6.0, false, true, false), - GRANITE("minecraft:granite", (short) 2, 1.5, 6.0, false, true, null, true), + GRANITE(NamespaceID.from("minecraft:granite"), (short) 2, 1.5, 6.0, false, true, false), - POLISHED_GRANITE("minecraft:polished_granite", (short) 3, 1.5, 6.0, false, true, null, true), + POLISHED_GRANITE(NamespaceID.from("minecraft:polished_granite"), (short) 3, 1.5, 6.0, false, true, false), - DIORITE("minecraft:diorite", (short) 4, 1.5, 6.0, false, true, null, true), + DIORITE(NamespaceID.from("minecraft:diorite"), (short) 4, 1.5, 6.0, false, true, false), - POLISHED_DIORITE("minecraft:polished_diorite", (short) 5, 1.5, 6.0, false, true, null, true), + POLISHED_DIORITE(NamespaceID.from("minecraft:polished_diorite"), (short) 5, 1.5, 6.0, false, true, false), - ANDESITE("minecraft:andesite", (short) 6, 1.5, 6.0, false, true, null, true), + ANDESITE(NamespaceID.from("minecraft:andesite"), (short) 6, 1.5, 6.0, false, true, false), - POLISHED_ANDESITE("minecraft:polished_andesite", (short) 7, 1.5, 6.0, false, true, null, true), + POLISHED_ANDESITE(NamespaceID.from("minecraft:polished_andesite"), (short) 7, 1.5, 6.0, false, true, false), - GRASS_BLOCK("minecraft:grass_block", (short) 9, 0.6, 0.6, false, true, null, false), + GRASS_BLOCK(NamespaceID.from("minecraft:grass_block"), (short) 9, 0.6, 0.6, false, true, false), - DIRT("minecraft:dirt", (short) 10, 0.5, 0.5, false, true, null, true), + DIRT(NamespaceID.from("minecraft:dirt"), (short) 10, 0.5, 0.5, false, true, false), - COARSE_DIRT("minecraft:coarse_dirt", (short) 11, 0.5, 0.5, false, true, null, true), + COARSE_DIRT(NamespaceID.from("minecraft:coarse_dirt"), (short) 11, 0.5, 0.5, false, true, false), - PODZOL("minecraft:podzol", (short) 13, 0.5, 0.5, false, true, null, false), + PODZOL(NamespaceID.from("minecraft:podzol"), (short) 13, 0.5, 0.5, false, true, false), - COBBLESTONE("minecraft:cobblestone", (short) 14, 2.0, 6.0, false, true, null, true), + COBBLESTONE(NamespaceID.from("minecraft:cobblestone"), (short) 14, 2.0, 6.0, false, true, false), - OAK_PLANKS("minecraft:oak_planks", (short) 15, 2.0, 3.0, false, true, null, true), + OAK_PLANKS(NamespaceID.from("minecraft:oak_planks"), (short) 15, 2.0, 3.0, false, true, false), - SPRUCE_PLANKS("minecraft:spruce_planks", (short) 16, 2.0, 3.0, false, true, null, true), + SPRUCE_PLANKS(NamespaceID.from("minecraft:spruce_planks"), (short) 16, 2.0, 3.0, false, true, false), - BIRCH_PLANKS("minecraft:birch_planks", (short) 17, 2.0, 3.0, false, true, null, true), + BIRCH_PLANKS(NamespaceID.from("minecraft:birch_planks"), (short) 17, 2.0, 3.0, false, true, false), - JUNGLE_PLANKS("minecraft:jungle_planks", (short) 18, 2.0, 3.0, false, true, null, true), + JUNGLE_PLANKS(NamespaceID.from("minecraft:jungle_planks"), (short) 18, 2.0, 3.0, false, true, false), - ACACIA_PLANKS("minecraft:acacia_planks", (short) 19, 2.0, 3.0, false, true, null, true), + ACACIA_PLANKS(NamespaceID.from("minecraft:acacia_planks"), (short) 19, 2.0, 3.0, false, true, false), - DARK_OAK_PLANKS("minecraft:dark_oak_planks", (short) 20, 2.0, 3.0, false, true, null, true), + DARK_OAK_PLANKS(NamespaceID.from("minecraft:dark_oak_planks"), (short) 20, 2.0, 3.0, false, true, false), - OAK_SAPLING("minecraft:oak_sapling", (short) 21, 0.0, 0.0, false, false, null, false), + OAK_SAPLING(NamespaceID.from("minecraft:oak_sapling"), (short) 21, 0.0, 0.0, false, false, false), - SPRUCE_SAPLING("minecraft:spruce_sapling", (short) 23, 0.0, 0.0, false, false, null, false), + SPRUCE_SAPLING(NamespaceID.from("minecraft:spruce_sapling"), (short) 23, 0.0, 0.0, false, false, false), - BIRCH_SAPLING("minecraft:birch_sapling", (short) 25, 0.0, 0.0, false, false, null, false), + BIRCH_SAPLING(NamespaceID.from("minecraft:birch_sapling"), (short) 25, 0.0, 0.0, false, false, false), - JUNGLE_SAPLING("minecraft:jungle_sapling", (short) 27, 0.0, 0.0, false, false, null, false), + JUNGLE_SAPLING(NamespaceID.from("minecraft:jungle_sapling"), (short) 27, 0.0, 0.0, false, false, false), - ACACIA_SAPLING("minecraft:acacia_sapling", (short) 29, 0.0, 0.0, false, false, null, false), + ACACIA_SAPLING(NamespaceID.from("minecraft:acacia_sapling"), (short) 29, 0.0, 0.0, false, false, false), - DARK_OAK_SAPLING("minecraft:dark_oak_sapling", (short) 31, 0.0, 0.0, false, false, null, false), + DARK_OAK_SAPLING(NamespaceID.from("minecraft:dark_oak_sapling"), (short) 31, 0.0, 0.0, false, false, false), - BEDROCK("minecraft:bedrock", (short) 33, 0.0, 3600000.0, false, true, null, true), + BEDROCK(NamespaceID.from("minecraft:bedrock"), (short) 33, -1.0, 3600000.0, false, true, false), - WATER("minecraft:water", (short) 34, 100.0, 100.0, false, false, null, false), + WATER(NamespaceID.from("minecraft:water"), (short) 34, 100.0, 100.0, false, false, false), - LAVA("minecraft:lava", (short) 50, 100.0, 100.0, false, false, null, false), + LAVA(NamespaceID.from("minecraft:lava"), (short) 50, 100.0, 100.0, false, false, false), - SAND("minecraft:sand", (short) 66, 0.5, 0.5, false, true, null, true), + SAND(NamespaceID.from("minecraft:sand"), (short) 66, 0.5, 0.5, false, true, false), - RED_SAND("minecraft:red_sand", (short) 67, 0.5, 0.5, false, true, null, true), + RED_SAND(NamespaceID.from("minecraft:red_sand"), (short) 67, 0.5, 0.5, false, true, false), - GRAVEL("minecraft:gravel", (short) 68, 0.6, 0.6, false, true, null, true), + GRAVEL(NamespaceID.from("minecraft:gravel"), (short) 68, 0.6, 0.6, false, true, false), - GOLD_ORE("minecraft:gold_ore", (short) 69, 3.0, 3.0, false, true, null, true), + GOLD_ORE(NamespaceID.from("minecraft:gold_ore"), (short) 69, 3.0, 3.0, false, true, false), - IRON_ORE("minecraft:iron_ore", (short) 70, 3.0, 3.0, false, true, null, true), + IRON_ORE(NamespaceID.from("minecraft:iron_ore"), (short) 70, 3.0, 3.0, false, true, false), - COAL_ORE("minecraft:coal_ore", (short) 71, 3.0, 3.0, false, true, null, true), + COAL_ORE(NamespaceID.from("minecraft:coal_ore"), (short) 71, 3.0, 3.0, false, true, false), - NETHER_GOLD_ORE("minecraft:nether_gold_ore", (short) 72, 3.0, 3.0, false, true, null, true), + NETHER_GOLD_ORE(NamespaceID.from("minecraft:nether_gold_ore"), (short) 72, 3.0, 3.0, false, true, false), - OAK_LOG("minecraft:oak_log", (short) 74, 2.0, 2.0, false, true, null, false), + OAK_LOG(NamespaceID.from("minecraft:oak_log"), (short) 74, 2.0, 2.0, false, true, false), - SPRUCE_LOG("minecraft:spruce_log", (short) 77, 2.0, 2.0, false, true, null, false), + SPRUCE_LOG(NamespaceID.from("minecraft:spruce_log"), (short) 77, 2.0, 2.0, false, true, false), - BIRCH_LOG("minecraft:birch_log", (short) 80, 2.0, 2.0, false, true, null, false), + BIRCH_LOG(NamespaceID.from("minecraft:birch_log"), (short) 80, 2.0, 2.0, false, true, false), - JUNGLE_LOG("minecraft:jungle_log", (short) 83, 2.0, 2.0, false, true, null, false), + JUNGLE_LOG(NamespaceID.from("minecraft:jungle_log"), (short) 83, 2.0, 2.0, false, true, false), - ACACIA_LOG("minecraft:acacia_log", (short) 86, 2.0, 2.0, false, true, null, false), + ACACIA_LOG(NamespaceID.from("minecraft:acacia_log"), (short) 86, 2.0, 2.0, false, true, false), - DARK_OAK_LOG("minecraft:dark_oak_log", (short) 89, 2.0, 2.0, false, true, null, false), + DARK_OAK_LOG(NamespaceID.from("minecraft:dark_oak_log"), (short) 89, 2.0, 2.0, false, true, false), - STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", (short) 92, 2.0, 2.0, false, true, null, false), + STRIPPED_SPRUCE_LOG(NamespaceID.from("minecraft:stripped_spruce_log"), (short) 92, 2.0, 2.0, false, true, false), - STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", (short) 95, 2.0, 2.0, false, true, null, false), + STRIPPED_BIRCH_LOG(NamespaceID.from("minecraft:stripped_birch_log"), (short) 95, 2.0, 2.0, false, true, false), - STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", (short) 98, 2.0, 2.0, false, true, null, false), + STRIPPED_JUNGLE_LOG(NamespaceID.from("minecraft:stripped_jungle_log"), (short) 98, 2.0, 2.0, false, true, false), - STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", (short) 101, 2.0, 2.0, false, true, null, false), + STRIPPED_ACACIA_LOG(NamespaceID.from("minecraft:stripped_acacia_log"), (short) 101, 2.0, 2.0, false, true, false), - STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", (short) 104, 2.0, 2.0, false, true, null, false), + STRIPPED_DARK_OAK_LOG(NamespaceID.from("minecraft:stripped_dark_oak_log"), (short) 104, 2.0, 2.0, false, true, false), - STRIPPED_OAK_LOG("minecraft:stripped_oak_log", (short) 107, 2.0, 2.0, false, true, null, false), + STRIPPED_OAK_LOG(NamespaceID.from("minecraft:stripped_oak_log"), (short) 107, 2.0, 2.0, false, true, false), - OAK_WOOD("minecraft:oak_wood", (short) 110, 2.0, 2.0, false, true, null, false), + OAK_WOOD(NamespaceID.from("minecraft:oak_wood"), (short) 110, 2.0, 2.0, false, true, false), - SPRUCE_WOOD("minecraft:spruce_wood", (short) 113, 2.0, 2.0, false, true, null, false), + SPRUCE_WOOD(NamespaceID.from("minecraft:spruce_wood"), (short) 113, 2.0, 2.0, false, true, false), - BIRCH_WOOD("minecraft:birch_wood", (short) 116, 2.0, 2.0, false, true, null, false), + BIRCH_WOOD(NamespaceID.from("minecraft:birch_wood"), (short) 116, 2.0, 2.0, false, true, false), - JUNGLE_WOOD("minecraft:jungle_wood", (short) 119, 2.0, 2.0, false, true, null, false), + JUNGLE_WOOD(NamespaceID.from("minecraft:jungle_wood"), (short) 119, 2.0, 2.0, false, true, false), - ACACIA_WOOD("minecraft:acacia_wood", (short) 122, 2.0, 2.0, false, true, null, false), + ACACIA_WOOD(NamespaceID.from("minecraft:acacia_wood"), (short) 122, 2.0, 2.0, false, true, false), - DARK_OAK_WOOD("minecraft:dark_oak_wood", (short) 125, 2.0, 2.0, false, true, null, false), + DARK_OAK_WOOD(NamespaceID.from("minecraft:dark_oak_wood"), (short) 125, 2.0, 2.0, false, true, false), - STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", (short) 128, 2.0, 2.0, false, true, null, false), + STRIPPED_OAK_WOOD(NamespaceID.from("minecraft:stripped_oak_wood"), (short) 128, 2.0, 2.0, false, true, false), - STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", (short) 131, 2.0, 2.0, false, true, null, false), + STRIPPED_SPRUCE_WOOD(NamespaceID.from("minecraft:stripped_spruce_wood"), (short) 131, 2.0, 2.0, false, true, false), - STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", (short) 134, 2.0, 2.0, false, true, null, false), + STRIPPED_BIRCH_WOOD(NamespaceID.from("minecraft:stripped_birch_wood"), (short) 134, 2.0, 2.0, false, true, false), - STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", (short) 137, 2.0, 2.0, false, true, null, false), + STRIPPED_JUNGLE_WOOD(NamespaceID.from("minecraft:stripped_jungle_wood"), (short) 137, 2.0, 2.0, false, true, false), - STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", (short) 140, 2.0, 2.0, false, true, null, false), + STRIPPED_ACACIA_WOOD(NamespaceID.from("minecraft:stripped_acacia_wood"), (short) 140, 2.0, 2.0, false, true, false), - STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", (short) 143, 2.0, 2.0, false, true, null, false), + STRIPPED_DARK_OAK_WOOD(NamespaceID.from("minecraft:stripped_dark_oak_wood"), (short) 143, 2.0, 2.0, false, true, false), - OAK_LEAVES("minecraft:oak_leaves", (short) 158, 0.2, 0.2, false, true, null, false), + OAK_LEAVES(NamespaceID.from("minecraft:oak_leaves"), (short) 158, 0.2, 0.2, false, true, false), - SPRUCE_LEAVES("minecraft:spruce_leaves", (short) 172, 0.2, 0.2, false, true, null, false), + SPRUCE_LEAVES(NamespaceID.from("minecraft:spruce_leaves"), (short) 172, 0.2, 0.2, false, true, false), - BIRCH_LEAVES("minecraft:birch_leaves", (short) 186, 0.2, 0.2, false, true, null, false), + BIRCH_LEAVES(NamespaceID.from("minecraft:birch_leaves"), (short) 186, 0.2, 0.2, false, true, false), - JUNGLE_LEAVES("minecraft:jungle_leaves", (short) 200, 0.2, 0.2, false, true, null, false), + JUNGLE_LEAVES(NamespaceID.from("minecraft:jungle_leaves"), (short) 200, 0.2, 0.2, false, true, false), - ACACIA_LEAVES("minecraft:acacia_leaves", (short) 214, 0.2, 0.2, false, true, null, false), + ACACIA_LEAVES(NamespaceID.from("minecraft:acacia_leaves"), (short) 214, 0.2, 0.2, false, true, false), - DARK_OAK_LEAVES("minecraft:dark_oak_leaves", (short) 228, 0.2, 0.2, false, true, null, false), + DARK_OAK_LEAVES(NamespaceID.from("minecraft:dark_oak_leaves"), (short) 228, 0.2, 0.2, false, true, false), - SPONGE("minecraft:sponge", (short) 229, 0.6, 0.6, false, true, null, true), + SPONGE(NamespaceID.from("minecraft:sponge"), (short) 229, 0.6, 0.6, false, true, false), - WET_SPONGE("minecraft:wet_sponge", (short) 230, 0.6, 0.6, false, true, null, true), + WET_SPONGE(NamespaceID.from("minecraft:wet_sponge"), (short) 230, 0.6, 0.6, false, true, false), - GLASS("minecraft:glass", (short) 231, 0.3, 0.3, false, true, null, true), + GLASS(NamespaceID.from("minecraft:glass"), (short) 231, 0.3, 0.3, false, true, false), - LAPIS_ORE("minecraft:lapis_ore", (short) 232, 3.0, 3.0, false, true, null, true), + LAPIS_ORE(NamespaceID.from("minecraft:lapis_ore"), (short) 232, 3.0, 3.0, false, true, false), - LAPIS_BLOCK("minecraft:lapis_block", (short) 233, 3.0, 3.0, false, true, null, true), + LAPIS_BLOCK(NamespaceID.from("minecraft:lapis_block"), (short) 233, 3.0, 3.0, false, true, false), - DISPENSER("minecraft:dispenser", (short) 235, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dispenser"), false), + DISPENSER(NamespaceID.from("minecraft:dispenser"), (short) 235, 3.5, 3.5, false, true, true), - SANDSTONE("minecraft:sandstone", (short) 246, 0.8, 0.8, false, true, null, true), + SANDSTONE(NamespaceID.from("minecraft:sandstone"), (short) 246, 0.8, 0.8, false, true, false), - CHISELED_SANDSTONE("minecraft:chiseled_sandstone", (short) 247, 0.8, 0.8, false, true, null, true), + CHISELED_SANDSTONE(NamespaceID.from("minecraft:chiseled_sandstone"), (short) 247, 0.8, 0.8, false, true, false), - CUT_SANDSTONE("minecraft:cut_sandstone", (short) 248, 0.8, 0.8, false, true, null, true), + CUT_SANDSTONE(NamespaceID.from("minecraft:cut_sandstone"), (short) 248, 0.8, 0.8, false, true, false), - NOTE_BLOCK("minecraft:note_block", (short) 250, 0.8, 0.8, false, true, null, false), + NOTE_BLOCK(NamespaceID.from("minecraft:note_block"), (short) 250, 0.8, 0.8, false, true, false), - WHITE_BED("minecraft:white_bed", (short) 1052, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + WHITE_BED(NamespaceID.from("minecraft:white_bed"), (short) 1052, 0.2, 0.2, false, true, true), - ORANGE_BED("minecraft:orange_bed", (short) 1068, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + ORANGE_BED(NamespaceID.from("minecraft:orange_bed"), (short) 1068, 0.2, 0.2, false, true, true), - MAGENTA_BED("minecraft:magenta_bed", (short) 1084, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + MAGENTA_BED(NamespaceID.from("minecraft:magenta_bed"), (short) 1084, 0.2, 0.2, false, true, true), - LIGHT_BLUE_BED("minecraft:light_blue_bed", (short) 1100, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIGHT_BLUE_BED(NamespaceID.from("minecraft:light_blue_bed"), (short) 1100, 0.2, 0.2, false, true, true), - YELLOW_BED("minecraft:yellow_bed", (short) 1116, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + YELLOW_BED(NamespaceID.from("minecraft:yellow_bed"), (short) 1116, 0.2, 0.2, false, true, true), - LIME_BED("minecraft:lime_bed", (short) 1132, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIME_BED(NamespaceID.from("minecraft:lime_bed"), (short) 1132, 0.2, 0.2, false, true, true), - PINK_BED("minecraft:pink_bed", (short) 1148, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + PINK_BED(NamespaceID.from("minecraft:pink_bed"), (short) 1148, 0.2, 0.2, false, true, true), - GRAY_BED("minecraft:gray_bed", (short) 1164, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + GRAY_BED(NamespaceID.from("minecraft:gray_bed"), (short) 1164, 0.2, 0.2, false, true, true), - LIGHT_GRAY_BED("minecraft:light_gray_bed", (short) 1180, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + LIGHT_GRAY_BED(NamespaceID.from("minecraft:light_gray_bed"), (short) 1180, 0.2, 0.2, false, true, true), - CYAN_BED("minecraft:cyan_bed", (short) 1196, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + CYAN_BED(NamespaceID.from("minecraft:cyan_bed"), (short) 1196, 0.2, 0.2, false, true, true), - PURPLE_BED("minecraft:purple_bed", (short) 1212, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + PURPLE_BED(NamespaceID.from("minecraft:purple_bed"), (short) 1212, 0.2, 0.2, false, true, true), - BLUE_BED("minecraft:blue_bed", (short) 1228, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BLUE_BED(NamespaceID.from("minecraft:blue_bed"), (short) 1228, 0.2, 0.2, false, true, true), - BROWN_BED("minecraft:brown_bed", (short) 1244, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BROWN_BED(NamespaceID.from("minecraft:brown_bed"), (short) 1244, 0.2, 0.2, false, true, true), - GREEN_BED("minecraft:green_bed", (short) 1260, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + GREEN_BED(NamespaceID.from("minecraft:green_bed"), (short) 1260, 0.2, 0.2, false, true, true), - RED_BED("minecraft:red_bed", (short) 1276, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + RED_BED(NamespaceID.from("minecraft:red_bed"), (short) 1276, 0.2, 0.2, false, true, true), - BLACK_BED("minecraft:black_bed", (short) 1292, 0.2, 0.2, false, true, NamespaceID.from("minecraft:bed"), false), + BLACK_BED(NamespaceID.from("minecraft:black_bed"), (short) 1292, 0.2, 0.2, false, true, true), - POWERED_RAIL("minecraft:powered_rail", (short) 1311, 0.7, 0.7, false, false, null, false), + POWERED_RAIL(NamespaceID.from("minecraft:powered_rail"), (short) 1311, 0.7, 0.7, false, false, false), - DETECTOR_RAIL("minecraft:detector_rail", (short) 1323, 0.7, 0.7, false, false, null, false), + DETECTOR_RAIL(NamespaceID.from("minecraft:detector_rail"), (short) 1323, 0.7, 0.7, false, false, false), - STICKY_PISTON("minecraft:sticky_piston", (short) 1335, 1.5, 1.5, false, true, null, false), + STICKY_PISTON(NamespaceID.from("minecraft:sticky_piston"), (short) 1335, 1.5, 1.5, false, true, false), - COBWEB("minecraft:cobweb", (short) 1341, 4.0, 4.0, false, false, null, true), + COBWEB(NamespaceID.from("minecraft:cobweb"), (short) 1341, 4.0, 4.0, false, true, false), - GRASS("minecraft:grass", (short) 1342, 0.0, 0.0, false, false, null, true), + GRASS(NamespaceID.from("minecraft:grass"), (short) 1342, 0.0, 0.0, false, false, false), - FERN("minecraft:fern", (short) 1343, 0.0, 0.0, false, false, null, true), + FERN(NamespaceID.from("minecraft:fern"), (short) 1343, 0.0, 0.0, false, false, false), - DEAD_BUSH("minecraft:dead_bush", (short) 1344, 0.0, 0.0, false, false, null, true), + DEAD_BUSH(NamespaceID.from("minecraft:dead_bush"), (short) 1344, 0.0, 0.0, false, false, false), - SEAGRASS("minecraft:seagrass", (short) 1345, 0.0, 0.0, false, false, null, true), + SEAGRASS(NamespaceID.from("minecraft:seagrass"), (short) 1345, 0.0, 0.0, false, false, false), - TALL_SEAGRASS("minecraft:tall_seagrass", (short) 1347, 0.0, 0.0, false, false, null, false), + TALL_SEAGRASS(NamespaceID.from("minecraft:tall_seagrass"), (short) 1347, 0.0, 0.0, false, false, false), - PISTON("minecraft:piston", (short) 1354, 1.5, 1.5, false, true, null, false), + PISTON(NamespaceID.from("minecraft:piston"), (short) 1354, 1.5, 1.5, false, true, false), - PISTON_HEAD("minecraft:piston_head", (short) 1362, 1.5, 1.5, false, true, null, false), + PISTON_HEAD(NamespaceID.from("minecraft:piston_head"), (short) 1362, 1.5, 1.5, false, true, false), - WHITE_WOOL("minecraft:white_wool", (short) 1384, 0.8, 0.8, false, true, null, true), + WHITE_WOOL(NamespaceID.from("minecraft:white_wool"), (short) 1384, 0.8, 0.8, false, true, false), - ORANGE_WOOL("minecraft:orange_wool", (short) 1385, 0.8, 0.8, false, true, null, true), + ORANGE_WOOL(NamespaceID.from("minecraft:orange_wool"), (short) 1385, 0.8, 0.8, false, true, false), - MAGENTA_WOOL("minecraft:magenta_wool", (short) 1386, 0.8, 0.8, false, true, null, true), + MAGENTA_WOOL(NamespaceID.from("minecraft:magenta_wool"), (short) 1386, 0.8, 0.8, false, true, false), - LIGHT_BLUE_WOOL("minecraft:light_blue_wool", (short) 1387, 0.8, 0.8, false, true, null, true), + LIGHT_BLUE_WOOL(NamespaceID.from("minecraft:light_blue_wool"), (short) 1387, 0.8, 0.8, false, true, false), - YELLOW_WOOL("minecraft:yellow_wool", (short) 1388, 0.8, 0.8, false, true, null, true), + YELLOW_WOOL(NamespaceID.from("minecraft:yellow_wool"), (short) 1388, 0.8, 0.8, false, true, false), - LIME_WOOL("minecraft:lime_wool", (short) 1389, 0.8, 0.8, false, true, null, true), + LIME_WOOL(NamespaceID.from("minecraft:lime_wool"), (short) 1389, 0.8, 0.8, false, true, false), - PINK_WOOL("minecraft:pink_wool", (short) 1390, 0.8, 0.8, false, true, null, true), + PINK_WOOL(NamespaceID.from("minecraft:pink_wool"), (short) 1390, 0.8, 0.8, false, true, false), - GRAY_WOOL("minecraft:gray_wool", (short) 1391, 0.8, 0.8, false, true, null, true), + GRAY_WOOL(NamespaceID.from("minecraft:gray_wool"), (short) 1391, 0.8, 0.8, false, true, false), - LIGHT_GRAY_WOOL("minecraft:light_gray_wool", (short) 1392, 0.8, 0.8, false, true, null, true), + LIGHT_GRAY_WOOL(NamespaceID.from("minecraft:light_gray_wool"), (short) 1392, 0.8, 0.8, false, true, false), - CYAN_WOOL("minecraft:cyan_wool", (short) 1393, 0.8, 0.8, false, true, null, true), + CYAN_WOOL(NamespaceID.from("minecraft:cyan_wool"), (short) 1393, 0.8, 0.8, false, true, false), - PURPLE_WOOL("minecraft:purple_wool", (short) 1394, 0.8, 0.8, false, true, null, true), + PURPLE_WOOL(NamespaceID.from("minecraft:purple_wool"), (short) 1394, 0.8, 0.8, false, true, false), - BLUE_WOOL("minecraft:blue_wool", (short) 1395, 0.8, 0.8, false, true, null, true), + BLUE_WOOL(NamespaceID.from("minecraft:blue_wool"), (short) 1395, 0.8, 0.8, false, true, false), - BROWN_WOOL("minecraft:brown_wool", (short) 1396, 0.8, 0.8, false, true, null, true), + BROWN_WOOL(NamespaceID.from("minecraft:brown_wool"), (short) 1396, 0.8, 0.8, false, true, false), - GREEN_WOOL("minecraft:green_wool", (short) 1397, 0.8, 0.8, false, true, null, true), + GREEN_WOOL(NamespaceID.from("minecraft:green_wool"), (short) 1397, 0.8, 0.8, false, true, false), - RED_WOOL("minecraft:red_wool", (short) 1398, 0.8, 0.8, false, true, null, true), + RED_WOOL(NamespaceID.from("minecraft:red_wool"), (short) 1398, 0.8, 0.8, false, true, false), - BLACK_WOOL("minecraft:black_wool", (short) 1399, 0.8, 0.8, false, true, null, true), + BLACK_WOOL(NamespaceID.from("minecraft:black_wool"), (short) 1399, 0.8, 0.8, false, true, false), - MOVING_PISTON("minecraft:moving_piston", (short) 1400, 0.0, -1.0, false, false, null, false), + MOVING_PISTON(NamespaceID.from("minecraft:moving_piston"), (short) 1400, -1.0, 0.0, false, true, true), - DANDELION("minecraft:dandelion", (short) 1412, 0.0, 0.0, false, false, null, true), + DANDELION(NamespaceID.from("minecraft:dandelion"), (short) 1412, 0.0, 0.0, false, false, false), - POPPY("minecraft:poppy", (short) 1413, 0.0, 0.0, false, false, null, true), + POPPY(NamespaceID.from("minecraft:poppy"), (short) 1413, 0.0, 0.0, false, false, false), - BLUE_ORCHID("minecraft:blue_orchid", (short) 1414, 0.0, 0.0, false, false, null, true), + BLUE_ORCHID(NamespaceID.from("minecraft:blue_orchid"), (short) 1414, 0.0, 0.0, false, false, false), - ALLIUM("minecraft:allium", (short) 1415, 0.0, 0.0, false, false, null, true), + ALLIUM(NamespaceID.from("minecraft:allium"), (short) 1415, 0.0, 0.0, false, false, false), - AZURE_BLUET("minecraft:azure_bluet", (short) 1416, 0.0, 0.0, false, false, null, true), + AZURE_BLUET(NamespaceID.from("minecraft:azure_bluet"), (short) 1416, 0.0, 0.0, false, false, false), - RED_TULIP("minecraft:red_tulip", (short) 1417, 0.0, 0.0, false, false, null, true), + RED_TULIP(NamespaceID.from("minecraft:red_tulip"), (short) 1417, 0.0, 0.0, false, false, false), - ORANGE_TULIP("minecraft:orange_tulip", (short) 1418, 0.0, 0.0, false, false, null, true), + ORANGE_TULIP(NamespaceID.from("minecraft:orange_tulip"), (short) 1418, 0.0, 0.0, false, false, false), - WHITE_TULIP("minecraft:white_tulip", (short) 1419, 0.0, 0.0, false, false, null, true), + WHITE_TULIP(NamespaceID.from("minecraft:white_tulip"), (short) 1419, 0.0, 0.0, false, false, false), - PINK_TULIP("minecraft:pink_tulip", (short) 1420, 0.0, 0.0, false, false, null, true), + PINK_TULIP(NamespaceID.from("minecraft:pink_tulip"), (short) 1420, 0.0, 0.0, false, false, false), - OXEYE_DAISY("minecraft:oxeye_daisy", (short) 1421, 0.0, 0.0, false, false, null, true), + OXEYE_DAISY(NamespaceID.from("minecraft:oxeye_daisy"), (short) 1421, 0.0, 0.0, false, false, false), - CORNFLOWER("minecraft:cornflower", (short) 1422, 0.0, 0.0, false, false, null, true), + CORNFLOWER(NamespaceID.from("minecraft:cornflower"), (short) 1422, 0.0, 0.0, false, false, false), - WITHER_ROSE("minecraft:wither_rose", (short) 1423, 0.0, 0.0, false, false, null, true), + WITHER_ROSE(NamespaceID.from("minecraft:wither_rose"), (short) 1423, 0.0, 0.0, false, false, false), - LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", (short) 1424, 0.0, 0.0, false, false, null, true), + LILY_OF_THE_VALLEY(NamespaceID.from("minecraft:lily_of_the_valley"), (short) 1424, 0.0, 0.0, false, false, false), - BROWN_MUSHROOM("minecraft:brown_mushroom", (short) 1425, 0.0, 0.0, false, false, null, true), + BROWN_MUSHROOM(NamespaceID.from("minecraft:brown_mushroom"), (short) 1425, 0.0, 0.0, false, false, false), - RED_MUSHROOM("minecraft:red_mushroom", (short) 1426, 0.0, 0.0, false, false, null, true), + RED_MUSHROOM(NamespaceID.from("minecraft:red_mushroom"), (short) 1426, 0.0, 0.0, false, false, false), - GOLD_BLOCK("minecraft:gold_block", (short) 1427, 3.0, 6.0, false, true, null, true), + GOLD_BLOCK(NamespaceID.from("minecraft:gold_block"), (short) 1427, 3.0, 6.0, false, true, false), - IRON_BLOCK("minecraft:iron_block", (short) 1428, 5.0, 6.0, false, true, null, true), + IRON_BLOCK(NamespaceID.from("minecraft:iron_block"), (short) 1428, 5.0, 6.0, false, true, false), - BRICKS("minecraft:bricks", (short) 1429, 2.0, 6.0, false, true, null, true), + BRICKS(NamespaceID.from("minecraft:bricks"), (short) 1429, 2.0, 6.0, false, true, false), - TNT("minecraft:tnt", (short) 1431, 0.0, 0.0, false, true, null, false), + TNT(NamespaceID.from("minecraft:tnt"), (short) 1431, 0.0, 0.0, false, true, false), - BOOKSHELF("minecraft:bookshelf", (short) 1432, 1.5, 1.5, false, true, null, true), + BOOKSHELF(NamespaceID.from("minecraft:bookshelf"), (short) 1432, 1.5, 1.5, false, true, false), - MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", (short) 1433, 2.0, 6.0, false, true, null, true), + MOSSY_COBBLESTONE(NamespaceID.from("minecraft:mossy_cobblestone"), (short) 1433, 2.0, 6.0, false, true, false), - OBSIDIAN("minecraft:obsidian", (short) 1434, 50.0, 1200.0, false, true, null, true), + OBSIDIAN(NamespaceID.from("minecraft:obsidian"), (short) 1434, 50.0, 1200.0, false, true, false), - TORCH("minecraft:torch", (short) 1435, 0.0, 0.0, false, false, null, true), + TORCH(NamespaceID.from("minecraft:torch"), (short) 1435, 0.0, 0.0, false, false, false), - WALL_TORCH("minecraft:wall_torch", (short) 1436, 0.0, 0.0, false, false, null, false), + WALL_TORCH(NamespaceID.from("minecraft:wall_torch"), (short) 1436, 0.0, 0.0, false, false, false), - FIRE("minecraft:fire", (short) 1471, 0.0, 0.0, false, false, null, false), + FIRE(NamespaceID.from("minecraft:fire"), (short) 1471, 0.0, 0.0, false, false, false), - SOUL_FIRE("minecraft:soul_fire", (short) 1952, 0.0, 0.0, false, false, null, true), + SOUL_FIRE(NamespaceID.from("minecraft:soul_fire"), (short) 1952, 0.0, 0.0, false, false, false), - SPAWNER("minecraft:spawner", (short) 1953, 5.0, 5.0, false, true, NamespaceID.from("minecraft:mob_spawner"), true), + SPAWNER(NamespaceID.from("minecraft:spawner"), (short) 1953, 5.0, 5.0, false, true, true), - OAK_STAIRS("minecraft:oak_stairs", (short) 1965, 0.0, 0.0, false, true, null, false), + OAK_STAIRS(NamespaceID.from("minecraft:oak_stairs"), (short) 1965, 2.0, 3.0, false, true, false), - CHEST("minecraft:chest", (short) 2035, 2.5, 2.5, false, true, NamespaceID.from("minecraft:chest"), false), + CHEST(NamespaceID.from("minecraft:chest"), (short) 2035, 2.5, 2.5, false, true, true), - REDSTONE_WIRE("minecraft:redstone_wire", (short) 3218, 0.0, 0.0, false, false, null, false), + REDSTONE_WIRE(NamespaceID.from("minecraft:redstone_wire"), (short) 3218, 0.0, 0.0, false, false, false), - DIAMOND_ORE("minecraft:diamond_ore", (short) 3354, 3.0, 3.0, false, true, null, true), + DIAMOND_ORE(NamespaceID.from("minecraft:diamond_ore"), (short) 3354, 3.0, 3.0, false, true, false), - DIAMOND_BLOCK("minecraft:diamond_block", (short) 3355, 5.0, 6.0, false, true, null, true), + DIAMOND_BLOCK(NamespaceID.from("minecraft:diamond_block"), (short) 3355, 5.0, 6.0, false, true, false), - CRAFTING_TABLE("minecraft:crafting_table", (short) 3356, 2.5, 2.5, false, true, null, true), + CRAFTING_TABLE(NamespaceID.from("minecraft:crafting_table"), (short) 3356, 2.5, 2.5, false, true, false), - WHEAT("minecraft:wheat", (short) 3357, 0.0, 0.0, false, false, null, false), + WHEAT(NamespaceID.from("minecraft:wheat"), (short) 3357, 0.0, 0.0, false, false, false), - FARMLAND("minecraft:farmland", (short) 3365, 0.6, 0.6, false, true, null, false), + FARMLAND(NamespaceID.from("minecraft:farmland"), (short) 3365, 0.6, 0.6, false, true, false), - FURNACE("minecraft:furnace", (short) 3374, 3.5, 3.5, false, true, NamespaceID.from("minecraft:furnace"), false), + FURNACE(NamespaceID.from("minecraft:furnace"), (short) 3374, 3.5, 3.5, false, true, true), - OAK_SIGN("minecraft:oak_sign", (short) 3382, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + OAK_SIGN(NamespaceID.from("minecraft:oak_sign"), (short) 3382, 1.0, 1.0, false, true, true), - SPRUCE_SIGN("minecraft:spruce_sign", (short) 3414, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + SPRUCE_SIGN(NamespaceID.from("minecraft:spruce_sign"), (short) 3414, 1.0, 1.0, false, true, true), - BIRCH_SIGN("minecraft:birch_sign", (short) 3446, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + BIRCH_SIGN(NamespaceID.from("minecraft:birch_sign"), (short) 3446, 1.0, 1.0, false, true, true), - ACACIA_SIGN("minecraft:acacia_sign", (short) 3478, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + ACACIA_SIGN(NamespaceID.from("minecraft:acacia_sign"), (short) 3478, 1.0, 1.0, false, true, true), - JUNGLE_SIGN("minecraft:jungle_sign", (short) 3510, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + JUNGLE_SIGN(NamespaceID.from("minecraft:jungle_sign"), (short) 3510, 1.0, 1.0, false, true, true), - DARK_OAK_SIGN("minecraft:dark_oak_sign", (short) 3542, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + DARK_OAK_SIGN(NamespaceID.from("minecraft:dark_oak_sign"), (short) 3542, 1.0, 1.0, false, true, true), - OAK_DOOR("minecraft:oak_door", (short) 3584, 3.0, 3.0, false, true, null, false), + OAK_DOOR(NamespaceID.from("minecraft:oak_door"), (short) 3584, 3.0, 3.0, false, true, false), - LADDER("minecraft:ladder", (short) 3638, 0.4, 0.4, false, true, null, false), + LADDER(NamespaceID.from("minecraft:ladder"), (short) 3638, 0.4, 0.4, false, false, false), - RAIL("minecraft:rail", (short) 3645, 0.7, 0.7, false, false, null, false), + RAIL(NamespaceID.from("minecraft:rail"), (short) 3645, 0.7, 0.7, false, false, false), - COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", (short) 3666, 0.0, 0.0, false, true, null, false), + COBBLESTONE_STAIRS(NamespaceID.from("minecraft:cobblestone_stairs"), (short) 3666, 2.0, 6.0, false, true, false), - OAK_WALL_SIGN("minecraft:oak_wall_sign", (short) 3736, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + OAK_WALL_SIGN(NamespaceID.from("minecraft:oak_wall_sign"), (short) 3736, 1.0, 1.0, false, true, true), - SPRUCE_WALL_SIGN("minecraft:spruce_wall_sign", (short) 3744, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + SPRUCE_WALL_SIGN(NamespaceID.from("minecraft:spruce_wall_sign"), (short) 3744, 1.0, 1.0, false, true, true), - BIRCH_WALL_SIGN("minecraft:birch_wall_sign", (short) 3752, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + BIRCH_WALL_SIGN(NamespaceID.from("minecraft:birch_wall_sign"), (short) 3752, 1.0, 1.0, false, true, true), - ACACIA_WALL_SIGN("minecraft:acacia_wall_sign", (short) 3760, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + ACACIA_WALL_SIGN(NamespaceID.from("minecraft:acacia_wall_sign"), (short) 3760, 1.0, 1.0, false, true, true), - JUNGLE_WALL_SIGN("minecraft:jungle_wall_sign", (short) 3768, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + JUNGLE_WALL_SIGN(NamespaceID.from("minecraft:jungle_wall_sign"), (short) 3768, 1.0, 1.0, false, true, true), - DARK_OAK_WALL_SIGN("minecraft:dark_oak_wall_sign", (short) 3776, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + DARK_OAK_WALL_SIGN(NamespaceID.from("minecraft:dark_oak_wall_sign"), (short) 3776, 1.0, 1.0, false, true, true), - LEVER("minecraft:lever", (short) 3792, 0.5, 0.5, false, false, null, false), + LEVER(NamespaceID.from("minecraft:lever"), (short) 3792, 0.5, 0.5, false, false, false), - STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", (short) 3808, 0.5, 0.5, false, false, null, false), + STONE_PRESSURE_PLATE(NamespaceID.from("minecraft:stone_pressure_plate"), (short) 3808, 0.5, 0.5, false, true, false), - IRON_DOOR("minecraft:iron_door", (short) 3820, 5.0, 5.0, false, true, null, false), + IRON_DOOR(NamespaceID.from("minecraft:iron_door"), (short) 3820, 5.0, 5.0, false, true, false), - OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", (short) 3874, 0.5, 0.5, false, false, null, false), + OAK_PRESSURE_PLATE(NamespaceID.from("minecraft:oak_pressure_plate"), (short) 3874, 0.5, 0.5, false, true, false), - SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", (short) 3876, 0.5, 0.5, false, false, null, false), + SPRUCE_PRESSURE_PLATE(NamespaceID.from("minecraft:spruce_pressure_plate"), (short) 3876, 0.5, 0.5, false, true, false), - BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", (short) 3878, 0.5, 0.5, false, false, null, false), + BIRCH_PRESSURE_PLATE(NamespaceID.from("minecraft:birch_pressure_plate"), (short) 3878, 0.5, 0.5, false, true, false), - JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", (short) 3880, 0.5, 0.5, false, false, null, false), + JUNGLE_PRESSURE_PLATE(NamespaceID.from("minecraft:jungle_pressure_plate"), (short) 3880, 0.5, 0.5, false, true, false), - ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", (short) 3882, 0.5, 0.5, false, false, null, false), + ACACIA_PRESSURE_PLATE(NamespaceID.from("minecraft:acacia_pressure_plate"), (short) 3882, 0.5, 0.5, false, true, false), - DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", (short) 3884, 0.5, 0.5, false, false, null, false), + DARK_OAK_PRESSURE_PLATE(NamespaceID.from("minecraft:dark_oak_pressure_plate"), (short) 3884, 0.5, 0.5, false, true, false), - REDSTONE_ORE("minecraft:redstone_ore", (short) 3886, 3.0, 3.0, false, true, null, false), + REDSTONE_ORE(NamespaceID.from("minecraft:redstone_ore"), (short) 3886, 3.0, 3.0, false, true, false), - REDSTONE_TORCH("minecraft:redstone_torch", (short) 3887, 0.0, 0.0, false, false, null, false), + REDSTONE_TORCH(NamespaceID.from("minecraft:redstone_torch"), (short) 3887, 0.0, 0.0, false, false, false), - REDSTONE_WALL_TORCH("minecraft:redstone_wall_torch", (short) 3889, 0.0, 0.0, false, false, null, false), + REDSTONE_WALL_TORCH(NamespaceID.from("minecraft:redstone_wall_torch"), (short) 3889, 0.0, 0.0, false, false, false), - STONE_BUTTON("minecraft:stone_button", (short) 3906, 0.5, 0.5, false, false, null, false), + STONE_BUTTON(NamespaceID.from("minecraft:stone_button"), (short) 3906, 0.5, 0.5, false, false, false), - SNOW("minecraft:snow", (short) 3921, 0.1, 0.1, false, true, null, false), + SNOW(NamespaceID.from("minecraft:snow"), (short) 3921, 0.1, 0.1, false, false, false), - ICE("minecraft:ice", (short) 3929, 0.5, 0.5, false, true, null, true), + ICE(NamespaceID.from("minecraft:ice"), (short) 3929, 0.5, 0.5, false, true, false), - SNOW_BLOCK("minecraft:snow_block", (short) 3930, 0.2, 0.2, false, true, null, true), + SNOW_BLOCK(NamespaceID.from("minecraft:snow_block"), (short) 3930, 0.2, 0.2, false, true, false), - CACTUS("minecraft:cactus", (short) 3931, 0.4, 0.4, false, true, null, false), + CACTUS(NamespaceID.from("minecraft:cactus"), (short) 3931, 0.4, 0.4, false, true, false), - CLAY("minecraft:clay", (short) 3947, 0.6, 0.6, false, true, null, true), + CLAY(NamespaceID.from("minecraft:clay"), (short) 3947, 0.6, 0.6, false, true, false), - SUGAR_CANE("minecraft:sugar_cane", (short) 3948, 0.0, 0.0, false, false, null, false), + SUGAR_CANE(NamespaceID.from("minecraft:sugar_cane"), (short) 3948, 0.0, 0.0, false, false, false), - JUKEBOX("minecraft:jukebox", (short) 3965, 2.0, 6.0, false, true, NamespaceID.from("minecraft:jukebox"), false), + JUKEBOX(NamespaceID.from("minecraft:jukebox"), (short) 3965, 2.0, 6.0, false, true, true), - OAK_FENCE("minecraft:oak_fence", (short) 3997, 2.0, 3.0, false, true, null, false), + OAK_FENCE(NamespaceID.from("minecraft:oak_fence"), (short) 3997, 2.0, 3.0, false, true, false), - PUMPKIN("minecraft:pumpkin", (short) 3998, 1.0, 1.0, false, true, null, true), + PUMPKIN(NamespaceID.from("minecraft:pumpkin"), (short) 3998, 1.0, 1.0, false, true, false), - NETHERRACK("minecraft:netherrack", (short) 3999, 0.4, 0.4, false, true, null, true), + NETHERRACK(NamespaceID.from("minecraft:netherrack"), (short) 3999, 0.4, 0.4, false, true, false), - SOUL_SAND("minecraft:soul_sand", (short) 4000, 0.5, 0.5, false, true, null, true), + SOUL_SAND(NamespaceID.from("minecraft:soul_sand"), (short) 4000, 0.5, 0.5, false, true, false), - SOUL_SOIL("minecraft:soul_soil", (short) 4001, 0.5, 0.5, false, true, null, true), + SOUL_SOIL(NamespaceID.from("minecraft:soul_soil"), (short) 4001, 0.5, 0.5, false, true, false), - BASALT("minecraft:basalt", (short) 4003, 1.25, 4.2, false, true, null, false), + BASALT(NamespaceID.from("minecraft:basalt"), (short) 4003, 1.25, 4.2, false, true, false), - POLISHED_BASALT("minecraft:polished_basalt", (short) 4006, 1.25, 4.2, false, true, null, false), + POLISHED_BASALT(NamespaceID.from("minecraft:polished_basalt"), (short) 4006, 1.25, 4.2, false, true, false), - SOUL_TORCH("minecraft:soul_torch", (short) 4008, 0.0, 0.0, false, false, null, true), + SOUL_TORCH(NamespaceID.from("minecraft:soul_torch"), (short) 4008, 0.0, 0.0, false, false, false), - SOUL_WALL_TORCH("minecraft:soul_wall_torch", (short) 4009, 0.0, 0.0, false, false, null, false), + SOUL_WALL_TORCH(NamespaceID.from("minecraft:soul_wall_torch"), (short) 4009, 0.0, 0.0, false, false, false), - GLOWSTONE("minecraft:glowstone", (short) 4013, 0.3, 0.3, false, true, null, true), + GLOWSTONE(NamespaceID.from("minecraft:glowstone"), (short) 4013, 0.3, 0.3, false, true, false), - NETHER_PORTAL("minecraft:nether_portal", (short) 4014, 0.0, -1.0, false, false, null, false), + NETHER_PORTAL(NamespaceID.from("minecraft:nether_portal"), (short) 4014, -1.0, 0.0, false, false, false), - CARVED_PUMPKIN("minecraft:carved_pumpkin", (short) 4016, 1.0, 1.0, false, true, null, false), + CARVED_PUMPKIN(NamespaceID.from("minecraft:carved_pumpkin"), (short) 4016, 1.0, 1.0, false, true, false), - JACK_O_LANTERN("minecraft:jack_o_lantern", (short) 4020, 1.0, 1.0, false, true, null, false), + JACK_O_LANTERN(NamespaceID.from("minecraft:jack_o_lantern"), (short) 4020, 1.0, 1.0, false, true, false), - CAKE("minecraft:cake", (short) 4024, 0.5, 0.5, false, true, null, false), + CAKE(NamespaceID.from("minecraft:cake"), (short) 4024, 0.5, 0.5, false, true, false), - REPEATER("minecraft:repeater", (short) 4034, 0.0, 0.0, false, true, null, false), + REPEATER(NamespaceID.from("minecraft:repeater"), (short) 4034, 0.0, 0.0, false, false, false), - WHITE_STAINED_GLASS("minecraft:white_stained_glass", (short) 4095, 0.3, 0.3, false, true, null, true), + WHITE_STAINED_GLASS(NamespaceID.from("minecraft:white_stained_glass"), (short) 4095, 0.3, 0.3, false, true, false), - ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", (short) 4096, 0.3, 0.3, false, true, null, true), + ORANGE_STAINED_GLASS(NamespaceID.from("minecraft:orange_stained_glass"), (short) 4096, 0.3, 0.3, false, true, false), - MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", (short) 4097, 0.3, 0.3, false, true, null, true), + MAGENTA_STAINED_GLASS(NamespaceID.from("minecraft:magenta_stained_glass"), (short) 4097, 0.3, 0.3, false, true, false), - LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", (short) 4098, 0.3, 0.3, false, true, null, true), + LIGHT_BLUE_STAINED_GLASS(NamespaceID.from("minecraft:light_blue_stained_glass"), (short) 4098, 0.3, 0.3, false, true, false), - YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", (short) 4099, 0.3, 0.3, false, true, null, true), + YELLOW_STAINED_GLASS(NamespaceID.from("minecraft:yellow_stained_glass"), (short) 4099, 0.3, 0.3, false, true, false), - LIME_STAINED_GLASS("minecraft:lime_stained_glass", (short) 4100, 0.3, 0.3, false, true, null, true), + LIME_STAINED_GLASS(NamespaceID.from("minecraft:lime_stained_glass"), (short) 4100, 0.3, 0.3, false, true, false), - PINK_STAINED_GLASS("minecraft:pink_stained_glass", (short) 4101, 0.3, 0.3, false, true, null, true), + PINK_STAINED_GLASS(NamespaceID.from("minecraft:pink_stained_glass"), (short) 4101, 0.3, 0.3, false, true, false), - GRAY_STAINED_GLASS("minecraft:gray_stained_glass", (short) 4102, 0.3, 0.3, false, true, null, true), + GRAY_STAINED_GLASS(NamespaceID.from("minecraft:gray_stained_glass"), (short) 4102, 0.3, 0.3, false, true, false), - LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", (short) 4103, 0.3, 0.3, false, true, null, true), + LIGHT_GRAY_STAINED_GLASS(NamespaceID.from("minecraft:light_gray_stained_glass"), (short) 4103, 0.3, 0.3, false, true, false), - CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", (short) 4104, 0.3, 0.3, false, true, null, true), + CYAN_STAINED_GLASS(NamespaceID.from("minecraft:cyan_stained_glass"), (short) 4104, 0.3, 0.3, false, true, false), - PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", (short) 4105, 0.3, 0.3, false, true, null, true), + PURPLE_STAINED_GLASS(NamespaceID.from("minecraft:purple_stained_glass"), (short) 4105, 0.3, 0.3, false, true, false), - BLUE_STAINED_GLASS("minecraft:blue_stained_glass", (short) 4106, 0.3, 0.3, false, true, null, true), + BLUE_STAINED_GLASS(NamespaceID.from("minecraft:blue_stained_glass"), (short) 4106, 0.3, 0.3, false, true, false), - BROWN_STAINED_GLASS("minecraft:brown_stained_glass", (short) 4107, 0.3, 0.3, false, true, null, true), + BROWN_STAINED_GLASS(NamespaceID.from("minecraft:brown_stained_glass"), (short) 4107, 0.3, 0.3, false, true, false), - GREEN_STAINED_GLASS("minecraft:green_stained_glass", (short) 4108, 0.3, 0.3, false, true, null, true), + GREEN_STAINED_GLASS(NamespaceID.from("minecraft:green_stained_glass"), (short) 4108, 0.3, 0.3, false, true, false), - RED_STAINED_GLASS("minecraft:red_stained_glass", (short) 4109, 0.3, 0.3, false, true, null, true), + RED_STAINED_GLASS(NamespaceID.from("minecraft:red_stained_glass"), (short) 4109, 0.3, 0.3, false, true, false), - BLACK_STAINED_GLASS("minecraft:black_stained_glass", (short) 4110, 0.3, 0.3, false, true, null, true), + BLACK_STAINED_GLASS(NamespaceID.from("minecraft:black_stained_glass"), (short) 4110, 0.3, 0.3, false, true, false), - OAK_TRAPDOOR("minecraft:oak_trapdoor", (short) 4126, 3.0, 3.0, false, true, null, false), + OAK_TRAPDOOR(NamespaceID.from("minecraft:oak_trapdoor"), (short) 4126, 3.0, 3.0, false, true, false), - SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", (short) 4190, 3.0, 3.0, false, true, null, false), + SPRUCE_TRAPDOOR(NamespaceID.from("minecraft:spruce_trapdoor"), (short) 4190, 3.0, 3.0, false, true, false), - BIRCH_TRAPDOOR("minecraft:birch_trapdoor", (short) 4254, 3.0, 3.0, false, true, null, false), + BIRCH_TRAPDOOR(NamespaceID.from("minecraft:birch_trapdoor"), (short) 4254, 3.0, 3.0, false, true, false), - JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", (short) 4318, 3.0, 3.0, false, true, null, false), + JUNGLE_TRAPDOOR(NamespaceID.from("minecraft:jungle_trapdoor"), (short) 4318, 3.0, 3.0, false, true, false), - ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", (short) 4382, 3.0, 3.0, false, true, null, false), + ACACIA_TRAPDOOR(NamespaceID.from("minecraft:acacia_trapdoor"), (short) 4382, 3.0, 3.0, false, true, false), - DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", (short) 4446, 3.0, 3.0, false, true, null, false), + DARK_OAK_TRAPDOOR(NamespaceID.from("minecraft:dark_oak_trapdoor"), (short) 4446, 3.0, 3.0, false, true, false), - STONE_BRICKS("minecraft:stone_bricks", (short) 4495, 1.5, 6.0, false, true, null, true), + STONE_BRICKS(NamespaceID.from("minecraft:stone_bricks"), (short) 4495, 1.5, 6.0, false, true, false), - MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", (short) 4496, 1.5, 6.0, false, true, null, true), + MOSSY_STONE_BRICKS(NamespaceID.from("minecraft:mossy_stone_bricks"), (short) 4496, 1.5, 6.0, false, true, false), - CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", (short) 4497, 1.5, 6.0, false, true, null, true), + CRACKED_STONE_BRICKS(NamespaceID.from("minecraft:cracked_stone_bricks"), (short) 4497, 1.5, 6.0, false, true, false), - CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", (short) 4498, 1.5, 6.0, false, true, null, true), + CHISELED_STONE_BRICKS(NamespaceID.from("minecraft:chiseled_stone_bricks"), (short) 4498, 1.5, 6.0, false, true, false), - INFESTED_STONE("minecraft:infested_stone", (short) 4499, 0.0, 0.75, false, true, null, true), + INFESTED_STONE(NamespaceID.from("minecraft:infested_stone"), (short) 4499, 0.0, 0.75, false, true, false), - INFESTED_COBBLESTONE("minecraft:infested_cobblestone", (short) 4500, 0.0, 0.75, false, true, null, true), + INFESTED_COBBLESTONE(NamespaceID.from("minecraft:infested_cobblestone"), (short) 4500, 0.0, 0.75, false, true, false), - INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", (short) 4501, 0.0, 0.75, false, true, null, true), + INFESTED_STONE_BRICKS(NamespaceID.from("minecraft:infested_stone_bricks"), (short) 4501, 0.0, 0.75, false, true, false), - INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", (short) 4502, 0.0, 0.75, false, true, null, true), + INFESTED_MOSSY_STONE_BRICKS(NamespaceID.from("minecraft:infested_mossy_stone_bricks"), (short) 4502, 0.0, 0.75, false, true, false), - INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", (short) 4503, 0.0, 0.75, false, true, null, true), + INFESTED_CRACKED_STONE_BRICKS(NamespaceID.from("minecraft:infested_cracked_stone_bricks"), (short) 4503, 0.0, 0.75, false, true, false), - INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", (short) 4504, 0.0, 0.75, false, true, null, true), + INFESTED_CHISELED_STONE_BRICKS(NamespaceID.from("minecraft:infested_chiseled_stone_bricks"), (short) 4504, 0.0, 0.75, false, true, false), - BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", (short) 4505, 0.2, 0.2, false, true, null, false), + BROWN_MUSHROOM_BLOCK(NamespaceID.from("minecraft:brown_mushroom_block"), (short) 4505, 0.2, 0.2, false, true, false), - RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", (short) 4569, 0.2, 0.2, false, true, null, false), + RED_MUSHROOM_BLOCK(NamespaceID.from("minecraft:red_mushroom_block"), (short) 4569, 0.2, 0.2, false, true, false), - MUSHROOM_STEM("minecraft:mushroom_stem", (short) 4633, 0.2, 0.2, false, true, null, false), + MUSHROOM_STEM(NamespaceID.from("minecraft:mushroom_stem"), (short) 4633, 0.2, 0.2, false, true, false), - IRON_BARS("minecraft:iron_bars", (short) 4728, 5.0, 6.0, false, true, null, false), + IRON_BARS(NamespaceID.from("minecraft:iron_bars"), (short) 4728, 5.0, 6.0, false, true, false), - CHAIN("minecraft:chain", (short) 4732, 5.0, 6.0, false, true, null, false), + CHAIN(NamespaceID.from("minecraft:chain"), (short) 4732, 5.0, 6.0, false, true, false), - GLASS_PANE("minecraft:glass_pane", (short) 4766, 0.3, 0.3, false, true, null, false), + GLASS_PANE(NamespaceID.from("minecraft:glass_pane"), (short) 4766, 0.3, 0.3, false, true, false), - MELON("minecraft:melon", (short) 4767, 1.0, 1.0, false, true, null, true), + MELON(NamespaceID.from("minecraft:melon"), (short) 4767, 1.0, 1.0, false, true, false), - ATTACHED_PUMPKIN_STEM("minecraft:attached_pumpkin_stem", (short) 4768, 0.0, 0.0, false, false, null, false), + ATTACHED_PUMPKIN_STEM(NamespaceID.from("minecraft:attached_pumpkin_stem"), (short) 4768, 0.0, 0.0, false, false, false), - ATTACHED_MELON_STEM("minecraft:attached_melon_stem", (short) 4772, 0.0, 0.0, false, false, null, false), + ATTACHED_MELON_STEM(NamespaceID.from("minecraft:attached_melon_stem"), (short) 4772, 0.0, 0.0, false, false, false), - PUMPKIN_STEM("minecraft:pumpkin_stem", (short) 4776, 0.0, 0.0, false, false, null, false), + PUMPKIN_STEM(NamespaceID.from("minecraft:pumpkin_stem"), (short) 4776, 0.0, 0.0, false, false, false), - MELON_STEM("minecraft:melon_stem", (short) 4784, 0.0, 0.0, false, false, null, false), + MELON_STEM(NamespaceID.from("minecraft:melon_stem"), (short) 4784, 0.0, 0.0, false, false, false), - VINE("minecraft:vine", (short) 4823, 0.2, 0.2, false, false, null, false), + VINE(NamespaceID.from("minecraft:vine"), (short) 4823, 0.2, 0.2, false, false, false), - OAK_FENCE_GATE("minecraft:oak_fence_gate", (short) 4831, 2.0, 3.0, false, true, null, false), + OAK_FENCE_GATE(NamespaceID.from("minecraft:oak_fence_gate"), (short) 4831, 2.0, 3.0, false, true, false), - BRICK_STAIRS("minecraft:brick_stairs", (short) 4867, 0.0, 0.0, false, true, null, false), + BRICK_STAIRS(NamespaceID.from("minecraft:brick_stairs"), (short) 4867, 2.0, 6.0, false, true, false), - STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", (short) 4947, 0.0, 0.0, false, true, null, false), + STONE_BRICK_STAIRS(NamespaceID.from("minecraft:stone_brick_stairs"), (short) 4947, 1.5, 6.0, false, true, false), - MYCELIUM("minecraft:mycelium", (short) 5017, 0.6, 0.6, false, true, null, false), + MYCELIUM(NamespaceID.from("minecraft:mycelium"), (short) 5017, 0.6, 0.6, false, true, false), - LILY_PAD("minecraft:lily_pad", (short) 5018, 0.0, 0.0, false, true, null, true), + LILY_PAD(NamespaceID.from("minecraft:lily_pad"), (short) 5018, 0.0, 0.0, false, false, false), - NETHER_BRICKS("minecraft:nether_bricks", (short) 5019, 2.0, 6.0, false, true, null, true), + NETHER_BRICKS(NamespaceID.from("minecraft:nether_bricks"), (short) 5019, 2.0, 6.0, false, true, false), - NETHER_BRICK_FENCE("minecraft:nether_brick_fence", (short) 5051, 2.0, 6.0, false, true, null, false), + NETHER_BRICK_FENCE(NamespaceID.from("minecraft:nether_brick_fence"), (short) 5051, 2.0, 6.0, false, true, false), - NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", (short) 5063, 0.0, 0.0, false, true, null, false), + NETHER_BRICK_STAIRS(NamespaceID.from("minecraft:nether_brick_stairs"), (short) 5063, 2.0, 6.0, false, true, false), - NETHER_WART("minecraft:nether_wart", (short) 5132, 0.0, 0.0, false, false, null, false), + NETHER_WART(NamespaceID.from("minecraft:nether_wart"), (short) 5132, 0.0, 0.0, false, false, false), - ENCHANTING_TABLE("minecraft:enchanting_table", (short) 5136, 5.0, 1200.0, false, true, NamespaceID.from("minecraft:enchanting_table"), true), + ENCHANTING_TABLE(NamespaceID.from("minecraft:enchanting_table"), (short) 5136, 5.0, 1200.0, false, true, true), - BREWING_STAND("minecraft:brewing_stand", (short) 5144, 0.5, 0.5, false, true, NamespaceID.from("minecraft:brewing_stand"), false), + BREWING_STAND(NamespaceID.from("minecraft:brewing_stand"), (short) 5144, 0.5, 0.5, false, true, true), - CAULDRON("minecraft:cauldron", (short) 5145, 2.0, 2.0, false, true, null, false), + CAULDRON(NamespaceID.from("minecraft:cauldron"), (short) 5145, 2.0, 2.0, false, true, false), - END_PORTAL("minecraft:end_portal", (short) 5149, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_portal"), true), + END_PORTAL(NamespaceID.from("minecraft:end_portal"), (short) 5149, -1.0, 3600000.0, false, false, true), - END_PORTAL_FRAME("minecraft:end_portal_frame", (short) 5154, 0.0, 3600000.0, false, true, null, false), + END_PORTAL_FRAME(NamespaceID.from("minecraft:end_portal_frame"), (short) 5154, -1.0, 3600000.0, false, true, false), - END_STONE("minecraft:end_stone", (short) 5158, 3.0, 9.0, false, true, null, true), + END_STONE(NamespaceID.from("minecraft:end_stone"), (short) 5158, 3.0, 9.0, false, true, false), - DRAGON_EGG("minecraft:dragon_egg", (short) 5159, 3.0, 9.0, false, true, null, true), + DRAGON_EGG(NamespaceID.from("minecraft:dragon_egg"), (short) 5159, 3.0, 9.0, false, true, false), - REDSTONE_LAMP("minecraft:redstone_lamp", (short) 5161, 0.3, 0.3, false, true, null, false), + REDSTONE_LAMP(NamespaceID.from("minecraft:redstone_lamp"), (short) 5161, 0.3, 0.3, false, true, false), - COCOA("minecraft:cocoa", (short) 5162, 0.2, 3.0, false, true, null, false), + COCOA(NamespaceID.from("minecraft:cocoa"), (short) 5162, 0.2, 3.0, false, false, false), - SANDSTONE_STAIRS("minecraft:sandstone_stairs", (short) 5185, 0.0, 0.0, false, true, null, false), + SANDSTONE_STAIRS(NamespaceID.from("minecraft:sandstone_stairs"), (short) 5185, 0.8, 0.8, false, true, false), - EMERALD_ORE("minecraft:emerald_ore", (short) 5254, 3.0, 3.0, false, true, null, true), + EMERALD_ORE(NamespaceID.from("minecraft:emerald_ore"), (short) 5254, 3.0, 3.0, false, true, false), - ENDER_CHEST("minecraft:ender_chest", (short) 5256, 22.5, 600.0, false, true, NamespaceID.from("minecraft:ender_chest"), false), + ENDER_CHEST(NamespaceID.from("minecraft:ender_chest"), (short) 5256, 22.5, 600.0, false, true, true), - TRIPWIRE_HOOK("minecraft:tripwire_hook", (short) 5272, 0.0, 0.0, false, false, null, false), + TRIPWIRE_HOOK(NamespaceID.from("minecraft:tripwire_hook"), (short) 5272, 0.0, 0.0, false, false, false), - TRIPWIRE("minecraft:tripwire", (short) 5406, 0.0, 0.0, false, false, null, false), + TRIPWIRE(NamespaceID.from("minecraft:tripwire"), (short) 5406, 0.0, 0.0, false, false, false), - EMERALD_BLOCK("minecraft:emerald_block", (short) 5407, 5.0, 6.0, false, true, null, true), + EMERALD_BLOCK(NamespaceID.from("minecraft:emerald_block"), (short) 5407, 5.0, 6.0, false, true, false), - SPRUCE_STAIRS("minecraft:spruce_stairs", (short) 5419, 0.0, 0.0, false, true, null, false), + SPRUCE_STAIRS(NamespaceID.from("minecraft:spruce_stairs"), (short) 5419, 2.0, 3.0, false, true, false), - BIRCH_STAIRS("minecraft:birch_stairs", (short) 5499, 0.0, 0.0, false, true, null, false), + BIRCH_STAIRS(NamespaceID.from("minecraft:birch_stairs"), (short) 5499, 2.0, 3.0, false, true, false), - JUNGLE_STAIRS("minecraft:jungle_stairs", (short) 5579, 0.0, 0.0, false, true, null, false), + JUNGLE_STAIRS(NamespaceID.from("minecraft:jungle_stairs"), (short) 5579, 2.0, 3.0, false, true, false), - COMMAND_BLOCK("minecraft:command_block", (short) 5654, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + COMMAND_BLOCK(NamespaceID.from("minecraft:command_block"), (short) 5654, -1.0, 3600000.0, false, true, true), - BEACON("minecraft:beacon", (short) 5660, 3.0, 3.0, false, true, NamespaceID.from("minecraft:beacon"), true), + BEACON(NamespaceID.from("minecraft:beacon"), (short) 5660, 3.0, 3.0, false, true, true), - COBBLESTONE_WALL("minecraft:cobblestone_wall", (short) 5664, 0.0, 0.0, false, true, null, false), + COBBLESTONE_WALL(NamespaceID.from("minecraft:cobblestone_wall"), (short) 5664, 2.0, 6.0, false, true, false), - MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", (short) 5988, 0.0, 0.0, false, true, null, false), + MOSSY_COBBLESTONE_WALL(NamespaceID.from("minecraft:mossy_cobblestone_wall"), (short) 5988, 2.0, 6.0, false, true, false), - FLOWER_POT("minecraft:flower_pot", (short) 6309, 0.0, 0.0, false, true, null, true), + FLOWER_POT(NamespaceID.from("minecraft:flower_pot"), (short) 6309, 0.0, 0.0, false, false, false), - POTTED_OAK_SAPLING("minecraft:potted_oak_sapling", (short) 6310, 0.0, 0.0, false, true, null, true), + POTTED_OAK_SAPLING(NamespaceID.from("minecraft:potted_oak_sapling"), (short) 6310, 0.0, 0.0, false, false, false), - POTTED_SPRUCE_SAPLING("minecraft:potted_spruce_sapling", (short) 6311, 0.0, 0.0, false, true, null, true), + POTTED_SPRUCE_SAPLING(NamespaceID.from("minecraft:potted_spruce_sapling"), (short) 6311, 0.0, 0.0, false, false, false), - POTTED_BIRCH_SAPLING("minecraft:potted_birch_sapling", (short) 6312, 0.0, 0.0, false, true, null, true), + POTTED_BIRCH_SAPLING(NamespaceID.from("minecraft:potted_birch_sapling"), (short) 6312, 0.0, 0.0, false, false, false), - POTTED_JUNGLE_SAPLING("minecraft:potted_jungle_sapling", (short) 6313, 0.0, 0.0, false, true, null, true), + POTTED_JUNGLE_SAPLING(NamespaceID.from("minecraft:potted_jungle_sapling"), (short) 6313, 0.0, 0.0, false, false, false), - POTTED_ACACIA_SAPLING("minecraft:potted_acacia_sapling", (short) 6314, 0.0, 0.0, false, true, null, true), + POTTED_ACACIA_SAPLING(NamespaceID.from("minecraft:potted_acacia_sapling"), (short) 6314, 0.0, 0.0, false, false, false), - POTTED_DARK_OAK_SAPLING("minecraft:potted_dark_oak_sapling", (short) 6315, 0.0, 0.0, false, true, null, true), + POTTED_DARK_OAK_SAPLING(NamespaceID.from("minecraft:potted_dark_oak_sapling"), (short) 6315, 0.0, 0.0, false, false, false), - POTTED_FERN("minecraft:potted_fern", (short) 6316, 0.0, 0.0, false, true, null, true), + POTTED_FERN(NamespaceID.from("minecraft:potted_fern"), (short) 6316, 0.0, 0.0, false, false, false), - POTTED_DANDELION("minecraft:potted_dandelion", (short) 6317, 0.0, 0.0, false, true, null, true), + POTTED_DANDELION(NamespaceID.from("minecraft:potted_dandelion"), (short) 6317, 0.0, 0.0, false, false, false), - POTTED_POPPY("minecraft:potted_poppy", (short) 6318, 0.0, 0.0, false, true, null, true), + POTTED_POPPY(NamespaceID.from("minecraft:potted_poppy"), (short) 6318, 0.0, 0.0, false, false, false), - POTTED_BLUE_ORCHID("minecraft:potted_blue_orchid", (short) 6319, 0.0, 0.0, false, true, null, true), + POTTED_BLUE_ORCHID(NamespaceID.from("minecraft:potted_blue_orchid"), (short) 6319, 0.0, 0.0, false, false, false), - POTTED_ALLIUM("minecraft:potted_allium", (short) 6320, 0.0, 0.0, false, true, null, true), + POTTED_ALLIUM(NamespaceID.from("minecraft:potted_allium"), (short) 6320, 0.0, 0.0, false, false, false), - POTTED_AZURE_BLUET("minecraft:potted_azure_bluet", (short) 6321, 0.0, 0.0, false, true, null, true), + POTTED_AZURE_BLUET(NamespaceID.from("minecraft:potted_azure_bluet"), (short) 6321, 0.0, 0.0, false, false, false), - POTTED_RED_TULIP("minecraft:potted_red_tulip", (short) 6322, 0.0, 0.0, false, true, null, true), + POTTED_RED_TULIP(NamespaceID.from("minecraft:potted_red_tulip"), (short) 6322, 0.0, 0.0, false, false, false), - POTTED_ORANGE_TULIP("minecraft:potted_orange_tulip", (short) 6323, 0.0, 0.0, false, true, null, true), + POTTED_ORANGE_TULIP(NamespaceID.from("minecraft:potted_orange_tulip"), (short) 6323, 0.0, 0.0, false, false, false), - POTTED_WHITE_TULIP("minecraft:potted_white_tulip", (short) 6324, 0.0, 0.0, false, true, null, true), + POTTED_WHITE_TULIP(NamespaceID.from("minecraft:potted_white_tulip"), (short) 6324, 0.0, 0.0, false, false, false), - POTTED_PINK_TULIP("minecraft:potted_pink_tulip", (short) 6325, 0.0, 0.0, false, true, null, true), + POTTED_PINK_TULIP(NamespaceID.from("minecraft:potted_pink_tulip"), (short) 6325, 0.0, 0.0, false, false, false), - POTTED_OXEYE_DAISY("minecraft:potted_oxeye_daisy", (short) 6326, 0.0, 0.0, false, true, null, true), + POTTED_OXEYE_DAISY(NamespaceID.from("minecraft:potted_oxeye_daisy"), (short) 6326, 0.0, 0.0, false, false, false), - POTTED_CORNFLOWER("minecraft:potted_cornflower", (short) 6327, 0.0, 0.0, false, true, null, true), + POTTED_CORNFLOWER(NamespaceID.from("minecraft:potted_cornflower"), (short) 6327, 0.0, 0.0, false, false, false), - POTTED_LILY_OF_THE_VALLEY("minecraft:potted_lily_of_the_valley", (short) 6328, 0.0, 0.0, false, true, null, true), + POTTED_LILY_OF_THE_VALLEY(NamespaceID.from("minecraft:potted_lily_of_the_valley"), (short) 6328, 0.0, 0.0, false, false, false), - POTTED_WITHER_ROSE("minecraft:potted_wither_rose", (short) 6329, 0.0, 0.0, false, true, null, true), + POTTED_WITHER_ROSE(NamespaceID.from("minecraft:potted_wither_rose"), (short) 6329, 0.0, 0.0, false, false, false), - POTTED_RED_MUSHROOM("minecraft:potted_red_mushroom", (short) 6330, 0.0, 0.0, false, true, null, true), + POTTED_RED_MUSHROOM(NamespaceID.from("minecraft:potted_red_mushroom"), (short) 6330, 0.0, 0.0, false, false, false), - POTTED_BROWN_MUSHROOM("minecraft:potted_brown_mushroom", (short) 6331, 0.0, 0.0, false, true, null, true), + POTTED_BROWN_MUSHROOM(NamespaceID.from("minecraft:potted_brown_mushroom"), (short) 6331, 0.0, 0.0, false, false, false), - POTTED_DEAD_BUSH("minecraft:potted_dead_bush", (short) 6332, 0.0, 0.0, false, true, null, true), + POTTED_DEAD_BUSH(NamespaceID.from("minecraft:potted_dead_bush"), (short) 6332, 0.0, 0.0, false, false, false), - POTTED_CACTUS("minecraft:potted_cactus", (short) 6333, 0.0, 0.0, false, true, null, true), + POTTED_CACTUS(NamespaceID.from("minecraft:potted_cactus"), (short) 6333, 0.0, 0.0, false, false, false), - CARROTS("minecraft:carrots", (short) 6334, 0.0, 0.0, false, false, null, false), + CARROTS(NamespaceID.from("minecraft:carrots"), (short) 6334, 0.0, 0.0, false, false, false), - POTATOES("minecraft:potatoes", (short) 6342, 0.0, 0.0, false, false, null, false), + POTATOES(NamespaceID.from("minecraft:potatoes"), (short) 6342, 0.0, 0.0, false, false, false), - OAK_BUTTON("minecraft:oak_button", (short) 6359, 0.5, 0.5, false, false, null, false), + OAK_BUTTON(NamespaceID.from("minecraft:oak_button"), (short) 6359, 0.5, 0.5, false, false, false), - SPRUCE_BUTTON("minecraft:spruce_button", (short) 6383, 0.5, 0.5, false, false, null, false), + SPRUCE_BUTTON(NamespaceID.from("minecraft:spruce_button"), (short) 6383, 0.5, 0.5, false, false, false), - BIRCH_BUTTON("minecraft:birch_button", (short) 6407, 0.5, 0.5, false, false, null, false), + BIRCH_BUTTON(NamespaceID.from("minecraft:birch_button"), (short) 6407, 0.5, 0.5, false, false, false), - JUNGLE_BUTTON("minecraft:jungle_button", (short) 6431, 0.5, 0.5, false, false, null, false), + JUNGLE_BUTTON(NamespaceID.from("minecraft:jungle_button"), (short) 6431, 0.5, 0.5, false, false, false), - ACACIA_BUTTON("minecraft:acacia_button", (short) 6455, 0.5, 0.5, false, false, null, false), + ACACIA_BUTTON(NamespaceID.from("minecraft:acacia_button"), (short) 6455, 0.5, 0.5, false, false, false), - DARK_OAK_BUTTON("minecraft:dark_oak_button", (short) 6479, 0.5, 0.5, false, false, null, false), + DARK_OAK_BUTTON(NamespaceID.from("minecraft:dark_oak_button"), (short) 6479, 0.5, 0.5, false, false, false), - SKELETON_SKULL("minecraft:skeleton_skull", (short) 6494, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + SKELETON_SKULL(NamespaceID.from("minecraft:skeleton_skull"), (short) 6494, 1.0, 1.0, false, false, true), - SKELETON_WALL_SKULL("minecraft:skeleton_wall_skull", (short) 6510, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + SKELETON_WALL_SKULL(NamespaceID.from("minecraft:skeleton_wall_skull"), (short) 6510, 1.0, 1.0, false, false, true), - WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", (short) 6514, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + WITHER_SKELETON_SKULL(NamespaceID.from("minecraft:wither_skeleton_skull"), (short) 6514, 1.0, 1.0, false, false, true), - WITHER_SKELETON_WALL_SKULL("minecraft:wither_skeleton_wall_skull", (short) 6530, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + WITHER_SKELETON_WALL_SKULL(NamespaceID.from("minecraft:wither_skeleton_wall_skull"), (short) 6530, 1.0, 1.0, false, false, true), - ZOMBIE_HEAD("minecraft:zombie_head", (short) 6534, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + ZOMBIE_HEAD(NamespaceID.from("minecraft:zombie_head"), (short) 6534, 1.0, 1.0, false, false, true), - ZOMBIE_WALL_HEAD("minecraft:zombie_wall_head", (short) 6550, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + ZOMBIE_WALL_HEAD(NamespaceID.from("minecraft:zombie_wall_head"), (short) 6550, 1.0, 1.0, false, false, true), - PLAYER_HEAD("minecraft:player_head", (short) 6554, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + PLAYER_HEAD(NamespaceID.from("minecraft:player_head"), (short) 6554, 1.0, 1.0, false, false, true), - PLAYER_WALL_HEAD("minecraft:player_wall_head", (short) 6570, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + PLAYER_WALL_HEAD(NamespaceID.from("minecraft:player_wall_head"), (short) 6570, 1.0, 1.0, false, false, true), - CREEPER_HEAD("minecraft:creeper_head", (short) 6574, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + CREEPER_HEAD(NamespaceID.from("minecraft:creeper_head"), (short) 6574, 1.0, 1.0, false, false, true), - CREEPER_WALL_HEAD("minecraft:creeper_wall_head", (short) 6590, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + CREEPER_WALL_HEAD(NamespaceID.from("minecraft:creeper_wall_head"), (short) 6590, 1.0, 1.0, false, false, true), - DRAGON_HEAD("minecraft:dragon_head", (short) 6594, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + DRAGON_HEAD(NamespaceID.from("minecraft:dragon_head"), (short) 6594, 1.0, 1.0, false, false, true), - DRAGON_WALL_HEAD("minecraft:dragon_wall_head", (short) 6610, 1.0, 1.0, false, true, NamespaceID.from("minecraft:skull"), false), + DRAGON_WALL_HEAD(NamespaceID.from("minecraft:dragon_wall_head"), (short) 6610, 1.0, 1.0, false, false, true), - ANVIL("minecraft:anvil", (short) 6614, 5.0, 1200.0, false, true, null, false), + ANVIL(NamespaceID.from("minecraft:anvil"), (short) 6614, 5.0, 1200.0, false, true, false), - CHIPPED_ANVIL("minecraft:chipped_anvil", (short) 6618, 5.0, 1200.0, false, true, null, false), + CHIPPED_ANVIL(NamespaceID.from("minecraft:chipped_anvil"), (short) 6618, 5.0, 1200.0, false, true, false), - DAMAGED_ANVIL("minecraft:damaged_anvil", (short) 6622, 5.0, 1200.0, false, true, null, false), + DAMAGED_ANVIL(NamespaceID.from("minecraft:damaged_anvil"), (short) 6622, 5.0, 1200.0, false, true, false), - TRAPPED_CHEST("minecraft:trapped_chest", (short) 6627, 2.5, 2.5, false, true, NamespaceID.from("minecraft:trapped_chest"), false), + TRAPPED_CHEST(NamespaceID.from("minecraft:trapped_chest"), (short) 6627, 2.5, 2.5, false, true, true), - LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", (short) 6650, 0.5, 0.5, false, false, null, false), + LIGHT_WEIGHTED_PRESSURE_PLATE(NamespaceID.from("minecraft:light_weighted_pressure_plate"), (short) 6650, 0.5, 0.5, false, true, false), - HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", (short) 6666, 0.5, 0.5, false, false, null, false), + HEAVY_WEIGHTED_PRESSURE_PLATE(NamespaceID.from("minecraft:heavy_weighted_pressure_plate"), (short) 6666, 0.5, 0.5, false, true, false), - COMPARATOR("minecraft:comparator", (short) 6683, 0.0, 0.0, false, true, NamespaceID.from("minecraft:comparator"), false), + COMPARATOR(NamespaceID.from("minecraft:comparator"), (short) 6683, 0.0, 0.0, false, false, true), - DAYLIGHT_DETECTOR("minecraft:daylight_detector", (short) 6714, 0.2, 0.2, false, true, NamespaceID.from("minecraft:daylight_detector"), false), + DAYLIGHT_DETECTOR(NamespaceID.from("minecraft:daylight_detector"), (short) 6714, 0.2, 0.2, false, true, true), - REDSTONE_BLOCK("minecraft:redstone_block", (short) 6730, 5.0, 6.0, false, true, null, true), + REDSTONE_BLOCK(NamespaceID.from("minecraft:redstone_block"), (short) 6730, 5.0, 6.0, false, true, false), - NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", (short) 6731, 3.0, 3.0, false, true, null, true), + NETHER_QUARTZ_ORE(NamespaceID.from("minecraft:nether_quartz_ore"), (short) 6731, 3.0, 3.0, false, true, false), - HOPPER("minecraft:hopper", (short) 6732, 3.0, 4.8, false, true, NamespaceID.from("minecraft:hopper"), false), + HOPPER(NamespaceID.from("minecraft:hopper"), (short) 6732, 3.0, 4.8, false, true, true), - QUARTZ_BLOCK("minecraft:quartz_block", (short) 6742, 0.8, 0.8, false, true, null, true), + QUARTZ_BLOCK(NamespaceID.from("minecraft:quartz_block"), (short) 6742, 0.8, 0.8, false, true, false), - CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", (short) 6743, 0.8, 0.8, false, true, null, true), + CHISELED_QUARTZ_BLOCK(NamespaceID.from("minecraft:chiseled_quartz_block"), (short) 6743, 0.8, 0.8, false, true, false), - QUARTZ_PILLAR("minecraft:quartz_pillar", (short) 6745, 0.8, 0.8, false, true, null, false), + QUARTZ_PILLAR(NamespaceID.from("minecraft:quartz_pillar"), (short) 6745, 0.8, 0.8, false, true, false), - QUARTZ_STAIRS("minecraft:quartz_stairs", (short) 6758, 0.0, 0.0, false, true, null, false), + QUARTZ_STAIRS(NamespaceID.from("minecraft:quartz_stairs"), (short) 6758, 0.8, 0.8, false, true, false), - ACTIVATOR_RAIL("minecraft:activator_rail", (short) 6833, 0.7, 0.7, false, false, null, false), + ACTIVATOR_RAIL(NamespaceID.from("minecraft:activator_rail"), (short) 6833, 0.7, 0.7, false, false, false), - DROPPER("minecraft:dropper", (short) 6840, 3.5, 3.5, false, true, NamespaceID.from("minecraft:dropper"), false), + DROPPER(NamespaceID.from("minecraft:dropper"), (short) 6840, 3.5, 3.5, false, true, true), - WHITE_TERRACOTTA("minecraft:white_terracotta", (short) 6851, 1.25, 4.2, false, true, null, true), + WHITE_TERRACOTTA(NamespaceID.from("minecraft:white_terracotta"), (short) 6851, 1.25, 4.2, false, true, false), - ORANGE_TERRACOTTA("minecraft:orange_terracotta", (short) 6852, 1.25, 4.2, false, true, null, true), + ORANGE_TERRACOTTA(NamespaceID.from("minecraft:orange_terracotta"), (short) 6852, 1.25, 4.2, false, true, false), - MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", (short) 6853, 1.25, 4.2, false, true, null, true), + MAGENTA_TERRACOTTA(NamespaceID.from("minecraft:magenta_terracotta"), (short) 6853, 1.25, 4.2, false, true, false), - LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", (short) 6854, 1.25, 4.2, false, true, null, true), + LIGHT_BLUE_TERRACOTTA(NamespaceID.from("minecraft:light_blue_terracotta"), (short) 6854, 1.25, 4.2, false, true, false), - YELLOW_TERRACOTTA("minecraft:yellow_terracotta", (short) 6855, 1.25, 4.2, false, true, null, true), + YELLOW_TERRACOTTA(NamespaceID.from("minecraft:yellow_terracotta"), (short) 6855, 1.25, 4.2, false, true, false), - LIME_TERRACOTTA("minecraft:lime_terracotta", (short) 6856, 1.25, 4.2, false, true, null, true), + LIME_TERRACOTTA(NamespaceID.from("minecraft:lime_terracotta"), (short) 6856, 1.25, 4.2, false, true, false), - PINK_TERRACOTTA("minecraft:pink_terracotta", (short) 6857, 1.25, 4.2, false, true, null, true), + PINK_TERRACOTTA(NamespaceID.from("minecraft:pink_terracotta"), (short) 6857, 1.25, 4.2, false, true, false), - GRAY_TERRACOTTA("minecraft:gray_terracotta", (short) 6858, 1.25, 4.2, false, true, null, true), + GRAY_TERRACOTTA(NamespaceID.from("minecraft:gray_terracotta"), (short) 6858, 1.25, 4.2, false, true, false), - LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", (short) 6859, 1.25, 4.2, false, true, null, true), + LIGHT_GRAY_TERRACOTTA(NamespaceID.from("minecraft:light_gray_terracotta"), (short) 6859, 1.25, 4.2, false, true, false), - CYAN_TERRACOTTA("minecraft:cyan_terracotta", (short) 6860, 1.25, 4.2, false, true, null, true), + CYAN_TERRACOTTA(NamespaceID.from("minecraft:cyan_terracotta"), (short) 6860, 1.25, 4.2, false, true, false), - PURPLE_TERRACOTTA("minecraft:purple_terracotta", (short) 6861, 1.25, 4.2, false, true, null, true), + PURPLE_TERRACOTTA(NamespaceID.from("minecraft:purple_terracotta"), (short) 6861, 1.25, 4.2, false, true, false), - BLUE_TERRACOTTA("minecraft:blue_terracotta", (short) 6862, 1.25, 4.2, false, true, null, true), + BLUE_TERRACOTTA(NamespaceID.from("minecraft:blue_terracotta"), (short) 6862, 1.25, 4.2, false, true, false), - BROWN_TERRACOTTA("minecraft:brown_terracotta", (short) 6863, 1.25, 4.2, false, true, null, true), + BROWN_TERRACOTTA(NamespaceID.from("minecraft:brown_terracotta"), (short) 6863, 1.25, 4.2, false, true, false), - GREEN_TERRACOTTA("minecraft:green_terracotta", (short) 6864, 1.25, 4.2, false, true, null, true), + GREEN_TERRACOTTA(NamespaceID.from("minecraft:green_terracotta"), (short) 6864, 1.25, 4.2, false, true, false), - RED_TERRACOTTA("minecraft:red_terracotta", (short) 6865, 1.25, 4.2, false, true, null, true), + RED_TERRACOTTA(NamespaceID.from("minecraft:red_terracotta"), (short) 6865, 1.25, 4.2, false, true, false), - BLACK_TERRACOTTA("minecraft:black_terracotta", (short) 6866, 1.25, 4.2, false, true, null, true), + BLACK_TERRACOTTA(NamespaceID.from("minecraft:black_terracotta"), (short) 6866, 1.25, 4.2, false, true, false), - WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", (short) 6898, 0.3, 0.3, false, true, null, false), + WHITE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:white_stained_glass_pane"), (short) 6898, 0.3, 0.3, false, true, false), - ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", (short) 6930, 0.3, 0.3, false, true, null, false), + ORANGE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:orange_stained_glass_pane"), (short) 6930, 0.3, 0.3, false, true, false), - MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", (short) 6962, 0.3, 0.3, false, true, null, false), + MAGENTA_STAINED_GLASS_PANE(NamespaceID.from("minecraft:magenta_stained_glass_pane"), (short) 6962, 0.3, 0.3, false, true, false), - LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", (short) 6994, 0.3, 0.3, false, true, null, false), + LIGHT_BLUE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:light_blue_stained_glass_pane"), (short) 6994, 0.3, 0.3, false, true, false), - YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", (short) 7026, 0.3, 0.3, false, true, null, false), + YELLOW_STAINED_GLASS_PANE(NamespaceID.from("minecraft:yellow_stained_glass_pane"), (short) 7026, 0.3, 0.3, false, true, false), - LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", (short) 7058, 0.3, 0.3, false, true, null, false), + LIME_STAINED_GLASS_PANE(NamespaceID.from("minecraft:lime_stained_glass_pane"), (short) 7058, 0.3, 0.3, false, true, false), - PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", (short) 7090, 0.3, 0.3, false, true, null, false), + PINK_STAINED_GLASS_PANE(NamespaceID.from("minecraft:pink_stained_glass_pane"), (short) 7090, 0.3, 0.3, false, true, false), - GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", (short) 7122, 0.3, 0.3, false, true, null, false), + GRAY_STAINED_GLASS_PANE(NamespaceID.from("minecraft:gray_stained_glass_pane"), (short) 7122, 0.3, 0.3, false, true, false), - LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", (short) 7154, 0.3, 0.3, false, true, null, false), + LIGHT_GRAY_STAINED_GLASS_PANE(NamespaceID.from("minecraft:light_gray_stained_glass_pane"), (short) 7154, 0.3, 0.3, false, true, false), - CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", (short) 7186, 0.3, 0.3, false, true, null, false), + CYAN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:cyan_stained_glass_pane"), (short) 7186, 0.3, 0.3, false, true, false), - PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", (short) 7218, 0.3, 0.3, false, true, null, false), + PURPLE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:purple_stained_glass_pane"), (short) 7218, 0.3, 0.3, false, true, false), - BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", (short) 7250, 0.3, 0.3, false, true, null, false), + BLUE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:blue_stained_glass_pane"), (short) 7250, 0.3, 0.3, false, true, false), - BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", (short) 7282, 0.3, 0.3, false, true, null, false), + BROWN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:brown_stained_glass_pane"), (short) 7282, 0.3, 0.3, false, true, false), - GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", (short) 7314, 0.3, 0.3, false, true, null, false), + GREEN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:green_stained_glass_pane"), (short) 7314, 0.3, 0.3, false, true, false), - RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", (short) 7346, 0.3, 0.3, false, true, null, false), + RED_STAINED_GLASS_PANE(NamespaceID.from("minecraft:red_stained_glass_pane"), (short) 7346, 0.3, 0.3, false, true, false), - BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", (short) 7378, 0.3, 0.3, false, true, null, false), + BLACK_STAINED_GLASS_PANE(NamespaceID.from("minecraft:black_stained_glass_pane"), (short) 7378, 0.3, 0.3, false, true, false), - ACACIA_STAIRS("minecraft:acacia_stairs", (short) 7390, 0.0, 0.0, false, true, null, false), + ACACIA_STAIRS(NamespaceID.from("minecraft:acacia_stairs"), (short) 7390, 2.0, 3.0, false, true, false), - DARK_OAK_STAIRS("minecraft:dark_oak_stairs", (short) 7470, 0.0, 0.0, false, true, null, false), + DARK_OAK_STAIRS(NamespaceID.from("minecraft:dark_oak_stairs"), (short) 7470, 2.0, 3.0, false, true, false), - SLIME_BLOCK("minecraft:slime_block", (short) 7539, 0.0, 0.0, false, true, null, true), + SLIME_BLOCK(NamespaceID.from("minecraft:slime_block"), (short) 7539, 0.0, 0.0, false, true, false), - BARRIER("minecraft:barrier", (short) 7540, 0.0, 3600000.75, false, true, null, true), + BARRIER(NamespaceID.from("minecraft:barrier"), (short) 7540, -1.0, 3600000.8, false, true, false), - IRON_TRAPDOOR("minecraft:iron_trapdoor", (short) 7556, 5.0, 5.0, false, true, null, false), + IRON_TRAPDOOR(NamespaceID.from("minecraft:iron_trapdoor"), (short) 7556, 5.0, 5.0, false, true, false), - PRISMARINE("minecraft:prismarine", (short) 7605, 1.5, 6.0, false, true, null, true), + PRISMARINE(NamespaceID.from("minecraft:prismarine"), (short) 7605, 1.5, 6.0, false, true, false), - PRISMARINE_BRICKS("minecraft:prismarine_bricks", (short) 7606, 1.5, 6.0, false, true, null, true), + PRISMARINE_BRICKS(NamespaceID.from("minecraft:prismarine_bricks"), (short) 7606, 1.5, 6.0, false, true, false), - DARK_PRISMARINE("minecraft:dark_prismarine", (short) 7607, 1.5, 6.0, false, true, null, true), + DARK_PRISMARINE(NamespaceID.from("minecraft:dark_prismarine"), (short) 7607, 1.5, 6.0, false, true, false), - PRISMARINE_STAIRS("minecraft:prismarine_stairs", (short) 7619, 0.0, 0.0, false, true, null, false), + PRISMARINE_STAIRS(NamespaceID.from("minecraft:prismarine_stairs"), (short) 7619, 1.5, 6.0, false, true, false), - PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", (short) 7699, 0.0, 0.0, false, true, null, false), + PRISMARINE_BRICK_STAIRS(NamespaceID.from("minecraft:prismarine_brick_stairs"), (short) 7699, 1.5, 6.0, false, true, false), - DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", (short) 7779, 0.0, 0.0, false, true, null, false), + DARK_PRISMARINE_STAIRS(NamespaceID.from("minecraft:dark_prismarine_stairs"), (short) 7779, 1.5, 6.0, false, true, false), - PRISMARINE_SLAB("minecraft:prismarine_slab", (short) 7851, 1.5, 6.0, false, true, null, false), + PRISMARINE_SLAB(NamespaceID.from("minecraft:prismarine_slab"), (short) 7851, 1.5, 6.0, false, true, false), - PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", (short) 7857, 1.5, 6.0, false, true, null, false), + PRISMARINE_BRICK_SLAB(NamespaceID.from("minecraft:prismarine_brick_slab"), (short) 7857, 1.5, 6.0, false, true, false), - DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", (short) 7863, 1.5, 6.0, false, true, null, false), + DARK_PRISMARINE_SLAB(NamespaceID.from("minecraft:dark_prismarine_slab"), (short) 7863, 1.5, 6.0, false, true, false), - SEA_LANTERN("minecraft:sea_lantern", (short) 7866, 0.3, 0.3, false, true, null, true), + SEA_LANTERN(NamespaceID.from("minecraft:sea_lantern"), (short) 7866, 0.3, 0.3, false, true, false), - HAY_BLOCK("minecraft:hay_block", (short) 7868, 0.5, 0.5, false, true, null, false), + HAY_BLOCK(NamespaceID.from("minecraft:hay_block"), (short) 7868, 0.5, 0.5, false, true, false), - WHITE_CARPET("minecraft:white_carpet", (short) 7870, 0.1, 0.1, false, true, null, true), + WHITE_CARPET(NamespaceID.from("minecraft:white_carpet"), (short) 7870, 0.1, 0.1, false, false, false), - ORANGE_CARPET("minecraft:orange_carpet", (short) 7871, 0.1, 0.1, false, true, null, true), + ORANGE_CARPET(NamespaceID.from("minecraft:orange_carpet"), (short) 7871, 0.1, 0.1, false, false, false), - MAGENTA_CARPET("minecraft:magenta_carpet", (short) 7872, 0.1, 0.1, false, true, null, true), + MAGENTA_CARPET(NamespaceID.from("minecraft:magenta_carpet"), (short) 7872, 0.1, 0.1, false, false, false), - LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", (short) 7873, 0.1, 0.1, false, true, null, true), + LIGHT_BLUE_CARPET(NamespaceID.from("minecraft:light_blue_carpet"), (short) 7873, 0.1, 0.1, false, false, false), - YELLOW_CARPET("minecraft:yellow_carpet", (short) 7874, 0.1, 0.1, false, true, null, true), + YELLOW_CARPET(NamespaceID.from("minecraft:yellow_carpet"), (short) 7874, 0.1, 0.1, false, false, false), - LIME_CARPET("minecraft:lime_carpet", (short) 7875, 0.1, 0.1, false, true, null, true), + LIME_CARPET(NamespaceID.from("minecraft:lime_carpet"), (short) 7875, 0.1, 0.1, false, false, false), - PINK_CARPET("minecraft:pink_carpet", (short) 7876, 0.1, 0.1, false, true, null, true), + PINK_CARPET(NamespaceID.from("minecraft:pink_carpet"), (short) 7876, 0.1, 0.1, false, false, false), - GRAY_CARPET("minecraft:gray_carpet", (short) 7877, 0.1, 0.1, false, true, null, true), + GRAY_CARPET(NamespaceID.from("minecraft:gray_carpet"), (short) 7877, 0.1, 0.1, false, false, false), - LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", (short) 7878, 0.1, 0.1, false, true, null, true), + LIGHT_GRAY_CARPET(NamespaceID.from("minecraft:light_gray_carpet"), (short) 7878, 0.1, 0.1, false, false, false), - CYAN_CARPET("minecraft:cyan_carpet", (short) 7879, 0.1, 0.1, false, true, null, true), + CYAN_CARPET(NamespaceID.from("minecraft:cyan_carpet"), (short) 7879, 0.1, 0.1, false, false, false), - PURPLE_CARPET("minecraft:purple_carpet", (short) 7880, 0.1, 0.1, false, true, null, true), + PURPLE_CARPET(NamespaceID.from("minecraft:purple_carpet"), (short) 7880, 0.1, 0.1, false, false, false), - BLUE_CARPET("minecraft:blue_carpet", (short) 7881, 0.1, 0.1, false, true, null, true), + BLUE_CARPET(NamespaceID.from("minecraft:blue_carpet"), (short) 7881, 0.1, 0.1, false, false, false), - BROWN_CARPET("minecraft:brown_carpet", (short) 7882, 0.1, 0.1, false, true, null, true), + BROWN_CARPET(NamespaceID.from("minecraft:brown_carpet"), (short) 7882, 0.1, 0.1, false, false, false), - GREEN_CARPET("minecraft:green_carpet", (short) 7883, 0.1, 0.1, false, true, null, true), + GREEN_CARPET(NamespaceID.from("minecraft:green_carpet"), (short) 7883, 0.1, 0.1, false, false, false), - RED_CARPET("minecraft:red_carpet", (short) 7884, 0.1, 0.1, false, true, null, true), + RED_CARPET(NamespaceID.from("minecraft:red_carpet"), (short) 7884, 0.1, 0.1, false, false, false), - BLACK_CARPET("minecraft:black_carpet", (short) 7885, 0.1, 0.1, false, true, null, true), + BLACK_CARPET(NamespaceID.from("minecraft:black_carpet"), (short) 7885, 0.1, 0.1, false, false, false), - TERRACOTTA("minecraft:terracotta", (short) 7886, 1.25, 4.2, false, true, null, true), + TERRACOTTA(NamespaceID.from("minecraft:terracotta"), (short) 7886, 1.25, 4.2, false, true, false), - COAL_BLOCK("minecraft:coal_block", (short) 7887, 5.0, 6.0, false, true, null, true), + COAL_BLOCK(NamespaceID.from("minecraft:coal_block"), (short) 7887, 5.0, 6.0, false, true, false), - PACKED_ICE("minecraft:packed_ice", (short) 7888, 0.5, 0.5, false, true, null, true), + PACKED_ICE(NamespaceID.from("minecraft:packed_ice"), (short) 7888, 0.5, 0.5, false, true, false), - SUNFLOWER("minecraft:sunflower", (short) 7890, 0.0, 0.0, false, false, null, false), + SUNFLOWER(NamespaceID.from("minecraft:sunflower"), (short) 7890, 0.0, 0.0, false, false, false), - LILAC("minecraft:lilac", (short) 7892, 0.0, 0.0, false, false, null, false), + LILAC(NamespaceID.from("minecraft:lilac"), (short) 7892, 0.0, 0.0, false, false, false), - ROSE_BUSH("minecraft:rose_bush", (short) 7894, 0.0, 0.0, false, false, null, false), + ROSE_BUSH(NamespaceID.from("minecraft:rose_bush"), (short) 7894, 0.0, 0.0, false, false, false), - PEONY("minecraft:peony", (short) 7896, 0.0, 0.0, false, false, null, false), + PEONY(NamespaceID.from("minecraft:peony"), (short) 7896, 0.0, 0.0, false, false, false), - TALL_GRASS("minecraft:tall_grass", (short) 7898, 0.0, 0.0, false, false, null, false), + TALL_GRASS(NamespaceID.from("minecraft:tall_grass"), (short) 7898, 0.0, 0.0, false, false, false), - LARGE_FERN("minecraft:large_fern", (short) 7900, 0.0, 0.0, false, false, null, false), + LARGE_FERN(NamespaceID.from("minecraft:large_fern"), (short) 7900, 0.0, 0.0, false, false, false), - WHITE_BANNER("minecraft:white_banner", (short) 7901, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + WHITE_BANNER(NamespaceID.from("minecraft:white_banner"), (short) 7901, 1.0, 1.0, false, true, true), - ORANGE_BANNER("minecraft:orange_banner", (short) 7917, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + ORANGE_BANNER(NamespaceID.from("minecraft:orange_banner"), (short) 7917, 1.0, 1.0, false, true, true), - MAGENTA_BANNER("minecraft:magenta_banner", (short) 7933, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + MAGENTA_BANNER(NamespaceID.from("minecraft:magenta_banner"), (short) 7933, 1.0, 1.0, false, true, true), - LIGHT_BLUE_BANNER("minecraft:light_blue_banner", (short) 7949, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_BLUE_BANNER(NamespaceID.from("minecraft:light_blue_banner"), (short) 7949, 1.0, 1.0, false, true, true), - YELLOW_BANNER("minecraft:yellow_banner", (short) 7965, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + YELLOW_BANNER(NamespaceID.from("minecraft:yellow_banner"), (short) 7965, 1.0, 1.0, false, true, true), - LIME_BANNER("minecraft:lime_banner", (short) 7981, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIME_BANNER(NamespaceID.from("minecraft:lime_banner"), (short) 7981, 1.0, 1.0, false, true, true), - PINK_BANNER("minecraft:pink_banner", (short) 7997, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PINK_BANNER(NamespaceID.from("minecraft:pink_banner"), (short) 7997, 1.0, 1.0, false, true, true), - GRAY_BANNER("minecraft:gray_banner", (short) 8013, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GRAY_BANNER(NamespaceID.from("minecraft:gray_banner"), (short) 8013, 1.0, 1.0, false, true, true), - LIGHT_GRAY_BANNER("minecraft:light_gray_banner", (short) 8029, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_GRAY_BANNER(NamespaceID.from("minecraft:light_gray_banner"), (short) 8029, 1.0, 1.0, false, true, true), - CYAN_BANNER("minecraft:cyan_banner", (short) 8045, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + CYAN_BANNER(NamespaceID.from("minecraft:cyan_banner"), (short) 8045, 1.0, 1.0, false, true, true), - PURPLE_BANNER("minecraft:purple_banner", (short) 8061, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PURPLE_BANNER(NamespaceID.from("minecraft:purple_banner"), (short) 8061, 1.0, 1.0, false, true, true), - BLUE_BANNER("minecraft:blue_banner", (short) 8077, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLUE_BANNER(NamespaceID.from("minecraft:blue_banner"), (short) 8077, 1.0, 1.0, false, true, true), - BROWN_BANNER("minecraft:brown_banner", (short) 8093, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BROWN_BANNER(NamespaceID.from("minecraft:brown_banner"), (short) 8093, 1.0, 1.0, false, true, true), - GREEN_BANNER("minecraft:green_banner", (short) 8109, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GREEN_BANNER(NamespaceID.from("minecraft:green_banner"), (short) 8109, 1.0, 1.0, false, true, true), - RED_BANNER("minecraft:red_banner", (short) 8125, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + RED_BANNER(NamespaceID.from("minecraft:red_banner"), (short) 8125, 1.0, 1.0, false, true, true), - BLACK_BANNER("minecraft:black_banner", (short) 8141, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLACK_BANNER(NamespaceID.from("minecraft:black_banner"), (short) 8141, 1.0, 1.0, false, true, true), - WHITE_WALL_BANNER("minecraft:white_wall_banner", (short) 8157, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + WHITE_WALL_BANNER(NamespaceID.from("minecraft:white_wall_banner"), (short) 8157, 1.0, 1.0, false, true, true), - ORANGE_WALL_BANNER("minecraft:orange_wall_banner", (short) 8161, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + ORANGE_WALL_BANNER(NamespaceID.from("minecraft:orange_wall_banner"), (short) 8161, 1.0, 1.0, false, true, true), - MAGENTA_WALL_BANNER("minecraft:magenta_wall_banner", (short) 8165, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + MAGENTA_WALL_BANNER(NamespaceID.from("minecraft:magenta_wall_banner"), (short) 8165, 1.0, 1.0, false, true, true), - LIGHT_BLUE_WALL_BANNER("minecraft:light_blue_wall_banner", (short) 8169, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_BLUE_WALL_BANNER(NamespaceID.from("minecraft:light_blue_wall_banner"), (short) 8169, 1.0, 1.0, false, true, true), - YELLOW_WALL_BANNER("minecraft:yellow_wall_banner", (short) 8173, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + YELLOW_WALL_BANNER(NamespaceID.from("minecraft:yellow_wall_banner"), (short) 8173, 1.0, 1.0, false, true, true), - LIME_WALL_BANNER("minecraft:lime_wall_banner", (short) 8177, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIME_WALL_BANNER(NamespaceID.from("minecraft:lime_wall_banner"), (short) 8177, 1.0, 1.0, false, true, true), - PINK_WALL_BANNER("minecraft:pink_wall_banner", (short) 8181, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PINK_WALL_BANNER(NamespaceID.from("minecraft:pink_wall_banner"), (short) 8181, 1.0, 1.0, false, true, true), - GRAY_WALL_BANNER("minecraft:gray_wall_banner", (short) 8185, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GRAY_WALL_BANNER(NamespaceID.from("minecraft:gray_wall_banner"), (short) 8185, 1.0, 1.0, false, true, true), - LIGHT_GRAY_WALL_BANNER("minecraft:light_gray_wall_banner", (short) 8189, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + LIGHT_GRAY_WALL_BANNER(NamespaceID.from("minecraft:light_gray_wall_banner"), (short) 8189, 1.0, 1.0, false, true, true), - CYAN_WALL_BANNER("minecraft:cyan_wall_banner", (short) 8193, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + CYAN_WALL_BANNER(NamespaceID.from("minecraft:cyan_wall_banner"), (short) 8193, 1.0, 1.0, false, true, true), - PURPLE_WALL_BANNER("minecraft:purple_wall_banner", (short) 8197, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + PURPLE_WALL_BANNER(NamespaceID.from("minecraft:purple_wall_banner"), (short) 8197, 1.0, 1.0, false, true, true), - BLUE_WALL_BANNER("minecraft:blue_wall_banner", (short) 8201, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLUE_WALL_BANNER(NamespaceID.from("minecraft:blue_wall_banner"), (short) 8201, 1.0, 1.0, false, true, true), - BROWN_WALL_BANNER("minecraft:brown_wall_banner", (short) 8205, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BROWN_WALL_BANNER(NamespaceID.from("minecraft:brown_wall_banner"), (short) 8205, 1.0, 1.0, false, true, true), - GREEN_WALL_BANNER("minecraft:green_wall_banner", (short) 8209, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + GREEN_WALL_BANNER(NamespaceID.from("minecraft:green_wall_banner"), (short) 8209, 1.0, 1.0, false, true, true), - RED_WALL_BANNER("minecraft:red_wall_banner", (short) 8213, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + RED_WALL_BANNER(NamespaceID.from("minecraft:red_wall_banner"), (short) 8213, 1.0, 1.0, false, true, true), - BLACK_WALL_BANNER("minecraft:black_wall_banner", (short) 8217, 1.0, 1.0, false, false, NamespaceID.from("minecraft:banner"), false), + BLACK_WALL_BANNER(NamespaceID.from("minecraft:black_wall_banner"), (short) 8217, 1.0, 1.0, false, true, true), - RED_SANDSTONE("minecraft:red_sandstone", (short) 8221, 0.8, 0.8, false, true, null, true), + RED_SANDSTONE(NamespaceID.from("minecraft:red_sandstone"), (short) 8221, 0.8, 0.8, false, true, false), - CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", (short) 8222, 0.8, 0.8, false, true, null, true), + CHISELED_RED_SANDSTONE(NamespaceID.from("minecraft:chiseled_red_sandstone"), (short) 8222, 0.8, 0.8, false, true, false), - CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", (short) 8223, 0.8, 0.8, false, true, null, true), + CUT_RED_SANDSTONE(NamespaceID.from("minecraft:cut_red_sandstone"), (short) 8223, 0.8, 0.8, false, true, false), - RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", (short) 8235, 0.0, 0.0, false, true, null, false), + RED_SANDSTONE_STAIRS(NamespaceID.from("minecraft:red_sandstone_stairs"), (short) 8235, 0.8, 0.8, false, true, false), - OAK_SLAB("minecraft:oak_slab", (short) 8307, 2.0, 3.0, false, true, null, false), + OAK_SLAB(NamespaceID.from("minecraft:oak_slab"), (short) 8307, 2.0, 3.0, false, true, false), - SPRUCE_SLAB("minecraft:spruce_slab", (short) 8313, 2.0, 3.0, false, true, null, false), + SPRUCE_SLAB(NamespaceID.from("minecraft:spruce_slab"), (short) 8313, 2.0, 3.0, false, true, false), - BIRCH_SLAB("minecraft:birch_slab", (short) 8319, 2.0, 3.0, false, true, null, false), + BIRCH_SLAB(NamespaceID.from("minecraft:birch_slab"), (short) 8319, 2.0, 3.0, false, true, false), - JUNGLE_SLAB("minecraft:jungle_slab", (short) 8325, 2.0, 3.0, false, true, null, false), + JUNGLE_SLAB(NamespaceID.from("minecraft:jungle_slab"), (short) 8325, 2.0, 3.0, false, true, false), - ACACIA_SLAB("minecraft:acacia_slab", (short) 8331, 2.0, 3.0, false, true, null, false), + ACACIA_SLAB(NamespaceID.from("minecraft:acacia_slab"), (short) 8331, 2.0, 3.0, false, true, false), - DARK_OAK_SLAB("minecraft:dark_oak_slab", (short) 8337, 2.0, 3.0, false, true, null, false), + DARK_OAK_SLAB(NamespaceID.from("minecraft:dark_oak_slab"), (short) 8337, 2.0, 3.0, false, true, false), - STONE_SLAB("minecraft:stone_slab", (short) 8343, 2.0, 6.0, false, true, null, false), + STONE_SLAB(NamespaceID.from("minecraft:stone_slab"), (short) 8343, 2.0, 6.0, false, true, false), - SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", (short) 8349, 2.0, 6.0, false, true, null, false), + SMOOTH_STONE_SLAB(NamespaceID.from("minecraft:smooth_stone_slab"), (short) 8349, 2.0, 6.0, false, true, false), - SANDSTONE_SLAB("minecraft:sandstone_slab", (short) 8355, 2.0, 6.0, false, true, null, false), + SANDSTONE_SLAB(NamespaceID.from("minecraft:sandstone_slab"), (short) 8355, 2.0, 6.0, false, true, false), - CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", (short) 8361, 2.0, 6.0, false, true, null, false), + CUT_SANDSTONE_SLAB(NamespaceID.from("minecraft:cut_sandstone_slab"), (short) 8361, 2.0, 6.0, false, true, false), - PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", (short) 8367, 2.0, 6.0, false, true, null, false), + PETRIFIED_OAK_SLAB(NamespaceID.from("minecraft:petrified_oak_slab"), (short) 8367, 2.0, 6.0, false, true, false), - COBBLESTONE_SLAB("minecraft:cobblestone_slab", (short) 8373, 2.0, 6.0, false, true, null, false), + COBBLESTONE_SLAB(NamespaceID.from("minecraft:cobblestone_slab"), (short) 8373, 2.0, 6.0, false, true, false), - BRICK_SLAB("minecraft:brick_slab", (short) 8379, 2.0, 6.0, false, true, null, false), + BRICK_SLAB(NamespaceID.from("minecraft:brick_slab"), (short) 8379, 2.0, 6.0, false, true, false), - STONE_BRICK_SLAB("minecraft:stone_brick_slab", (short) 8385, 2.0, 6.0, false, true, null, false), + STONE_BRICK_SLAB(NamespaceID.from("minecraft:stone_brick_slab"), (short) 8385, 2.0, 6.0, false, true, false), - NETHER_BRICK_SLAB("minecraft:nether_brick_slab", (short) 8391, 2.0, 6.0, false, true, null, false), + NETHER_BRICK_SLAB(NamespaceID.from("minecraft:nether_brick_slab"), (short) 8391, 2.0, 6.0, false, true, false), - QUARTZ_SLAB("minecraft:quartz_slab", (short) 8397, 2.0, 6.0, false, true, null, false), + QUARTZ_SLAB(NamespaceID.from("minecraft:quartz_slab"), (short) 8397, 2.0, 6.0, false, true, false), - RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", (short) 8403, 2.0, 6.0, false, true, null, false), + RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:red_sandstone_slab"), (short) 8403, 2.0, 6.0, false, true, false), - CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", (short) 8409, 2.0, 6.0, false, true, null, false), + CUT_RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:cut_red_sandstone_slab"), (short) 8409, 2.0, 6.0, false, true, false), - PURPUR_SLAB("minecraft:purpur_slab", (short) 8415, 2.0, 6.0, false, true, null, false), + PURPUR_SLAB(NamespaceID.from("minecraft:purpur_slab"), (short) 8415, 2.0, 6.0, false, true, false), - SMOOTH_STONE("minecraft:smooth_stone", (short) 8418, 2.0, 6.0, false, true, null, true), + SMOOTH_STONE(NamespaceID.from("minecraft:smooth_stone"), (short) 8418, 2.0, 6.0, false, true, false), - SMOOTH_SANDSTONE("minecraft:smooth_sandstone", (short) 8419, 2.0, 6.0, false, true, null, true), + SMOOTH_SANDSTONE(NamespaceID.from("minecraft:smooth_sandstone"), (short) 8419, 2.0, 6.0, false, true, false), - SMOOTH_QUARTZ("minecraft:smooth_quartz", (short) 8420, 2.0, 6.0, false, true, null, true), + SMOOTH_QUARTZ(NamespaceID.from("minecraft:smooth_quartz"), (short) 8420, 2.0, 6.0, false, true, false), - SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", (short) 8421, 2.0, 6.0, false, true, null, true), + SMOOTH_RED_SANDSTONE(NamespaceID.from("minecraft:smooth_red_sandstone"), (short) 8421, 2.0, 6.0, false, true, false), - SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", (short) 8429, 2.0, 3.0, false, true, null, false), + SPRUCE_FENCE_GATE(NamespaceID.from("minecraft:spruce_fence_gate"), (short) 8429, 2.0, 3.0, false, true, false), - BIRCH_FENCE_GATE("minecraft:birch_fence_gate", (short) 8461, 2.0, 3.0, false, true, null, false), + BIRCH_FENCE_GATE(NamespaceID.from("minecraft:birch_fence_gate"), (short) 8461, 2.0, 3.0, false, true, false), - JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", (short) 8493, 2.0, 3.0, false, true, null, false), + JUNGLE_FENCE_GATE(NamespaceID.from("minecraft:jungle_fence_gate"), (short) 8493, 2.0, 3.0, false, true, false), - ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", (short) 8525, 2.0, 3.0, false, true, null, false), + ACACIA_FENCE_GATE(NamespaceID.from("minecraft:acacia_fence_gate"), (short) 8525, 2.0, 3.0, false, true, false), - DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", (short) 8557, 2.0, 3.0, false, true, null, false), + DARK_OAK_FENCE_GATE(NamespaceID.from("minecraft:dark_oak_fence_gate"), (short) 8557, 2.0, 3.0, false, true, false), - SPRUCE_FENCE("minecraft:spruce_fence", (short) 8613, 2.0, 3.0, false, true, null, false), + SPRUCE_FENCE(NamespaceID.from("minecraft:spruce_fence"), (short) 8613, 2.0, 3.0, false, true, false), - BIRCH_FENCE("minecraft:birch_fence", (short) 8645, 2.0, 3.0, false, true, null, false), + BIRCH_FENCE(NamespaceID.from("minecraft:birch_fence"), (short) 8645, 2.0, 3.0, false, true, false), - JUNGLE_FENCE("minecraft:jungle_fence", (short) 8677, 2.0, 3.0, false, true, null, false), + JUNGLE_FENCE(NamespaceID.from("minecraft:jungle_fence"), (short) 8677, 2.0, 3.0, false, true, false), - ACACIA_FENCE("minecraft:acacia_fence", (short) 8709, 2.0, 3.0, false, true, null, false), + ACACIA_FENCE(NamespaceID.from("minecraft:acacia_fence"), (short) 8709, 2.0, 3.0, false, true, false), - DARK_OAK_FENCE("minecraft:dark_oak_fence", (short) 8741, 2.0, 3.0, false, true, null, false), + DARK_OAK_FENCE(NamespaceID.from("minecraft:dark_oak_fence"), (short) 8741, 2.0, 3.0, false, true, false), - SPRUCE_DOOR("minecraft:spruce_door", (short) 8753, 3.0, 3.0, false, true, null, false), + SPRUCE_DOOR(NamespaceID.from("minecraft:spruce_door"), (short) 8753, 3.0, 3.0, false, true, false), - BIRCH_DOOR("minecraft:birch_door", (short) 8817, 3.0, 3.0, false, true, null, false), + BIRCH_DOOR(NamespaceID.from("minecraft:birch_door"), (short) 8817, 3.0, 3.0, false, true, false), - JUNGLE_DOOR("minecraft:jungle_door", (short) 8881, 3.0, 3.0, false, true, null, false), + JUNGLE_DOOR(NamespaceID.from("minecraft:jungle_door"), (short) 8881, 3.0, 3.0, false, true, false), - ACACIA_DOOR("minecraft:acacia_door", (short) 8945, 3.0, 3.0, false, true, null, false), + ACACIA_DOOR(NamespaceID.from("minecraft:acacia_door"), (short) 8945, 3.0, 3.0, false, true, false), - DARK_OAK_DOOR("minecraft:dark_oak_door", (short) 9009, 3.0, 3.0, false, true, null, false), + DARK_OAK_DOOR(NamespaceID.from("minecraft:dark_oak_door"), (short) 9009, 3.0, 3.0, false, true, false), - END_ROD("minecraft:end_rod", (short) 9066, 0.0, 0.0, false, true, null, false), + END_ROD(NamespaceID.from("minecraft:end_rod"), (short) 9066, 0.0, 0.0, false, false, false), - CHORUS_PLANT("minecraft:chorus_plant", (short) 9131, 0.4, 0.4, false, true, null, false), + CHORUS_PLANT(NamespaceID.from("minecraft:chorus_plant"), (short) 9131, 0.4, 0.4, false, false, false), - CHORUS_FLOWER("minecraft:chorus_flower", (short) 9132, 0.4, 0.4, false, true, null, false), + CHORUS_FLOWER(NamespaceID.from("minecraft:chorus_flower"), (short) 9132, 0.4, 0.4, false, false, false), - PURPUR_BLOCK("minecraft:purpur_block", (short) 9138, 1.5, 6.0, false, true, null, true), + PURPUR_BLOCK(NamespaceID.from("minecraft:purpur_block"), (short) 9138, 1.5, 6.0, false, true, false), - PURPUR_PILLAR("minecraft:purpur_pillar", (short) 9140, 1.5, 6.0, false, true, null, false), + PURPUR_PILLAR(NamespaceID.from("minecraft:purpur_pillar"), (short) 9140, 1.5, 6.0, false, true, false), - PURPUR_STAIRS("minecraft:purpur_stairs", (short) 9153, 0.0, 0.0, false, true, null, false), + PURPUR_STAIRS(NamespaceID.from("minecraft:purpur_stairs"), (short) 9153, 1.5, 6.0, false, true, false), - END_STONE_BRICKS("minecraft:end_stone_bricks", (short) 9222, 3.0, 9.0, false, true, null, true), + END_STONE_BRICKS(NamespaceID.from("minecraft:end_stone_bricks"), (short) 9222, 3.0, 9.0, false, true, false), - BEETROOTS("minecraft:beetroots", (short) 9223, 0.0, 0.0, false, false, null, false), + BEETROOTS(NamespaceID.from("minecraft:beetroots"), (short) 9223, 0.0, 0.0, false, false, false), - GRASS_PATH("minecraft:grass_path", (short) 9227, 0.65, 0.65, false, true, null, true), + GRASS_PATH(NamespaceID.from("minecraft:grass_path"), (short) 9227, 0.65, 0.65, false, true, false), - END_GATEWAY("minecraft:end_gateway", (short) 9228, 0.0, 3600000.0, false, false, NamespaceID.from("minecraft:end_gateway"), true), + END_GATEWAY(NamespaceID.from("minecraft:end_gateway"), (short) 9228, -1.0, 3600000.0, false, false, true), - REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", (short) 9235, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + REPEATING_COMMAND_BLOCK(NamespaceID.from("minecraft:repeating_command_block"), (short) 9235, -1.0, 3600000.0, false, true, true), - CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", (short) 9247, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:command_block"), false), + CHAIN_COMMAND_BLOCK(NamespaceID.from("minecraft:chain_command_block"), (short) 9247, -1.0, 3600000.0, false, true, true), - FROSTED_ICE("minecraft:frosted_ice", (short) 9253, 0.5, 0.5, false, true, null, false), + FROSTED_ICE(NamespaceID.from("minecraft:frosted_ice"), (short) 9253, 0.5, 0.5, false, true, false), - MAGMA_BLOCK("minecraft:magma_block", (short) 9257, 0.5, 0.5, false, true, null, true), + MAGMA_BLOCK(NamespaceID.from("minecraft:magma_block"), (short) 9257, 0.5, 0.5, false, true, false), - NETHER_WART_BLOCK("minecraft:nether_wart_block", (short) 9258, 1.0, 1.0, false, true, null, true), + NETHER_WART_BLOCK(NamespaceID.from("minecraft:nether_wart_block"), (short) 9258, 1.0, 1.0, false, true, false), - RED_NETHER_BRICKS("minecraft:red_nether_bricks", (short) 9259, 2.0, 6.0, false, true, null, true), + RED_NETHER_BRICKS(NamespaceID.from("minecraft:red_nether_bricks"), (short) 9259, 2.0, 6.0, false, true, false), - BONE_BLOCK("minecraft:bone_block", (short) 9261, 2.0, 2.0, false, true, null, false), + BONE_BLOCK(NamespaceID.from("minecraft:bone_block"), (short) 9261, 2.0, 2.0, false, true, false), - STRUCTURE_VOID("minecraft:structure_void", (short) 9263, 0.0, 0.0, false, false, null, true), + STRUCTURE_VOID(NamespaceID.from("minecraft:structure_void"), (short) 9263, 0.0, 0.0, false, false, false), - OBSERVER("minecraft:observer", (short) 9269, 3.0, 3.0, false, true, null, false), + OBSERVER(NamespaceID.from("minecraft:observer"), (short) 9269, 3.0, 3.0, false, true, false), - SHULKER_BOX("minecraft:shulker_box", (short) 9280, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + SHULKER_BOX(NamespaceID.from("minecraft:shulker_box"), (short) 9280, 2.0, 2.0, false, true, true), - WHITE_SHULKER_BOX("minecraft:white_shulker_box", (short) 9286, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + WHITE_SHULKER_BOX(NamespaceID.from("minecraft:white_shulker_box"), (short) 9286, 2.0, 2.0, false, true, true), - ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", (short) 9292, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + ORANGE_SHULKER_BOX(NamespaceID.from("minecraft:orange_shulker_box"), (short) 9292, 2.0, 2.0, false, true, true), - MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", (short) 9298, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + MAGENTA_SHULKER_BOX(NamespaceID.from("minecraft:magenta_shulker_box"), (short) 9298, 2.0, 2.0, false, true, true), - LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", (short) 9304, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIGHT_BLUE_SHULKER_BOX(NamespaceID.from("minecraft:light_blue_shulker_box"), (short) 9304, 2.0, 2.0, false, true, true), - YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", (short) 9310, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + YELLOW_SHULKER_BOX(NamespaceID.from("minecraft:yellow_shulker_box"), (short) 9310, 2.0, 2.0, false, true, true), - LIME_SHULKER_BOX("minecraft:lime_shulker_box", (short) 9316, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIME_SHULKER_BOX(NamespaceID.from("minecraft:lime_shulker_box"), (short) 9316, 2.0, 2.0, false, true, true), - PINK_SHULKER_BOX("minecraft:pink_shulker_box", (short) 9322, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + PINK_SHULKER_BOX(NamespaceID.from("minecraft:pink_shulker_box"), (short) 9322, 2.0, 2.0, false, true, true), - GRAY_SHULKER_BOX("minecraft:gray_shulker_box", (short) 9328, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + GRAY_SHULKER_BOX(NamespaceID.from("minecraft:gray_shulker_box"), (short) 9328, 2.0, 2.0, false, true, true), - LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", (short) 9334, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + LIGHT_GRAY_SHULKER_BOX(NamespaceID.from("minecraft:light_gray_shulker_box"), (short) 9334, 2.0, 2.0, false, true, true), - CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", (short) 9340, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + CYAN_SHULKER_BOX(NamespaceID.from("minecraft:cyan_shulker_box"), (short) 9340, 2.0, 2.0, false, true, true), - PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", (short) 9346, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + PURPLE_SHULKER_BOX(NamespaceID.from("minecraft:purple_shulker_box"), (short) 9346, 2.0, 2.0, false, true, true), - BLUE_SHULKER_BOX("minecraft:blue_shulker_box", (short) 9352, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BLUE_SHULKER_BOX(NamespaceID.from("minecraft:blue_shulker_box"), (short) 9352, 2.0, 2.0, false, true, true), - BROWN_SHULKER_BOX("minecraft:brown_shulker_box", (short) 9358, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BROWN_SHULKER_BOX(NamespaceID.from("minecraft:brown_shulker_box"), (short) 9358, 2.0, 2.0, false, true, true), - GREEN_SHULKER_BOX("minecraft:green_shulker_box", (short) 9364, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + GREEN_SHULKER_BOX(NamespaceID.from("minecraft:green_shulker_box"), (short) 9364, 2.0, 2.0, false, true, true), - RED_SHULKER_BOX("minecraft:red_shulker_box", (short) 9370, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + RED_SHULKER_BOX(NamespaceID.from("minecraft:red_shulker_box"), (short) 9370, 2.0, 2.0, false, true, true), - BLACK_SHULKER_BOX("minecraft:black_shulker_box", (short) 9376, 2.0, 2.0, false, true, NamespaceID.from("minecraft:shulker_box"), false), + BLACK_SHULKER_BOX(NamespaceID.from("minecraft:black_shulker_box"), (short) 9376, 2.0, 2.0, false, true, true), - WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", (short) 9378, 1.4, 1.4, false, true, null, false), + WHITE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:white_glazed_terracotta"), (short) 9378, 1.4, 1.4, false, true, false), - ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", (short) 9382, 1.4, 1.4, false, true, null, false), + ORANGE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:orange_glazed_terracotta"), (short) 9382, 1.4, 1.4, false, true, false), - MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", (short) 9386, 1.4, 1.4, false, true, null, false), + MAGENTA_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:magenta_glazed_terracotta"), (short) 9386, 1.4, 1.4, false, true, false), - LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", (short) 9390, 1.4, 1.4, false, true, null, false), + LIGHT_BLUE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:light_blue_glazed_terracotta"), (short) 9390, 1.4, 1.4, false, true, false), - YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", (short) 9394, 1.4, 1.4, false, true, null, false), + YELLOW_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:yellow_glazed_terracotta"), (short) 9394, 1.4, 1.4, false, true, false), - LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", (short) 9398, 1.4, 1.4, false, true, null, false), + LIME_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:lime_glazed_terracotta"), (short) 9398, 1.4, 1.4, false, true, false), - PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", (short) 9402, 1.4, 1.4, false, true, null, false), + PINK_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:pink_glazed_terracotta"), (short) 9402, 1.4, 1.4, false, true, false), - GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", (short) 9406, 1.4, 1.4, false, true, null, false), + GRAY_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:gray_glazed_terracotta"), (short) 9406, 1.4, 1.4, false, true, false), - LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", (short) 9410, 1.4, 1.4, false, true, null, false), + LIGHT_GRAY_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:light_gray_glazed_terracotta"), (short) 9410, 1.4, 1.4, false, true, false), - CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", (short) 9414, 1.4, 1.4, false, true, null, false), + CYAN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:cyan_glazed_terracotta"), (short) 9414, 1.4, 1.4, false, true, false), - PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", (short) 9418, 1.4, 1.4, false, true, null, false), + PURPLE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:purple_glazed_terracotta"), (short) 9418, 1.4, 1.4, false, true, false), - BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", (short) 9422, 1.4, 1.4, false, true, null, false), + BLUE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:blue_glazed_terracotta"), (short) 9422, 1.4, 1.4, false, true, false), - BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", (short) 9426, 1.4, 1.4, false, true, null, false), + BROWN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:brown_glazed_terracotta"), (short) 9426, 1.4, 1.4, false, true, false), - GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", (short) 9430, 1.4, 1.4, false, true, null, false), + GREEN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:green_glazed_terracotta"), (short) 9430, 1.4, 1.4, false, true, false), - RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", (short) 9434, 1.4, 1.4, false, true, null, false), + RED_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:red_glazed_terracotta"), (short) 9434, 1.4, 1.4, false, true, false), - BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", (short) 9438, 1.4, 1.4, false, true, null, false), + BLACK_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:black_glazed_terracotta"), (short) 9438, 1.4, 1.4, false, true, false), - WHITE_CONCRETE("minecraft:white_concrete", (short) 9442, 1.8, 1.8, false, true, null, true), + WHITE_CONCRETE(NamespaceID.from("minecraft:white_concrete"), (short) 9442, 1.8, 1.8, false, true, false), - ORANGE_CONCRETE("minecraft:orange_concrete", (short) 9443, 1.8, 1.8, false, true, null, true), + ORANGE_CONCRETE(NamespaceID.from("minecraft:orange_concrete"), (short) 9443, 1.8, 1.8, false, true, false), - MAGENTA_CONCRETE("minecraft:magenta_concrete", (short) 9444, 1.8, 1.8, false, true, null, true), + MAGENTA_CONCRETE(NamespaceID.from("minecraft:magenta_concrete"), (short) 9444, 1.8, 1.8, false, true, false), - LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", (short) 9445, 1.8, 1.8, false, true, null, true), + LIGHT_BLUE_CONCRETE(NamespaceID.from("minecraft:light_blue_concrete"), (short) 9445, 1.8, 1.8, false, true, false), - YELLOW_CONCRETE("minecraft:yellow_concrete", (short) 9446, 1.8, 1.8, false, true, null, true), + YELLOW_CONCRETE(NamespaceID.from("minecraft:yellow_concrete"), (short) 9446, 1.8, 1.8, false, true, false), - LIME_CONCRETE("minecraft:lime_concrete", (short) 9447, 1.8, 1.8, false, true, null, true), + LIME_CONCRETE(NamespaceID.from("minecraft:lime_concrete"), (short) 9447, 1.8, 1.8, false, true, false), - PINK_CONCRETE("minecraft:pink_concrete", (short) 9448, 1.8, 1.8, false, true, null, true), + PINK_CONCRETE(NamespaceID.from("minecraft:pink_concrete"), (short) 9448, 1.8, 1.8, false, true, false), - GRAY_CONCRETE("minecraft:gray_concrete", (short) 9449, 1.8, 1.8, false, true, null, true), + GRAY_CONCRETE(NamespaceID.from("minecraft:gray_concrete"), (short) 9449, 1.8, 1.8, false, true, false), - LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", (short) 9450, 1.8, 1.8, false, true, null, true), + LIGHT_GRAY_CONCRETE(NamespaceID.from("minecraft:light_gray_concrete"), (short) 9450, 1.8, 1.8, false, true, false), - CYAN_CONCRETE("minecraft:cyan_concrete", (short) 9451, 1.8, 1.8, false, true, null, true), + CYAN_CONCRETE(NamespaceID.from("minecraft:cyan_concrete"), (short) 9451, 1.8, 1.8, false, true, false), - PURPLE_CONCRETE("minecraft:purple_concrete", (short) 9452, 1.8, 1.8, false, true, null, true), + PURPLE_CONCRETE(NamespaceID.from("minecraft:purple_concrete"), (short) 9452, 1.8, 1.8, false, true, false), - BLUE_CONCRETE("minecraft:blue_concrete", (short) 9453, 1.8, 1.8, false, true, null, true), + BLUE_CONCRETE(NamespaceID.from("minecraft:blue_concrete"), (short) 9453, 1.8, 1.8, false, true, false), - BROWN_CONCRETE("minecraft:brown_concrete", (short) 9454, 1.8, 1.8, false, true, null, true), + BROWN_CONCRETE(NamespaceID.from("minecraft:brown_concrete"), (short) 9454, 1.8, 1.8, false, true, false), - GREEN_CONCRETE("minecraft:green_concrete", (short) 9455, 1.8, 1.8, false, true, null, true), + GREEN_CONCRETE(NamespaceID.from("minecraft:green_concrete"), (short) 9455, 1.8, 1.8, false, true, false), - RED_CONCRETE("minecraft:red_concrete", (short) 9456, 1.8, 1.8, false, true, null, true), + RED_CONCRETE(NamespaceID.from("minecraft:red_concrete"), (short) 9456, 1.8, 1.8, false, true, false), - BLACK_CONCRETE("minecraft:black_concrete", (short) 9457, 1.8, 1.8, false, true, null, true), + BLACK_CONCRETE(NamespaceID.from("minecraft:black_concrete"), (short) 9457, 1.8, 1.8, false, true, false), - WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", (short) 9458, 0.5, 0.5, false, true, null, true), + WHITE_CONCRETE_POWDER(NamespaceID.from("minecraft:white_concrete_powder"), (short) 9458, 0.5, 0.5, false, true, false), - ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", (short) 9459, 0.5, 0.5, false, true, null, true), + ORANGE_CONCRETE_POWDER(NamespaceID.from("minecraft:orange_concrete_powder"), (short) 9459, 0.5, 0.5, false, true, false), - MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", (short) 9460, 0.5, 0.5, false, true, null, true), + MAGENTA_CONCRETE_POWDER(NamespaceID.from("minecraft:magenta_concrete_powder"), (short) 9460, 0.5, 0.5, false, true, false), - LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", (short) 9461, 0.5, 0.5, false, true, null, true), + LIGHT_BLUE_CONCRETE_POWDER(NamespaceID.from("minecraft:light_blue_concrete_powder"), (short) 9461, 0.5, 0.5, false, true, false), - YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", (short) 9462, 0.5, 0.5, false, true, null, true), + YELLOW_CONCRETE_POWDER(NamespaceID.from("minecraft:yellow_concrete_powder"), (short) 9462, 0.5, 0.5, false, true, false), - LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", (short) 9463, 0.5, 0.5, false, true, null, true), + LIME_CONCRETE_POWDER(NamespaceID.from("minecraft:lime_concrete_powder"), (short) 9463, 0.5, 0.5, false, true, false), - PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", (short) 9464, 0.5, 0.5, false, true, null, true), + PINK_CONCRETE_POWDER(NamespaceID.from("minecraft:pink_concrete_powder"), (short) 9464, 0.5, 0.5, false, true, false), - GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", (short) 9465, 0.5, 0.5, false, true, null, true), + GRAY_CONCRETE_POWDER(NamespaceID.from("minecraft:gray_concrete_powder"), (short) 9465, 0.5, 0.5, false, true, false), - LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", (short) 9466, 0.5, 0.5, false, true, null, true), + LIGHT_GRAY_CONCRETE_POWDER(NamespaceID.from("minecraft:light_gray_concrete_powder"), (short) 9466, 0.5, 0.5, false, true, false), - CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", (short) 9467, 0.5, 0.5, false, true, null, true), + CYAN_CONCRETE_POWDER(NamespaceID.from("minecraft:cyan_concrete_powder"), (short) 9467, 0.5, 0.5, false, true, false), - PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", (short) 9468, 0.5, 0.5, false, true, null, true), + PURPLE_CONCRETE_POWDER(NamespaceID.from("minecraft:purple_concrete_powder"), (short) 9468, 0.5, 0.5, false, true, false), - BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", (short) 9469, 0.5, 0.5, false, true, null, true), + BLUE_CONCRETE_POWDER(NamespaceID.from("minecraft:blue_concrete_powder"), (short) 9469, 0.5, 0.5, false, true, false), - BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", (short) 9470, 0.5, 0.5, false, true, null, true), + BROWN_CONCRETE_POWDER(NamespaceID.from("minecraft:brown_concrete_powder"), (short) 9470, 0.5, 0.5, false, true, false), - GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", (short) 9471, 0.5, 0.5, false, true, null, true), + GREEN_CONCRETE_POWDER(NamespaceID.from("minecraft:green_concrete_powder"), (short) 9471, 0.5, 0.5, false, true, false), - RED_CONCRETE_POWDER("minecraft:red_concrete_powder", (short) 9472, 0.5, 0.5, false, true, null, true), + RED_CONCRETE_POWDER(NamespaceID.from("minecraft:red_concrete_powder"), (short) 9472, 0.5, 0.5, false, true, false), - BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", (short) 9473, 0.5, 0.5, false, true, null, true), + BLACK_CONCRETE_POWDER(NamespaceID.from("minecraft:black_concrete_powder"), (short) 9473, 0.5, 0.5, false, true, false), - KELP("minecraft:kelp", (short) 9474, 0.0, 0.0, false, false, null, false), + KELP(NamespaceID.from("minecraft:kelp"), (short) 9474, 0.0, 0.0, false, false, false), - KELP_PLANT("minecraft:kelp_plant", (short) 9500, 0.0, 0.0, false, false, null, true), + KELP_PLANT(NamespaceID.from("minecraft:kelp_plant"), (short) 9500, 0.0, 0.0, false, false, false), - DRIED_KELP_BLOCK("minecraft:dried_kelp_block", (short) 9501, 0.5, 2.5, false, true, null, true), + DRIED_KELP_BLOCK(NamespaceID.from("minecraft:dried_kelp_block"), (short) 9501, 0.5, 2.5, false, true, false), - TURTLE_EGG("minecraft:turtle_egg", (short) 9502, 0.5, 0.5, false, true, null, false), + TURTLE_EGG(NamespaceID.from("minecraft:turtle_egg"), (short) 9502, 0.5, 0.5, false, true, false), - DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", (short) 9514, 1.5, 6.0, false, true, null, true), + DEAD_TUBE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_tube_coral_block"), (short) 9514, 1.5, 6.0, false, true, false), - DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", (short) 9515, 1.5, 6.0, false, true, null, true), + DEAD_BRAIN_CORAL_BLOCK(NamespaceID.from("minecraft:dead_brain_coral_block"), (short) 9515, 1.5, 6.0, false, true, false), - DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", (short) 9516, 1.5, 6.0, false, true, null, true), + DEAD_BUBBLE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_bubble_coral_block"), (short) 9516, 1.5, 6.0, false, true, false), - DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", (short) 9517, 1.5, 6.0, false, true, null, true), + DEAD_FIRE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_fire_coral_block"), (short) 9517, 1.5, 6.0, false, true, false), - DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", (short) 9518, 1.5, 6.0, false, true, null, true), + DEAD_HORN_CORAL_BLOCK(NamespaceID.from("minecraft:dead_horn_coral_block"), (short) 9518, 1.5, 6.0, false, true, false), - TUBE_CORAL_BLOCK("minecraft:tube_coral_block", (short) 9519, 1.5, 6.0, false, true, null, true), + TUBE_CORAL_BLOCK(NamespaceID.from("minecraft:tube_coral_block"), (short) 9519, 1.5, 6.0, false, true, false), - BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", (short) 9520, 1.5, 6.0, false, true, null, true), + BRAIN_CORAL_BLOCK(NamespaceID.from("minecraft:brain_coral_block"), (short) 9520, 1.5, 6.0, false, true, false), - BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", (short) 9521, 1.5, 6.0, false, true, null, true), + BUBBLE_CORAL_BLOCK(NamespaceID.from("minecraft:bubble_coral_block"), (short) 9521, 1.5, 6.0, false, true, false), - FIRE_CORAL_BLOCK("minecraft:fire_coral_block", (short) 9522, 1.5, 6.0, false, true, null, true), + FIRE_CORAL_BLOCK(NamespaceID.from("minecraft:fire_coral_block"), (short) 9522, 1.5, 6.0, false, true, false), - HORN_CORAL_BLOCK("minecraft:horn_coral_block", (short) 9523, 1.5, 6.0, false, true, null, true), + HORN_CORAL_BLOCK(NamespaceID.from("minecraft:horn_coral_block"), (short) 9523, 1.5, 6.0, false, true, false), - DEAD_TUBE_CORAL("minecraft:dead_tube_coral", (short) 9524, 0.0, 0.0, false, false, null, false), + DEAD_TUBE_CORAL(NamespaceID.from("minecraft:dead_tube_coral"), (short) 9524, 0.0, 0.0, false, true, false), - DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", (short) 9526, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL(NamespaceID.from("minecraft:dead_brain_coral"), (short) 9526, 0.0, 0.0, false, true, false), - DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", (short) 9528, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL(NamespaceID.from("minecraft:dead_bubble_coral"), (short) 9528, 0.0, 0.0, false, true, false), - DEAD_FIRE_CORAL("minecraft:dead_fire_coral", (short) 9530, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL(NamespaceID.from("minecraft:dead_fire_coral"), (short) 9530, 0.0, 0.0, false, true, false), - DEAD_HORN_CORAL("minecraft:dead_horn_coral", (short) 9532, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL(NamespaceID.from("minecraft:dead_horn_coral"), (short) 9532, 0.0, 0.0, false, true, false), - TUBE_CORAL("minecraft:tube_coral", (short) 9534, 0.0, 0.0, false, false, null, false), + TUBE_CORAL(NamespaceID.from("minecraft:tube_coral"), (short) 9534, 0.0, 0.0, false, false, false), - BRAIN_CORAL("minecraft:brain_coral", (short) 9536, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL(NamespaceID.from("minecraft:brain_coral"), (short) 9536, 0.0, 0.0, false, false, false), - BUBBLE_CORAL("minecraft:bubble_coral", (short) 9538, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL(NamespaceID.from("minecraft:bubble_coral"), (short) 9538, 0.0, 0.0, false, false, false), - FIRE_CORAL("minecraft:fire_coral", (short) 9540, 0.0, 0.0, false, false, null, false), + FIRE_CORAL(NamespaceID.from("minecraft:fire_coral"), (short) 9540, 0.0, 0.0, false, false, false), - HORN_CORAL("minecraft:horn_coral", (short) 9542, 0.0, 0.0, false, false, null, false), + HORN_CORAL(NamespaceID.from("minecraft:horn_coral"), (short) 9542, 0.0, 0.0, false, false, false), - DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", (short) 9544, 0.0, 0.0, false, false, null, false), + DEAD_TUBE_CORAL_FAN(NamespaceID.from("minecraft:dead_tube_coral_fan"), (short) 9544, 0.0, 0.0, false, true, false), - DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", (short) 9546, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL_FAN(NamespaceID.from("minecraft:dead_brain_coral_fan"), (short) 9546, 0.0, 0.0, false, true, false), - DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", (short) 9548, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL_FAN(NamespaceID.from("minecraft:dead_bubble_coral_fan"), (short) 9548, 0.0, 0.0, false, true, false), - DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", (short) 9550, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL_FAN(NamespaceID.from("minecraft:dead_fire_coral_fan"), (short) 9550, 0.0, 0.0, false, true, false), - DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", (short) 9552, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL_FAN(NamespaceID.from("minecraft:dead_horn_coral_fan"), (short) 9552, 0.0, 0.0, false, true, false), - TUBE_CORAL_FAN("minecraft:tube_coral_fan", (short) 9554, 0.0, 0.0, false, false, null, false), + TUBE_CORAL_FAN(NamespaceID.from("minecraft:tube_coral_fan"), (short) 9554, 0.0, 0.0, false, false, false), - BRAIN_CORAL_FAN("minecraft:brain_coral_fan", (short) 9556, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL_FAN(NamespaceID.from("minecraft:brain_coral_fan"), (short) 9556, 0.0, 0.0, false, false, false), - BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", (short) 9558, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL_FAN(NamespaceID.from("minecraft:bubble_coral_fan"), (short) 9558, 0.0, 0.0, false, false, false), - FIRE_CORAL_FAN("minecraft:fire_coral_fan", (short) 9560, 0.0, 0.0, false, false, null, false), + FIRE_CORAL_FAN(NamespaceID.from("minecraft:fire_coral_fan"), (short) 9560, 0.0, 0.0, false, false, false), - HORN_CORAL_FAN("minecraft:horn_coral_fan", (short) 9562, 0.0, 0.0, false, false, null, false), + HORN_CORAL_FAN(NamespaceID.from("minecraft:horn_coral_fan"), (short) 9562, 0.0, 0.0, false, false, false), - DEAD_TUBE_CORAL_WALL_FAN("minecraft:dead_tube_coral_wall_fan", (short) 9564, 0.0, 0.0, false, false, null, false), + DEAD_TUBE_CORAL_WALL_FAN(NamespaceID.from("minecraft:dead_tube_coral_wall_fan"), (short) 9564, 0.0, 0.0, false, true, false), - DEAD_BRAIN_CORAL_WALL_FAN("minecraft:dead_brain_coral_wall_fan", (short) 9572, 0.0, 0.0, false, false, null, false), + DEAD_BRAIN_CORAL_WALL_FAN(NamespaceID.from("minecraft:dead_brain_coral_wall_fan"), (short) 9572, 0.0, 0.0, false, true, false), - DEAD_BUBBLE_CORAL_WALL_FAN("minecraft:dead_bubble_coral_wall_fan", (short) 9580, 0.0, 0.0, false, false, null, false), + DEAD_BUBBLE_CORAL_WALL_FAN(NamespaceID.from("minecraft:dead_bubble_coral_wall_fan"), (short) 9580, 0.0, 0.0, false, true, false), - DEAD_FIRE_CORAL_WALL_FAN("minecraft:dead_fire_coral_wall_fan", (short) 9588, 0.0, 0.0, false, false, null, false), + DEAD_FIRE_CORAL_WALL_FAN(NamespaceID.from("minecraft:dead_fire_coral_wall_fan"), (short) 9588, 0.0, 0.0, false, true, false), - DEAD_HORN_CORAL_WALL_FAN("minecraft:dead_horn_coral_wall_fan", (short) 9596, 0.0, 0.0, false, false, null, false), + DEAD_HORN_CORAL_WALL_FAN(NamespaceID.from("minecraft:dead_horn_coral_wall_fan"), (short) 9596, 0.0, 0.0, false, true, false), - TUBE_CORAL_WALL_FAN("minecraft:tube_coral_wall_fan", (short) 9604, 0.0, 0.0, false, false, null, false), + TUBE_CORAL_WALL_FAN(NamespaceID.from("minecraft:tube_coral_wall_fan"), (short) 9604, 0.0, 0.0, false, false, false), - BRAIN_CORAL_WALL_FAN("minecraft:brain_coral_wall_fan", (short) 9612, 0.0, 0.0, false, false, null, false), + BRAIN_CORAL_WALL_FAN(NamespaceID.from("minecraft:brain_coral_wall_fan"), (short) 9612, 0.0, 0.0, false, false, false), - BUBBLE_CORAL_WALL_FAN("minecraft:bubble_coral_wall_fan", (short) 9620, 0.0, 0.0, false, false, null, false), + BUBBLE_CORAL_WALL_FAN(NamespaceID.from("minecraft:bubble_coral_wall_fan"), (short) 9620, 0.0, 0.0, false, false, false), - FIRE_CORAL_WALL_FAN("minecraft:fire_coral_wall_fan", (short) 9628, 0.0, 0.0, false, false, null, false), + FIRE_CORAL_WALL_FAN(NamespaceID.from("minecraft:fire_coral_wall_fan"), (short) 9628, 0.0, 0.0, false, false, false), - HORN_CORAL_WALL_FAN("minecraft:horn_coral_wall_fan", (short) 9636, 0.0, 0.0, false, false, null, false), + HORN_CORAL_WALL_FAN(NamespaceID.from("minecraft:horn_coral_wall_fan"), (short) 9636, 0.0, 0.0, false, false, false), - SEA_PICKLE("minecraft:sea_pickle", (short) 9644, 0.0, 0.0, false, true, null, false), + SEA_PICKLE(NamespaceID.from("minecraft:sea_pickle"), (short) 9644, 0.0, 0.0, false, false, false), - BLUE_ICE("minecraft:blue_ice", (short) 9652, 2.8, 2.8, false, true, null, true), + BLUE_ICE(NamespaceID.from("minecraft:blue_ice"), (short) 9652, 2.8, 2.8, false, true, false), - CONDUIT("minecraft:conduit", (short) 9653, 3.0, 3.0, false, true, NamespaceID.from("minecraft:conduit"), false), + CONDUIT(NamespaceID.from("minecraft:conduit"), (short) 9653, 3.0, 3.0, false, true, true), - BAMBOO_SAPLING("minecraft:bamboo_sapling", (short) 9655, 1.0, 1.0, false, false, null, true), + BAMBOO_SAPLING(NamespaceID.from("minecraft:bamboo_sapling"), (short) 9655, 1.0, 1.0, false, true, false), - BAMBOO("minecraft:bamboo", (short) 9656, 1.0, 1.0, false, true, null, false), + BAMBOO(NamespaceID.from("minecraft:bamboo"), (short) 9656, 1.0, 1.0, false, true, false), - POTTED_BAMBOO("minecraft:potted_bamboo", (short) 9668, 0.0, 0.0, false, true, null, true), + POTTED_BAMBOO(NamespaceID.from("minecraft:potted_bamboo"), (short) 9668, 0.0, 0.0, false, false, false), - VOID_AIR("minecraft:void_air", (short) 9669, 0.0, 0.0, true, false, null, true), + VOID_AIR(NamespaceID.from("minecraft:void_air"), (short) 9669, 0.0, 0.0, true, false, false), - CAVE_AIR("minecraft:cave_air", (short) 9670, 0.0, 0.0, true, false, null, true), + CAVE_AIR(NamespaceID.from("minecraft:cave_air"), (short) 9670, 0.0, 0.0, true, false, false), - BUBBLE_COLUMN("minecraft:bubble_column", (short) 9671, 0.0, 0.0, false, false, null, false), + BUBBLE_COLUMN(NamespaceID.from("minecraft:bubble_column"), (short) 9671, 0.0, 0.0, false, false, false), - POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", (short) 9684, 0.0, 0.0, false, true, null, false), + POLISHED_GRANITE_STAIRS(NamespaceID.from("minecraft:polished_granite_stairs"), (short) 9684, 1.5, 6.0, false, true, false), - SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", (short) 9764, 0.0, 0.0, false, true, null, false), + SMOOTH_RED_SANDSTONE_STAIRS(NamespaceID.from("minecraft:smooth_red_sandstone_stairs"), (short) 9764, 2.0, 6.0, false, true, false), - MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", (short) 9844, 0.0, 0.0, false, true, null, false), + MOSSY_STONE_BRICK_STAIRS(NamespaceID.from("minecraft:mossy_stone_brick_stairs"), (short) 9844, 1.5, 6.0, false, true, false), - POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", (short) 9924, 0.0, 0.0, false, true, null, false), + POLISHED_DIORITE_STAIRS(NamespaceID.from("minecraft:polished_diorite_stairs"), (short) 9924, 1.5, 6.0, false, true, false), - MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", (short) 10004, 0.0, 0.0, false, true, null, false), + MOSSY_COBBLESTONE_STAIRS(NamespaceID.from("minecraft:mossy_cobblestone_stairs"), (short) 10004, 2.0, 6.0, false, true, false), - END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", (short) 10084, 0.0, 0.0, false, true, null, false), + END_STONE_BRICK_STAIRS(NamespaceID.from("minecraft:end_stone_brick_stairs"), (short) 10084, 3.0, 9.0, false, true, false), - STONE_STAIRS("minecraft:stone_stairs", (short) 10164, 0.0, 0.0, false, true, null, false), + STONE_STAIRS(NamespaceID.from("minecraft:stone_stairs"), (short) 10164, 1.5, 6.0, false, true, false), - SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", (short) 10244, 0.0, 0.0, false, true, null, false), + SMOOTH_SANDSTONE_STAIRS(NamespaceID.from("minecraft:smooth_sandstone_stairs"), (short) 10244, 2.0, 6.0, false, true, false), - SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", (short) 10324, 0.0, 0.0, false, true, null, false), + SMOOTH_QUARTZ_STAIRS(NamespaceID.from("minecraft:smooth_quartz_stairs"), (short) 10324, 2.0, 6.0, false, true, false), - GRANITE_STAIRS("minecraft:granite_stairs", (short) 10404, 0.0, 0.0, false, true, null, false), + GRANITE_STAIRS(NamespaceID.from("minecraft:granite_stairs"), (short) 10404, 1.5, 6.0, false, true, false), - ANDESITE_STAIRS("minecraft:andesite_stairs", (short) 10484, 0.0, 0.0, false, true, null, false), + ANDESITE_STAIRS(NamespaceID.from("minecraft:andesite_stairs"), (short) 10484, 1.5, 6.0, false, true, false), - RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", (short) 10564, 0.0, 0.0, false, true, null, false), + RED_NETHER_BRICK_STAIRS(NamespaceID.from("minecraft:red_nether_brick_stairs"), (short) 10564, 2.0, 6.0, false, true, false), - POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", (short) 10644, 0.0, 0.0, false, true, null, false), + POLISHED_ANDESITE_STAIRS(NamespaceID.from("minecraft:polished_andesite_stairs"), (short) 10644, 1.5, 6.0, false, true, false), - DIORITE_STAIRS("minecraft:diorite_stairs", (short) 10724, 0.0, 0.0, false, true, null, false), + DIORITE_STAIRS(NamespaceID.from("minecraft:diorite_stairs"), (short) 10724, 1.5, 6.0, false, true, false), - POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", (short) 10796, 0.0, 0.0, false, true, null, false), + POLISHED_GRANITE_SLAB(NamespaceID.from("minecraft:polished_granite_slab"), (short) 10796, 1.5, 6.0, false, true, false), - SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", (short) 10802, 0.0, 0.0, false, true, null, false), + SMOOTH_RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:smooth_red_sandstone_slab"), (short) 10802, 2.0, 6.0, false, true, false), - MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", (short) 10808, 0.0, 0.0, false, true, null, false), + MOSSY_STONE_BRICK_SLAB(NamespaceID.from("minecraft:mossy_stone_brick_slab"), (short) 10808, 1.5, 6.0, false, true, false), - POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", (short) 10814, 0.0, 0.0, false, true, null, false), + POLISHED_DIORITE_SLAB(NamespaceID.from("minecraft:polished_diorite_slab"), (short) 10814, 1.5, 6.0, false, true, false), - MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", (short) 10820, 0.0, 0.0, false, true, null, false), + MOSSY_COBBLESTONE_SLAB(NamespaceID.from("minecraft:mossy_cobblestone_slab"), (short) 10820, 2.0, 6.0, false, true, false), - END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", (short) 10826, 0.0, 0.0, false, true, null, false), + END_STONE_BRICK_SLAB(NamespaceID.from("minecraft:end_stone_brick_slab"), (short) 10826, 3.0, 9.0, false, true, false), - SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", (short) 10832, 0.0, 0.0, false, true, null, false), + SMOOTH_SANDSTONE_SLAB(NamespaceID.from("minecraft:smooth_sandstone_slab"), (short) 10832, 2.0, 6.0, false, true, false), - SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", (short) 10838, 0.0, 0.0, false, true, null, false), + SMOOTH_QUARTZ_SLAB(NamespaceID.from("minecraft:smooth_quartz_slab"), (short) 10838, 2.0, 6.0, false, true, false), - GRANITE_SLAB("minecraft:granite_slab", (short) 10844, 0.0, 0.0, false, true, null, false), + GRANITE_SLAB(NamespaceID.from("minecraft:granite_slab"), (short) 10844, 1.5, 6.0, false, true, false), - ANDESITE_SLAB("minecraft:andesite_slab", (short) 10850, 0.0, 0.0, false, true, null, false), + ANDESITE_SLAB(NamespaceID.from("minecraft:andesite_slab"), (short) 10850, 1.5, 6.0, false, true, false), - RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", (short) 10856, 0.0, 0.0, false, true, null, false), + RED_NETHER_BRICK_SLAB(NamespaceID.from("minecraft:red_nether_brick_slab"), (short) 10856, 2.0, 6.0, false, true, false), - POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", (short) 10862, 0.0, 0.0, false, true, null, false), + POLISHED_ANDESITE_SLAB(NamespaceID.from("minecraft:polished_andesite_slab"), (short) 10862, 1.5, 6.0, false, true, false), - DIORITE_SLAB("minecraft:diorite_slab", (short) 10868, 0.0, 0.0, false, true, null, false), + DIORITE_SLAB(NamespaceID.from("minecraft:diorite_slab"), (short) 10868, 1.5, 6.0, false, true, false), - BRICK_WALL("minecraft:brick_wall", (short) 10874, 0.0, 0.0, false, true, null, false), + BRICK_WALL(NamespaceID.from("minecraft:brick_wall"), (short) 10874, 2.0, 6.0, false, true, false), - PRISMARINE_WALL("minecraft:prismarine_wall", (short) 11198, 0.0, 0.0, false, true, null, false), + PRISMARINE_WALL(NamespaceID.from("minecraft:prismarine_wall"), (short) 11198, 1.5, 6.0, false, true, false), - RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", (short) 11522, 0.0, 0.0, false, true, null, false), + RED_SANDSTONE_WALL(NamespaceID.from("minecraft:red_sandstone_wall"), (short) 11522, 0.8, 0.8, false, true, false), - MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", (short) 11846, 0.0, 0.0, false, true, null, false), + MOSSY_STONE_BRICK_WALL(NamespaceID.from("minecraft:mossy_stone_brick_wall"), (short) 11846, 1.5, 6.0, false, true, false), - GRANITE_WALL("minecraft:granite_wall", (short) 12170, 0.0, 0.0, false, true, null, false), + GRANITE_WALL(NamespaceID.from("minecraft:granite_wall"), (short) 12170, 1.5, 6.0, false, true, false), - STONE_BRICK_WALL("minecraft:stone_brick_wall", (short) 12494, 0.0, 0.0, false, true, null, false), + STONE_BRICK_WALL(NamespaceID.from("minecraft:stone_brick_wall"), (short) 12494, 1.5, 6.0, false, true, false), - NETHER_BRICK_WALL("minecraft:nether_brick_wall", (short) 12818, 0.0, 0.0, false, true, null, false), + NETHER_BRICK_WALL(NamespaceID.from("minecraft:nether_brick_wall"), (short) 12818, 2.0, 6.0, false, true, false), - ANDESITE_WALL("minecraft:andesite_wall", (short) 13142, 0.0, 0.0, false, true, null, false), + ANDESITE_WALL(NamespaceID.from("minecraft:andesite_wall"), (short) 13142, 1.5, 6.0, false, true, false), - RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", (short) 13466, 0.0, 0.0, false, true, null, false), + RED_NETHER_BRICK_WALL(NamespaceID.from("minecraft:red_nether_brick_wall"), (short) 13466, 2.0, 6.0, false, true, false), - SANDSTONE_WALL("minecraft:sandstone_wall", (short) 13790, 0.0, 0.0, false, true, null, false), + SANDSTONE_WALL(NamespaceID.from("minecraft:sandstone_wall"), (short) 13790, 0.8, 0.8, false, true, false), - END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", (short) 14114, 0.0, 0.0, false, true, null, false), + END_STONE_BRICK_WALL(NamespaceID.from("minecraft:end_stone_brick_wall"), (short) 14114, 3.0, 9.0, false, true, false), - DIORITE_WALL("minecraft:diorite_wall", (short) 14438, 0.0, 0.0, false, true, null, false), + DIORITE_WALL(NamespaceID.from("minecraft:diorite_wall"), (short) 14438, 1.5, 6.0, false, true, false), - SCAFFOLDING("minecraft:scaffolding", (short) 14790, 0.0, 0.0, false, true, null, false), + SCAFFOLDING(NamespaceID.from("minecraft:scaffolding"), (short) 14790, 0.0, 0.0, false, false, false), - LOOM("minecraft:loom", (short) 14791, 2.5, 2.5, false, true, null, false), + LOOM(NamespaceID.from("minecraft:loom"), (short) 14791, 2.5, 2.5, false, true, false), - BARREL("minecraft:barrel", (short) 14796, 2.5, 2.5, false, true, NamespaceID.from("minecraft:barrel"), false), + BARREL(NamespaceID.from("minecraft:barrel"), (short) 14796, 2.5, 2.5, false, true, true), - SMOKER("minecraft:smoker", (short) 14808, 3.5, 3.5, false, true, NamespaceID.from("minecraft:smoker"), false), + SMOKER(NamespaceID.from("minecraft:smoker"), (short) 14808, 3.5, 3.5, false, true, true), - BLAST_FURNACE("minecraft:blast_furnace", (short) 14816, 3.5, 3.5, false, true, NamespaceID.from("minecraft:blast_furnace"), false), + BLAST_FURNACE(NamespaceID.from("minecraft:blast_furnace"), (short) 14816, 3.5, 3.5, false, true, true), - CARTOGRAPHY_TABLE("minecraft:cartography_table", (short) 14823, 2.5, 2.5, false, true, null, true), + CARTOGRAPHY_TABLE(NamespaceID.from("minecraft:cartography_table"), (short) 14823, 2.5, 2.5, false, true, false), - FLETCHING_TABLE("minecraft:fletching_table", (short) 14824, 2.5, 2.5, false, true, null, true), + FLETCHING_TABLE(NamespaceID.from("minecraft:fletching_table"), (short) 14824, 2.5, 2.5, false, true, false), - GRINDSTONE("minecraft:grindstone", (short) 14829, 2.0, 6.0, false, true, null, false), + GRINDSTONE(NamespaceID.from("minecraft:grindstone"), (short) 14829, 2.0, 6.0, false, true, false), - LECTERN("minecraft:lectern", (short) 14840, 2.5, 2.5, false, true, NamespaceID.from("minecraft:lectern"), false), + LECTERN(NamespaceID.from("minecraft:lectern"), (short) 14840, 2.5, 2.5, false, true, true), - SMITHING_TABLE("minecraft:smithing_table", (short) 14853, 2.5, 2.5, false, true, null, true), + SMITHING_TABLE(NamespaceID.from("minecraft:smithing_table"), (short) 14853, 2.5, 2.5, false, true, false), - STONECUTTER("minecraft:stonecutter", (short) 14854, 3.5, 3.5, false, true, null, false), + STONECUTTER(NamespaceID.from("minecraft:stonecutter"), (short) 14854, 3.5, 3.5, false, true, false), - BELL("minecraft:bell", (short) 14859, 5.0, 5.0, false, true, NamespaceID.from("minecraft:bell"), false), + BELL(NamespaceID.from("minecraft:bell"), (short) 14859, 5.0, 5.0, false, true, true), - LANTERN("minecraft:lantern", (short) 14893, 3.5, 3.5, false, true, null, false), + LANTERN(NamespaceID.from("minecraft:lantern"), (short) 14893, 3.5, 3.5, false, true, false), - SOUL_LANTERN("minecraft:soul_lantern", (short) 14897, 3.5, 3.5, false, true, null, false), + SOUL_LANTERN(NamespaceID.from("minecraft:soul_lantern"), (short) 14897, 3.5, 3.5, false, true, false), - CAMPFIRE("minecraft:campfire", (short) 14901, 2.0, 2.0, false, true, NamespaceID.from("minecraft:campfire"), false), + CAMPFIRE(NamespaceID.from("minecraft:campfire"), (short) 14901, 2.0, 2.0, false, true, true), - SOUL_CAMPFIRE("minecraft:soul_campfire", (short) 14933, 2.0, 2.0, false, true, NamespaceID.from("minecraft:campfire"), false), + SOUL_CAMPFIRE(NamespaceID.from("minecraft:soul_campfire"), (short) 14933, 2.0, 2.0, false, true, true), - SWEET_BERRY_BUSH("minecraft:sweet_berry_bush", (short) 14962, 0.0, 0.0, false, false, null, false), + SWEET_BERRY_BUSH(NamespaceID.from("minecraft:sweet_berry_bush"), (short) 14962, 0.0, 0.0, false, false, false), - WARPED_STEM("minecraft:warped_stem", (short) 14967, 2.0, 2.0, false, true, null, false), + WARPED_STEM(NamespaceID.from("minecraft:warped_stem"), (short) 14967, 2.0, 2.0, false, true, false), - STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", (short) 14970, 2.0, 2.0, false, true, null, false), + STRIPPED_WARPED_STEM(NamespaceID.from("minecraft:stripped_warped_stem"), (short) 14970, 2.0, 2.0, false, true, false), - WARPED_HYPHAE("minecraft:warped_hyphae", (short) 14973, 2.0, 2.0, false, true, null, false), + WARPED_HYPHAE(NamespaceID.from("minecraft:warped_hyphae"), (short) 14973, 2.0, 2.0, false, true, false), - STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", (short) 14976, 2.0, 2.0, false, true, null, false), + STRIPPED_WARPED_HYPHAE(NamespaceID.from("minecraft:stripped_warped_hyphae"), (short) 14976, 2.0, 2.0, false, true, false), - WARPED_NYLIUM("minecraft:warped_nylium", (short) 14978, 0.4, 0.4, false, true, null, true), + WARPED_NYLIUM(NamespaceID.from("minecraft:warped_nylium"), (short) 14978, 0.4, 0.4, false, true, false), - WARPED_FUNGUS("minecraft:warped_fungus", (short) 14979, 0.0, 0.0, false, false, null, true), + WARPED_FUNGUS(NamespaceID.from("minecraft:warped_fungus"), (short) 14979, 0.0, 0.0, false, false, false), - WARPED_WART_BLOCK("minecraft:warped_wart_block", (short) 14980, 1.0, 1.0, false, true, null, true), + WARPED_WART_BLOCK(NamespaceID.from("minecraft:warped_wart_block"), (short) 14980, 1.0, 1.0, false, true, false), - WARPED_ROOTS("minecraft:warped_roots", (short) 14981, 0.0, 0.0, false, false, null, true), + WARPED_ROOTS(NamespaceID.from("minecraft:warped_roots"), (short) 14981, 0.0, 0.0, false, false, false), - NETHER_SPROUTS("minecraft:nether_sprouts", (short) 14982, 0.0, 0.0, false, false, null, true), + NETHER_SPROUTS(NamespaceID.from("minecraft:nether_sprouts"), (short) 14982, 0.0, 0.0, false, false, false), - CRIMSON_STEM("minecraft:crimson_stem", (short) 14984, 2.0, 2.0, false, true, null, false), + CRIMSON_STEM(NamespaceID.from("minecraft:crimson_stem"), (short) 14984, 2.0, 2.0, false, true, false), - STRIPPED_CRIMSON_STEM("minecraft:stripped_crimson_stem", (short) 14987, 2.0, 2.0, false, true, null, false), + STRIPPED_CRIMSON_STEM(NamespaceID.from("minecraft:stripped_crimson_stem"), (short) 14987, 2.0, 2.0, false, true, false), - CRIMSON_HYPHAE("minecraft:crimson_hyphae", (short) 14990, 2.0, 2.0, false, true, null, false), + CRIMSON_HYPHAE(NamespaceID.from("minecraft:crimson_hyphae"), (short) 14990, 2.0, 2.0, false, true, false), - STRIPPED_CRIMSON_HYPHAE("minecraft:stripped_crimson_hyphae", (short) 14993, 2.0, 2.0, false, true, null, false), + STRIPPED_CRIMSON_HYPHAE(NamespaceID.from("minecraft:stripped_crimson_hyphae"), (short) 14993, 2.0, 2.0, false, true, false), - CRIMSON_NYLIUM("minecraft:crimson_nylium", (short) 14995, 0.4, 0.4, false, true, null, true), + CRIMSON_NYLIUM(NamespaceID.from("minecraft:crimson_nylium"), (short) 14995, 0.4, 0.4, false, true, false), - CRIMSON_FUNGUS("minecraft:crimson_fungus", (short) 14996, 0.0, 0.0, false, false, null, true), + CRIMSON_FUNGUS(NamespaceID.from("minecraft:crimson_fungus"), (short) 14996, 0.0, 0.0, false, false, false), - SHROOMLIGHT("minecraft:shroomlight", (short) 14997, 1.0, 1.0, false, true, null, true), + SHROOMLIGHT(NamespaceID.from("minecraft:shroomlight"), (short) 14997, 1.0, 1.0, false, true, false), - WEEPING_VINES("minecraft:weeping_vines", (short) 14998, 0.0, 0.0, false, false, null, false), + WEEPING_VINES(NamespaceID.from("minecraft:weeping_vines"), (short) 14998, 0.0, 0.0, false, false, false), - WEEPING_VINES_PLANT("minecraft:weeping_vines_plant", (short) 15024, 0.0, 0.0, false, false, null, true), + WEEPING_VINES_PLANT(NamespaceID.from("minecraft:weeping_vines_plant"), (short) 15024, 0.0, 0.0, false, false, false), - TWISTING_VINES("minecraft:twisting_vines", (short) 15025, 0.0, 0.0, false, false, null, false), + TWISTING_VINES(NamespaceID.from("minecraft:twisting_vines"), (short) 15025, 0.0, 0.0, false, false, false), - TWISTING_VINES_PLANT("minecraft:twisting_vines_plant", (short) 15051, 0.0, 0.0, false, false, null, true), + TWISTING_VINES_PLANT(NamespaceID.from("minecraft:twisting_vines_plant"), (short) 15051, 0.0, 0.0, false, false, false), - CRIMSON_ROOTS("minecraft:crimson_roots", (short) 15052, 0.0, 0.0, false, false, null, true), + CRIMSON_ROOTS(NamespaceID.from("minecraft:crimson_roots"), (short) 15052, 0.0, 0.0, false, false, false), - CRIMSON_PLANKS("minecraft:crimson_planks", (short) 15053, 2.0, 3.0, false, true, null, true), + CRIMSON_PLANKS(NamespaceID.from("minecraft:crimson_planks"), (short) 15053, 2.0, 3.0, false, true, false), - WARPED_PLANKS("minecraft:warped_planks", (short) 15054, 2.0, 3.0, false, true, null, true), + WARPED_PLANKS(NamespaceID.from("minecraft:warped_planks"), (short) 15054, 2.0, 3.0, false, true, false), - CRIMSON_SLAB("minecraft:crimson_slab", (short) 15058, 2.0, 3.0, false, true, null, false), + CRIMSON_SLAB(NamespaceID.from("minecraft:crimson_slab"), (short) 15058, 2.0, 3.0, false, true, false), - WARPED_SLAB("minecraft:warped_slab", (short) 15064, 2.0, 3.0, false, true, null, false), + WARPED_SLAB(NamespaceID.from("minecraft:warped_slab"), (short) 15064, 2.0, 3.0, false, true, false), - CRIMSON_PRESSURE_PLATE("minecraft:crimson_pressure_plate", (short) 15068, 0.5, 0.5, false, false, null, false), + CRIMSON_PRESSURE_PLATE(NamespaceID.from("minecraft:crimson_pressure_plate"), (short) 15068, 0.5, 0.5, false, true, false), - WARPED_PRESSURE_PLATE("minecraft:warped_pressure_plate", (short) 15070, 0.5, 0.5, false, false, null, false), + WARPED_PRESSURE_PLATE(NamespaceID.from("minecraft:warped_pressure_plate"), (short) 15070, 0.5, 0.5, false, true, false), - CRIMSON_FENCE("minecraft:crimson_fence", (short) 15102, 2.0, 3.0, false, true, null, false), + CRIMSON_FENCE(NamespaceID.from("minecraft:crimson_fence"), (short) 15102, 2.0, 3.0, false, true, false), - WARPED_FENCE("minecraft:warped_fence", (short) 15134, 2.0, 3.0, false, true, null, false), + WARPED_FENCE(NamespaceID.from("minecraft:warped_fence"), (short) 15134, 2.0, 3.0, false, true, false), - CRIMSON_TRAPDOOR("minecraft:crimson_trapdoor", (short) 15150, 3.0, 3.0, false, true, null, false), + CRIMSON_TRAPDOOR(NamespaceID.from("minecraft:crimson_trapdoor"), (short) 15150, 3.0, 3.0, false, true, false), - WARPED_TRAPDOOR("minecraft:warped_trapdoor", (short) 15214, 3.0, 3.0, false, true, null, false), + WARPED_TRAPDOOR(NamespaceID.from("minecraft:warped_trapdoor"), (short) 15214, 3.0, 3.0, false, true, false), - CRIMSON_FENCE_GATE("minecraft:crimson_fence_gate", (short) 15270, 2.0, 3.0, false, true, null, false), + CRIMSON_FENCE_GATE(NamespaceID.from("minecraft:crimson_fence_gate"), (short) 15270, 2.0, 3.0, false, true, false), - WARPED_FENCE_GATE("minecraft:warped_fence_gate", (short) 15302, 2.0, 3.0, false, true, null, false), + WARPED_FENCE_GATE(NamespaceID.from("minecraft:warped_fence_gate"), (short) 15302, 2.0, 3.0, false, true, false), - CRIMSON_STAIRS("minecraft:crimson_stairs", (short) 15338, 0.0, 0.0, false, true, null, false), + CRIMSON_STAIRS(NamespaceID.from("minecraft:crimson_stairs"), (short) 15338, 2.0, 3.0, false, true, false), - WARPED_STAIRS("minecraft:warped_stairs", (short) 15418, 0.0, 0.0, false, true, null, false), + WARPED_STAIRS(NamespaceID.from("minecraft:warped_stairs"), (short) 15418, 2.0, 3.0, false, true, false), - CRIMSON_BUTTON("minecraft:crimson_button", (short) 15496, 0.5, 0.5, false, false, null, false), + CRIMSON_BUTTON(NamespaceID.from("minecraft:crimson_button"), (short) 15496, 0.5, 0.5, false, false, false), - WARPED_BUTTON("minecraft:warped_button", (short) 15520, 0.5, 0.5, false, false, null, false), + WARPED_BUTTON(NamespaceID.from("minecraft:warped_button"), (short) 15520, 0.5, 0.5, false, false, false), - CRIMSON_DOOR("minecraft:crimson_door", (short) 15546, 3.0, 3.0, false, true, null, false), + CRIMSON_DOOR(NamespaceID.from("minecraft:crimson_door"), (short) 15546, 3.0, 3.0, false, true, false), - WARPED_DOOR("minecraft:warped_door", (short) 15610, 3.0, 3.0, false, true, null, false), + WARPED_DOOR(NamespaceID.from("minecraft:warped_door"), (short) 15610, 3.0, 3.0, false, true, false), - CRIMSON_SIGN("minecraft:crimson_sign", (short) 15664, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + CRIMSON_SIGN(NamespaceID.from("minecraft:crimson_sign"), (short) 15664, 1.0, 1.0, false, true, true), - WARPED_SIGN("minecraft:warped_sign", (short) 15696, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + WARPED_SIGN(NamespaceID.from("minecraft:warped_sign"), (short) 15696, 1.0, 1.0, false, true, true), - CRIMSON_WALL_SIGN("minecraft:crimson_wall_sign", (short) 15728, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + CRIMSON_WALL_SIGN(NamespaceID.from("minecraft:crimson_wall_sign"), (short) 15728, 1.0, 1.0, false, true, true), - WARPED_WALL_SIGN("minecraft:warped_wall_sign", (short) 15736, 1.0, 1.0, false, false, NamespaceID.from("minecraft:sign"), false), + WARPED_WALL_SIGN(NamespaceID.from("minecraft:warped_wall_sign"), (short) 15736, 1.0, 1.0, false, true, true), - STRUCTURE_BLOCK("minecraft:structure_block", (short) 15743, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:structure_block"), false), + STRUCTURE_BLOCK(NamespaceID.from("minecraft:structure_block"), (short) 15743, -1.0, 3600000.0, false, true, true), - JIGSAW("minecraft:jigsaw", (short) 15757, 0.0, 3600000.0, false, true, NamespaceID.from("minecraft:jigsaw"), false), + JIGSAW(NamespaceID.from("minecraft:jigsaw"), (short) 15757, -1.0, 3600000.0, false, true, true), - COMPOSTER("minecraft:composter", (short) 15759, 0.6, 0.6, false, true, null, false), + COMPOSTER(NamespaceID.from("minecraft:composter"), (short) 15759, 0.6, 0.6, false, true, false), - TARGET("minecraft:target", (short) 15768, 0.5, 0.5, false, true, null, false), + TARGET(NamespaceID.from("minecraft:target"), (short) 15768, 0.5, 0.5, false, true, false), - BEE_NEST("minecraft:bee_nest", (short) 15784, 0.3, 0.3, false, true, NamespaceID.from("minecraft:beehive"), false), + BEE_NEST(NamespaceID.from("minecraft:bee_nest"), (short) 15784, 0.3, 0.3, false, true, true), - BEEHIVE("minecraft:beehive", (short) 15808, 0.6, 0.6, false, true, NamespaceID.from("minecraft:beehive"), false), + BEEHIVE(NamespaceID.from("minecraft:beehive"), (short) 15808, 0.6, 0.6, false, true, true), - HONEY_BLOCK("minecraft:honey_block", (short) 15832, 0.0, 0.0, false, true, null, true), + HONEY_BLOCK(NamespaceID.from("minecraft:honey_block"), (short) 15832, 0.0, 0.0, false, true, false), - HONEYCOMB_BLOCK("minecraft:honeycomb_block", (short) 15833, 0.6, 0.6, false, true, null, true), + HONEYCOMB_BLOCK(NamespaceID.from("minecraft:honeycomb_block"), (short) 15833, 0.6, 0.6, false, true, false), - NETHERITE_BLOCK("minecraft:netherite_block", (short) 15834, 50.0, 1200.0, false, true, null, true), + NETHERITE_BLOCK(NamespaceID.from("minecraft:netherite_block"), (short) 15834, 50.0, 1200.0, false, true, false), - ANCIENT_DEBRIS("minecraft:ancient_debris", (short) 15835, 30.0, 1200.0, false, true, null, true), + ANCIENT_DEBRIS(NamespaceID.from("minecraft:ancient_debris"), (short) 15835, 30.0, 1200.0, false, true, false), - CRYING_OBSIDIAN("minecraft:crying_obsidian", (short) 15836, 50.0, 1200.0, false, true, null, true), + CRYING_OBSIDIAN(NamespaceID.from("minecraft:crying_obsidian"), (short) 15836, 50.0, 1200.0, false, true, false), - RESPAWN_ANCHOR("minecraft:respawn_anchor", (short) 15837, 50.0, 1200.0, false, true, null, false), + RESPAWN_ANCHOR(NamespaceID.from("minecraft:respawn_anchor"), (short) 15837, 50.0, 1200.0, false, true, false), - POTTED_CRIMSON_FUNGUS("minecraft:potted_crimson_fungus", (short) 15842, 0.0, 0.0, false, true, null, true), + POTTED_CRIMSON_FUNGUS(NamespaceID.from("minecraft:potted_crimson_fungus"), (short) 15842, 0.0, 0.0, false, false, false), - POTTED_WARPED_FUNGUS("minecraft:potted_warped_fungus", (short) 15843, 0.0, 0.0, false, true, null, true), + POTTED_WARPED_FUNGUS(NamespaceID.from("minecraft:potted_warped_fungus"), (short) 15843, 0.0, 0.0, false, false, false), - POTTED_CRIMSON_ROOTS("minecraft:potted_crimson_roots", (short) 15844, 0.0, 0.0, false, true, null, true), + POTTED_CRIMSON_ROOTS(NamespaceID.from("minecraft:potted_crimson_roots"), (short) 15844, 0.0, 0.0, false, false, false), - POTTED_WARPED_ROOTS("minecraft:potted_warped_roots", (short) 15845, 0.0, 0.0, false, true, null, true), + POTTED_WARPED_ROOTS(NamespaceID.from("minecraft:potted_warped_roots"), (short) 15845, 0.0, 0.0, false, false, false), - LODESTONE("minecraft:lodestone", (short) 15846, 3.5, 3.5, false, true, null, true), + LODESTONE(NamespaceID.from("minecraft:lodestone"), (short) 15846, 3.5, 3.5, false, true, false), - BLACKSTONE("minecraft:blackstone", (short) 15847, 1.5, 6.0, false, true, null, true), + BLACKSTONE(NamespaceID.from("minecraft:blackstone"), (short) 15847, 1.5, 6.0, false, true, false), - BLACKSTONE_STAIRS("minecraft:blackstone_stairs", (short) 15859, 0.0, 0.0, false, true, null, false), + BLACKSTONE_STAIRS(NamespaceID.from("minecraft:blackstone_stairs"), (short) 15859, 1.5, 6.0, false, true, false), - BLACKSTONE_WALL("minecraft:blackstone_wall", (short) 15931, 0.0, 0.0, false, true, null, false), + BLACKSTONE_WALL(NamespaceID.from("minecraft:blackstone_wall"), (short) 15931, 1.5, 6.0, false, true, false), - BLACKSTONE_SLAB("minecraft:blackstone_slab", (short) 16255, 2.0, 6.0, false, true, null, false), + BLACKSTONE_SLAB(NamespaceID.from("minecraft:blackstone_slab"), (short) 16255, 2.0, 6.0, false, true, false), - POLISHED_BLACKSTONE("minecraft:polished_blackstone", (short) 16258, 2.0, 6.0, false, true, null, true), + POLISHED_BLACKSTONE(NamespaceID.from("minecraft:polished_blackstone"), (short) 16258, 2.0, 6.0, false, true, false), - POLISHED_BLACKSTONE_BRICKS("minecraft:polished_blackstone_bricks", (short) 16259, 1.5, 6.0, false, true, null, true), + POLISHED_BLACKSTONE_BRICKS(NamespaceID.from("minecraft:polished_blackstone_bricks"), (short) 16259, 1.5, 6.0, false, true, false), - CRACKED_POLISHED_BLACKSTONE_BRICKS("minecraft:cracked_polished_blackstone_bricks", (short) 16260, 0.0, 0.0, false, true, null, true), + CRACKED_POLISHED_BLACKSTONE_BRICKS(NamespaceID.from("minecraft:cracked_polished_blackstone_bricks"), (short) 16260, 1.5, 6.0, false, true, false), - CHISELED_POLISHED_BLACKSTONE("minecraft:chiseled_polished_blackstone", (short) 16261, 1.5, 6.0, false, true, null, true), + CHISELED_POLISHED_BLACKSTONE(NamespaceID.from("minecraft:chiseled_polished_blackstone"), (short) 16261, 1.5, 6.0, false, true, false), - POLISHED_BLACKSTONE_BRICK_SLAB("minecraft:polished_blackstone_brick_slab", (short) 16265, 2.0, 6.0, false, true, null, false), + POLISHED_BLACKSTONE_BRICK_SLAB(NamespaceID.from("minecraft:polished_blackstone_brick_slab"), (short) 16265, 2.0, 6.0, false, true, false), - POLISHED_BLACKSTONE_BRICK_STAIRS("minecraft:polished_blackstone_brick_stairs", (short) 16279, 0.0, 0.0, false, true, null, false), + POLISHED_BLACKSTONE_BRICK_STAIRS(NamespaceID.from("minecraft:polished_blackstone_brick_stairs"), (short) 16279, 1.5, 6.0, false, true, false), - POLISHED_BLACKSTONE_BRICK_WALL("minecraft:polished_blackstone_brick_wall", (short) 16351, 0.0, 0.0, false, true, null, false), + POLISHED_BLACKSTONE_BRICK_WALL(NamespaceID.from("minecraft:polished_blackstone_brick_wall"), (short) 16351, 1.5, 6.0, false, true, false), - GILDED_BLACKSTONE("minecraft:gilded_blackstone", (short) 16672, 0.0, 0.0, false, true, null, true), + GILDED_BLACKSTONE(NamespaceID.from("minecraft:gilded_blackstone"), (short) 16672, 1.5, 6.0, false, true, false), - POLISHED_BLACKSTONE_STAIRS("minecraft:polished_blackstone_stairs", (short) 16684, 0.0, 0.0, false, true, null, false), + POLISHED_BLACKSTONE_STAIRS(NamespaceID.from("minecraft:polished_blackstone_stairs"), (short) 16684, 2.0, 6.0, false, true, false), - POLISHED_BLACKSTONE_SLAB("minecraft:polished_blackstone_slab", (short) 16756, 0.0, 0.0, false, true, null, false), + POLISHED_BLACKSTONE_SLAB(NamespaceID.from("minecraft:polished_blackstone_slab"), (short) 16756, 2.0, 6.0, false, true, false), - POLISHED_BLACKSTONE_PRESSURE_PLATE("minecraft:polished_blackstone_pressure_plate", (short) 16760, 0.5, 0.5, false, false, null, false), + POLISHED_BLACKSTONE_PRESSURE_PLATE(NamespaceID.from("minecraft:polished_blackstone_pressure_plate"), (short) 16760, 0.5, 0.5, false, true, false), - POLISHED_BLACKSTONE_BUTTON("minecraft:polished_blackstone_button", (short) 16770, 0.5, 0.5, false, false, null, false), + POLISHED_BLACKSTONE_BUTTON(NamespaceID.from("minecraft:polished_blackstone_button"), (short) 16770, 0.5, 0.5, false, false, false), - POLISHED_BLACKSTONE_WALL("minecraft:polished_blackstone_wall", (short) 16788, 0.0, 0.0, false, true, null, false), + POLISHED_BLACKSTONE_WALL(NamespaceID.from("minecraft:polished_blackstone_wall"), (short) 16788, 2.0, 6.0, false, true, false), - CHISELED_NETHER_BRICKS("minecraft:chiseled_nether_bricks", (short) 17109, 2.0, 6.0, false, true, null, true), + CHISELED_NETHER_BRICKS(NamespaceID.from("minecraft:chiseled_nether_bricks"), (short) 17109, 2.0, 6.0, false, true, false), - CRACKED_NETHER_BRICKS("minecraft:cracked_nether_bricks", (short) 17110, 2.0, 6.0, false, true, null, true), + CRACKED_NETHER_BRICKS(NamespaceID.from("minecraft:cracked_nether_bricks"), (short) 17110, 2.0, 6.0, false, true, false), - QUARTZ_BRICKS("minecraft:quartz_bricks", (short) 17111, 0.0, 0.0, false, true, null, true); + QUARTZ_BRICKS(NamespaceID.from("minecraft:quartz_bricks"), (short) 17111, 0.8, 0.8, false, true, false); static { + Air.initStates(); + Stone.initStates(); + Granite.initStates(); + PolishedGranite.initStates(); + Diorite.initStates(); + PolishedDiorite.initStates(); + Andesite.initStates(); + PolishedAndesite.initStates(); GrassBlock.initStates(); + Dirt.initStates(); + CoarseDirt.initStates(); Podzol.initStates(); + Cobblestone.initStates(); + OakPlanks.initStates(); + SprucePlanks.initStates(); + BirchPlanks.initStates(); + JunglePlanks.initStates(); + AcaciaPlanks.initStates(); + DarkOakPlanks.initStates(); OakSapling.initStates(); SpruceSapling.initStates(); BirchSapling.initStates(); JungleSapling.initStates(); AcaciaSapling.initStates(); DarkOakSapling.initStates(); + Bedrock.initStates(); Water.initStates(); Lava.initStates(); + Sand.initStates(); + RedSand.initStates(); + Gravel.initStates(); + GoldOre.initStates(); + IronOre.initStates(); + CoalOre.initStates(); + NetherGoldOre.initStates(); OakLog.initStates(); SpruceLog.initStates(); BirchLog.initStates(); @@ -2051,7 +2370,15 @@ public enum Block implements Keyed { JungleLeaves.initStates(); AcaciaLeaves.initStates(); DarkOakLeaves.initStates(); + Sponge.initStates(); + WetSponge.initStates(); + Glass.initStates(); + LapisOre.initStates(); + LapisBlock.initStates(); Dispenser.initStates(); + Sandstone.initStates(); + ChiseledSandstone.initStates(); + CutSandstone.initStates(); NoteBlock.initStates(); WhiteBed.initStates(); OrangeBed.initStates(); @@ -2072,16 +2399,64 @@ public enum Block implements Keyed { PoweredRail.initStates(); DetectorRail.initStates(); StickyPiston.initStates(); + Cobweb.initStates(); + Grass.initStates(); + Fern.initStates(); + DeadBush.initStates(); + Seagrass.initStates(); TallSeagrass.initStates(); Piston.initStates(); PistonHead.initStates(); + WhiteWool.initStates(); + OrangeWool.initStates(); + MagentaWool.initStates(); + LightBlueWool.initStates(); + YellowWool.initStates(); + LimeWool.initStates(); + PinkWool.initStates(); + GrayWool.initStates(); + LightGrayWool.initStates(); + CyanWool.initStates(); + PurpleWool.initStates(); + BlueWool.initStates(); + BrownWool.initStates(); + GreenWool.initStates(); + RedWool.initStates(); + BlackWool.initStates(); MovingPiston.initStates(); + Dandelion.initStates(); + Poppy.initStates(); + BlueOrchid.initStates(); + Allium.initStates(); + AzureBluet.initStates(); + RedTulip.initStates(); + OrangeTulip.initStates(); + WhiteTulip.initStates(); + PinkTulip.initStates(); + OxeyeDaisy.initStates(); + Cornflower.initStates(); + WitherRose.initStates(); + LilyOfTheValley.initStates(); + BrownMushroom.initStates(); + RedMushroom.initStates(); + GoldBlock.initStates(); + IronBlock.initStates(); + Bricks.initStates(); Tnt.initStates(); + Bookshelf.initStates(); + MossyCobblestone.initStates(); + Obsidian.initStates(); + Torch.initStates(); WallTorch.initStates(); Fire.initStates(); + SoulFire.initStates(); + Spawner.initStates(); OakStairs.initStates(); Chest.initStates(); RedstoneWire.initStates(); + DiamondOre.initStates(); + DiamondBlock.initStates(); + CraftingTable.initStates(); Wheat.initStates(); Farmland.initStates(); Furnace.initStates(); @@ -2115,30 +2490,66 @@ public enum Block implements Keyed { RedstoneWallTorch.initStates(); StoneButton.initStates(); Snow.initStates(); + Ice.initStates(); + SnowBlock.initStates(); Cactus.initStates(); + Clay.initStates(); SugarCane.initStates(); Jukebox.initStates(); OakFence.initStates(); + Pumpkin.initStates(); + Netherrack.initStates(); + SoulSand.initStates(); + SoulSoil.initStates(); Basalt.initStates(); PolishedBasalt.initStates(); + SoulTorch.initStates(); SoulWallTorch.initStates(); + Glowstone.initStates(); NetherPortal.initStates(); CarvedPumpkin.initStates(); JackOLantern.initStates(); Cake.initStates(); Repeater.initStates(); + WhiteStainedGlass.initStates(); + OrangeStainedGlass.initStates(); + MagentaStainedGlass.initStates(); + LightBlueStainedGlass.initStates(); + YellowStainedGlass.initStates(); + LimeStainedGlass.initStates(); + PinkStainedGlass.initStates(); + GrayStainedGlass.initStates(); + LightGrayStainedGlass.initStates(); + CyanStainedGlass.initStates(); + PurpleStainedGlass.initStates(); + BlueStainedGlass.initStates(); + BrownStainedGlass.initStates(); + GreenStainedGlass.initStates(); + RedStainedGlass.initStates(); + BlackStainedGlass.initStates(); OakTrapdoor.initStates(); SpruceTrapdoor.initStates(); BirchTrapdoor.initStates(); JungleTrapdoor.initStates(); AcaciaTrapdoor.initStates(); DarkOakTrapdoor.initStates(); + StoneBricks.initStates(); + MossyStoneBricks.initStates(); + CrackedStoneBricks.initStates(); + ChiseledStoneBricks.initStates(); + InfestedStone.initStates(); + InfestedCobblestone.initStates(); + InfestedStoneBricks.initStates(); + InfestedMossyStoneBricks.initStates(); + InfestedCrackedStoneBricks.initStates(); + InfestedChiseledStoneBricks.initStates(); BrownMushroomBlock.initStates(); RedMushroomBlock.initStates(); MushroomStem.initStates(); IronBars.initStates(); Chain.initStates(); GlassPane.initStates(); + Melon.initStates(); AttachedPumpkinStem.initStates(); AttachedMelonStem.initStates(); PumpkinStem.initStates(); @@ -2148,24 +2559,58 @@ public enum Block implements Keyed { BrickStairs.initStates(); StoneBrickStairs.initStates(); Mycelium.initStates(); + LilyPad.initStates(); + NetherBricks.initStates(); NetherBrickFence.initStates(); NetherBrickStairs.initStates(); NetherWart.initStates(); + EnchantingTable.initStates(); BrewingStand.initStates(); Cauldron.initStates(); + EndPortal.initStates(); EndPortalFrame.initStates(); + EndStone.initStates(); + DragonEgg.initStates(); RedstoneLamp.initStates(); Cocoa.initStates(); SandstoneStairs.initStates(); + EmeraldOre.initStates(); EnderChest.initStates(); TripwireHook.initStates(); Tripwire.initStates(); + EmeraldBlock.initStates(); SpruceStairs.initStates(); BirchStairs.initStates(); JungleStairs.initStates(); CommandBlock.initStates(); + Beacon.initStates(); CobblestoneWall.initStates(); MossyCobblestoneWall.initStates(); + FlowerPot.initStates(); + PottedOakSapling.initStates(); + PottedSpruceSapling.initStates(); + PottedBirchSapling.initStates(); + PottedJungleSapling.initStates(); + PottedAcaciaSapling.initStates(); + PottedDarkOakSapling.initStates(); + PottedFern.initStates(); + PottedDandelion.initStates(); + PottedPoppy.initStates(); + PottedBlueOrchid.initStates(); + PottedAllium.initStates(); + PottedAzureBluet.initStates(); + PottedRedTulip.initStates(); + PottedOrangeTulip.initStates(); + PottedWhiteTulip.initStates(); + PottedPinkTulip.initStates(); + PottedOxeyeDaisy.initStates(); + PottedCornflower.initStates(); + PottedLilyOfTheValley.initStates(); + PottedWitherRose.initStates(); + PottedRedMushroom.initStates(); + PottedBrownMushroom.initStates(); + PottedDeadBush.initStates(); + PottedCactus.initStates(); Carrots.initStates(); Potatoes.initStates(); OakButton.initStates(); @@ -2194,11 +2639,31 @@ public enum Block implements Keyed { HeavyWeightedPressurePlate.initStates(); Comparator.initStates(); DaylightDetector.initStates(); + RedstoneBlock.initStates(); + NetherQuartzOre.initStates(); Hopper.initStates(); + QuartzBlock.initStates(); + ChiseledQuartzBlock.initStates(); QuartzPillar.initStates(); QuartzStairs.initStates(); ActivatorRail.initStates(); Dropper.initStates(); + WhiteTerracotta.initStates(); + OrangeTerracotta.initStates(); + MagentaTerracotta.initStates(); + LightBlueTerracotta.initStates(); + YellowTerracotta.initStates(); + LimeTerracotta.initStates(); + PinkTerracotta.initStates(); + GrayTerracotta.initStates(); + LightGrayTerracotta.initStates(); + CyanTerracotta.initStates(); + PurpleTerracotta.initStates(); + BlueTerracotta.initStates(); + BrownTerracotta.initStates(); + GreenTerracotta.initStates(); + RedTerracotta.initStates(); + BlackTerracotta.initStates(); WhiteStainedGlassPane.initStates(); OrangeStainedGlassPane.initStates(); MagentaStainedGlassPane.initStates(); @@ -2217,14 +2682,39 @@ public enum Block implements Keyed { BlackStainedGlassPane.initStates(); AcaciaStairs.initStates(); DarkOakStairs.initStates(); + SlimeBlock.initStates(); + Barrier.initStates(); IronTrapdoor.initStates(); + Prismarine.initStates(); + PrismarineBricks.initStates(); + DarkPrismarine.initStates(); PrismarineStairs.initStates(); PrismarineBrickStairs.initStates(); DarkPrismarineStairs.initStates(); PrismarineSlab.initStates(); PrismarineBrickSlab.initStates(); DarkPrismarineSlab.initStates(); + SeaLantern.initStates(); HayBlock.initStates(); + WhiteCarpet.initStates(); + OrangeCarpet.initStates(); + MagentaCarpet.initStates(); + LightBlueCarpet.initStates(); + YellowCarpet.initStates(); + LimeCarpet.initStates(); + PinkCarpet.initStates(); + GrayCarpet.initStates(); + LightGrayCarpet.initStates(); + CyanCarpet.initStates(); + PurpleCarpet.initStates(); + BlueCarpet.initStates(); + BrownCarpet.initStates(); + GreenCarpet.initStates(); + RedCarpet.initStates(); + BlackCarpet.initStates(); + Terracotta.initStates(); + CoalBlock.initStates(); + PackedIce.initStates(); Sunflower.initStates(); Lilac.initStates(); RoseBush.initStates(); @@ -2263,6 +2753,9 @@ public enum Block implements Keyed { GreenWallBanner.initStates(); RedWallBanner.initStates(); BlackWallBanner.initStates(); + RedSandstone.initStates(); + ChiseledRedSandstone.initStates(); + CutRedSandstone.initStates(); RedSandstoneStairs.initStates(); OakSlab.initStates(); SpruceSlab.initStates(); @@ -2283,6 +2776,10 @@ public enum Block implements Keyed { RedSandstoneSlab.initStates(); CutRedSandstoneSlab.initStates(); PurpurSlab.initStates(); + SmoothStone.initStates(); + SmoothSandstone.initStates(); + SmoothQuartz.initStates(); + SmoothRedSandstone.initStates(); SpruceFenceGate.initStates(); BirchFenceGate.initStates(); JungleFenceGate.initStates(); @@ -2301,13 +2798,21 @@ public enum Block implements Keyed { EndRod.initStates(); ChorusPlant.initStates(); ChorusFlower.initStates(); + PurpurBlock.initStates(); PurpurPillar.initStates(); PurpurStairs.initStates(); + EndStoneBricks.initStates(); Beetroots.initStates(); + GrassPath.initStates(); + EndGateway.initStates(); RepeatingCommandBlock.initStates(); ChainCommandBlock.initStates(); FrostedIce.initStates(); + MagmaBlock.initStates(); + NetherWartBlock.initStates(); + RedNetherBricks.initStates(); BoneBlock.initStates(); + StructureVoid.initStates(); Observer.initStates(); ShulkerBox.initStates(); WhiteShulkerBox.initStates(); @@ -2342,8 +2847,52 @@ public enum Block implements Keyed { GreenGlazedTerracotta.initStates(); RedGlazedTerracotta.initStates(); BlackGlazedTerracotta.initStates(); + WhiteConcrete.initStates(); + OrangeConcrete.initStates(); + MagentaConcrete.initStates(); + LightBlueConcrete.initStates(); + YellowConcrete.initStates(); + LimeConcrete.initStates(); + PinkConcrete.initStates(); + GrayConcrete.initStates(); + LightGrayConcrete.initStates(); + CyanConcrete.initStates(); + PurpleConcrete.initStates(); + BlueConcrete.initStates(); + BrownConcrete.initStates(); + GreenConcrete.initStates(); + RedConcrete.initStates(); + BlackConcrete.initStates(); + WhiteConcretePowder.initStates(); + OrangeConcretePowder.initStates(); + MagentaConcretePowder.initStates(); + LightBlueConcretePowder.initStates(); + YellowConcretePowder.initStates(); + LimeConcretePowder.initStates(); + PinkConcretePowder.initStates(); + GrayConcretePowder.initStates(); + LightGrayConcretePowder.initStates(); + CyanConcretePowder.initStates(); + PurpleConcretePowder.initStates(); + BlueConcretePowder.initStates(); + BrownConcretePowder.initStates(); + GreenConcretePowder.initStates(); + RedConcretePowder.initStates(); + BlackConcretePowder.initStates(); Kelp.initStates(); + KelpPlant.initStates(); + DriedKelpBlock.initStates(); TurtleEgg.initStates(); + DeadTubeCoralBlock.initStates(); + DeadBrainCoralBlock.initStates(); + DeadBubbleCoralBlock.initStates(); + DeadFireCoralBlock.initStates(); + DeadHornCoralBlock.initStates(); + TubeCoralBlock.initStates(); + BrainCoralBlock.initStates(); + BubbleCoralBlock.initStates(); + FireCoralBlock.initStates(); + HornCoralBlock.initStates(); DeadTubeCoral.initStates(); DeadBrainCoral.initStates(); DeadBubbleCoral.initStates(); @@ -2375,8 +2924,13 @@ public enum Block implements Keyed { FireCoralWallFan.initStates(); HornCoralWallFan.initStates(); SeaPickle.initStates(); + BlueIce.initStates(); Conduit.initStates(); + BambooSapling.initStates(); Bamboo.initStates(); + PottedBamboo.initStates(); + VoidAir.initStates(); + CaveAir.initStates(); BubbleColumn.initStates(); PolishedGraniteStairs.initStates(); SmoothRedSandstoneStairs.initStates(); @@ -2422,8 +2976,11 @@ public enum Block implements Keyed { Barrel.initStates(); Smoker.initStates(); BlastFurnace.initStates(); + CartographyTable.initStates(); + FletchingTable.initStates(); Grindstone.initStates(); Lectern.initStates(); + SmithingTable.initStates(); Stonecutter.initStates(); Bell.initStates(); Lantern.initStates(); @@ -2435,12 +2992,25 @@ public enum Block implements Keyed { StrippedWarpedStem.initStates(); WarpedHyphae.initStates(); StrippedWarpedHyphae.initStates(); + WarpedNylium.initStates(); + WarpedFungus.initStates(); + WarpedWartBlock.initStates(); + WarpedRoots.initStates(); + NetherSprouts.initStates(); CrimsonStem.initStates(); StrippedCrimsonStem.initStates(); CrimsonHyphae.initStates(); StrippedCrimsonHyphae.initStates(); + CrimsonNylium.initStates(); + CrimsonFungus.initStates(); + Shroomlight.initStates(); WeepingVines.initStates(); + WeepingVinesPlant.initStates(); TwistingVines.initStates(); + TwistingVinesPlant.initStates(); + CrimsonRoots.initStates(); + CrimsonPlanks.initStates(); + WarpedPlanks.initStates(); CrimsonSlab.initStates(); WarpedSlab.initStates(); CrimsonPressurePlate.initStates(); @@ -2467,22 +3037,41 @@ public enum Block implements Keyed { Target.initStates(); BeeNest.initStates(); Beehive.initStates(); + HoneyBlock.initStates(); + HoneycombBlock.initStates(); + NetheriteBlock.initStates(); + AncientDebris.initStates(); + CryingObsidian.initStates(); RespawnAnchor.initStates(); + PottedCrimsonFungus.initStates(); + PottedWarpedFungus.initStates(); + PottedCrimsonRoots.initStates(); + PottedWarpedRoots.initStates(); + Lodestone.initStates(); + Blackstone.initStates(); BlackstoneStairs.initStates(); BlackstoneWall.initStates(); BlackstoneSlab.initStates(); + PolishedBlackstone.initStates(); + PolishedBlackstoneBricks.initStates(); + CrackedPolishedBlackstoneBricks.initStates(); + ChiseledPolishedBlackstone.initStates(); PolishedBlackstoneBrickSlab.initStates(); PolishedBlackstoneBrickStairs.initStates(); PolishedBlackstoneBrickWall.initStates(); + GildedBlackstone.initStates(); PolishedBlackstoneStairs.initStates(); PolishedBlackstoneSlab.initStates(); PolishedBlackstonePressurePlate.initStates(); PolishedBlackstoneButton.initStates(); PolishedBlackstoneWall.initStates(); + ChiseledNetherBricks.initStates(); + CrackedNetherBricks.initStates(); + QuartzBricks.initStates(); } @NotNull - private final String namespaceID; + private final NamespaceID id; private final short defaultID; @@ -2494,105 +3083,102 @@ public enum Block implements Keyed { private final boolean isSolid; - @Nullable - private final NamespaceID blockEntity; + private final boolean blockEntity; - private final boolean singleState; + @NotNull + private final List alternatives = new ArrayList<>(); - private List alternatives = new java.util.ArrayList<>(); - - private final Key key; - - Block(@NotNull String namespaceID, short defaultID, double hardness, double resistance, - boolean isAir, boolean isSolid, @Nullable NamespaceID blockEntity, - boolean singleState) { - this.namespaceID = namespaceID; + Block(@NotNull NamespaceID id, short defaultID, double hardness, double resistance, + boolean isAir, boolean isSolid, boolean blockEntity) { + this.id = id; this.defaultID = defaultID; this.hardness = hardness; this.resistance = resistance; this.isAir = isAir; this.isSolid = isSolid; this.blockEntity = blockEntity; - this.singleState = singleState; - if(singleState) { - addBlockAlternative(new BlockAlternative(defaultID)); - } - Registries.blocks.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); + Registries.blocks.put(id, this); + } + + @Override + @NotNull + public Key key() { + return this.id; + } + + public final void addBlockAlternative(@NotNull BlockAlternative alternative) { + this.alternatives.add(alternative); + BlockArray.blocks[alternative.getId()] = this; } public short getBlockId() { return defaultID; } + @NotNull public String getName() { - return namespaceID; + return this.id.asString(); + } + + public double getHardness() { + return this.hardness; + } + + public double getResistance() { + return this.resistance; + } + + public boolean breaksInstantaneously() { + return this.hardness == 0; + } + + @NotNull + public final List getAlternatives() { + return this.alternatives; } public boolean isAir() { return isAir; } - public boolean hasBlockEntity() { - return blockEntity != null; - } - - public NamespaceID getBlockEntityName() { - return blockEntity; + public boolean isLiquid() { + return this == WATER || this == LAVA; } public boolean isSolid() { return isSolid; } - public boolean isLiquid() { - return this == WATER || this == LAVA; - } - - public double getHardness() { - return hardness; - } - - public double getResistance() { - return resistance; - } - - public boolean breaksInstantaneously() { - return hardness == 0; - } - - public void addBlockAlternative(BlockAlternative alternative) { - alternatives.add(alternative); - BlockArray.blocks[alternative.getId()] = this; + public boolean hasBlockEntity() { + return blockEntity; } + @Nullable public BlockAlternative getAlternative(short blockId) { - for(BlockAlternative alt : alternatives) { - if(alt.getId() == blockId) { + for (BlockAlternative alt : alternatives) { + if (alt.getId() == blockId) { return alt; } } return null; } - public List getAlternatives() { - return alternatives; - } - - public short withProperties(String... properties) { - for(BlockAlternative alt : alternatives) { - if(Arrays.equals(alt.getProperties(), properties)) { + public short withProperties(@NotNull String... properties) { + for (BlockAlternative alt : alternatives) { + if (Arrays.equals(alt.getProperties(), properties)) { return alt.getId(); } } - return defaultID; + return this.defaultID; } public static Block fromStateId(short blockStateId) { return BlockArray.blocks[blockStateId]; } - public Key key() { - return this.key; + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java index bc24585a9..f01ee5474 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6446, "face=floor", "facing=north", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6447, "face=floor", "facing=north", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6448, "face=floor", "facing=south", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6449, "face=floor", "facing=south", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6450, "face=floor", "facing=west", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6451, "face=floor", "facing=west", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6452, "face=floor", "facing=east", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6453, "face=floor", "facing=east", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6454, "face=wall", "facing=north", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6455, "face=wall", "facing=north", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6456, "face=wall", "facing=south", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6457, "face=wall", "facing=south", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6458, "face=wall", "facing=west", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6459, "face=wall", "facing=west", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6460, "face=wall", "facing=east", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6461, "face=wall", "facing=east", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6462, "face=ceiling", "facing=north", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6463, "face=ceiling", "facing=north", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6464, "face=ceiling", "facing=south", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6465, "face=ceiling", "facing=south", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6466, "face=ceiling", "facing=west", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6467, "face=ceiling", "facing=west", "powered=false")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6468, "face=ceiling", "facing=east", "powered=true")); - Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6469, "face=ceiling", "facing=east", "powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6446, "face=FLOOR","facing=north","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6447, "face=FLOOR","facing=north","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6448, "face=FLOOR","facing=south","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6449, "face=FLOOR","facing=south","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6450, "face=FLOOR","facing=west","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6451, "face=FLOOR","facing=west","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6452, "face=FLOOR","facing=east","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6453, "face=FLOOR","facing=east","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6454, "face=WALL","facing=north","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6455, "face=WALL","facing=north","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6456, "face=WALL","facing=south","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6457, "face=WALL","facing=south","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6458, "face=WALL","facing=west","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6459, "face=WALL","facing=west","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6460, "face=WALL","facing=east","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6461, "face=WALL","facing=east","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6462, "face=CEILING","facing=north","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6463, "face=CEILING","facing=north","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6464, "face=CEILING","facing=south","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6465, "face=CEILING","facing=south","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6466, "face=CEILING","facing=west","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6467, "face=CEILING","facing=west","powered=false")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6468, "face=CEILING","facing=east","powered=true")); + Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6469, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java index 1b52b12db..b65ecb2e4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8934, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8935, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8936, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8937, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8938, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8939, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8940, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8941, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8942, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8943, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8944, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8945, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8946, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8947, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8948, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8949, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8950, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8951, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8952, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8953, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8954, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8955, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8956, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8957, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8958, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8959, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8960, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8961, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8962, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8963, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8964, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8965, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8966, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8967, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8968, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8969, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8970, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8971, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8972, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8973, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8974, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8975, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8976, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8977, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8978, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8979, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8980, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8981, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8982, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8983, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8984, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8985, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8986, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8987, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8988, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8989, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8990, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8991, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8992, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8993, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8994, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8995, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8996, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8997, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8934, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8935, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8936, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8937, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8938, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8939, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8940, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8941, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8942, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8943, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8944, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8945, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8946, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8947, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8948, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8949, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8950, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8951, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8952, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8953, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8954, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8955, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8956, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8957, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8958, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8959, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8960, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8961, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8962, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8963, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8964, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8965, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8966, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8967, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8968, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8969, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8970, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8971, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8972, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8973, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8974, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8975, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8976, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8977, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8978, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8979, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8980, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8981, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8982, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8983, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8984, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8985, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8986, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8987, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8988, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8989, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8990, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8991, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8992, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8993, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8994, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8995, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8996, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.ACACIA_DOOR.addBlockAlternative(new BlockAlternative((short) 8997, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java index aa6ef6ff6..1f694f8f9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8678, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8679, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8680, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8681, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8682, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8683, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8684, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8685, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8686, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8687, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8688, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8689, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8690, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8691, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8692, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8693, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8694, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8695, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8696, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8697, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8698, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8699, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8700, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8701, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8702, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8703, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8704, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8705, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8706, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8707, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8708, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8709, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8678, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8679, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8680, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8681, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8682, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8683, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8684, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8685, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8686, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8687, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8688, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8689, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8690, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8691, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8692, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8693, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8694, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8695, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8696, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8697, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8698, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8699, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8700, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8701, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8702, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8703, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8704, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8705, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8706, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8707, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8708, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8709, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java index c80a59e07..2ee0cb54e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8518, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8519, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8520, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8521, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8522, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8523, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8524, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8525, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8526, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8527, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8528, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8529, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8530, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8531, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8532, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8533, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8534, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8535, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8536, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8537, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8538, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8539, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8540, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8541, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8542, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8543, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8544, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8545, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8546, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8547, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8548, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8549, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8518, "facing=north","in_wall=true","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8519, "facing=north","in_wall=true","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8520, "facing=north","in_wall=true","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8521, "facing=north","in_wall=true","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8522, "facing=north","in_wall=false","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8523, "facing=north","in_wall=false","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8524, "facing=north","in_wall=false","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8525, "facing=north","in_wall=false","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8526, "facing=south","in_wall=true","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8527, "facing=south","in_wall=true","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8528, "facing=south","in_wall=true","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8529, "facing=south","in_wall=true","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8530, "facing=south","in_wall=false","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8531, "facing=south","in_wall=false","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8532, "facing=south","in_wall=false","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8533, "facing=south","in_wall=false","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8534, "facing=west","in_wall=true","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8535, "facing=west","in_wall=true","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8536, "facing=west","in_wall=true","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8537, "facing=west","in_wall=true","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8538, "facing=west","in_wall=false","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8539, "facing=west","in_wall=false","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8540, "facing=west","in_wall=false","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8541, "facing=west","in_wall=false","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8542, "facing=east","in_wall=true","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8543, "facing=east","in_wall=true","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8544, "facing=east","in_wall=true","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8545, "facing=east","in_wall=true","open=false","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8546, "facing=east","in_wall=false","open=true","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8547, "facing=east","in_wall=false","open=true","powered=false")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8548, "facing=east","in_wall=false","open=false","powered=true")); + Block.ACACIA_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8549, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java index f3a6d280a..8e984d045 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 201, "distance=1", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 202, "distance=1", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 203, "distance=2", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 204, "distance=2", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 205, "distance=3", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 206, "distance=3", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 207, "distance=4", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 208, "distance=4", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 209, "distance=5", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 210, "distance=5", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 211, "distance=6", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 212, "distance=6", "persistent=false")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 213, "distance=7", "persistent=true")); - Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 214, "distance=7", "persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 201, "distance=1","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 202, "distance=1","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 203, "distance=2","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 204, "distance=2","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 205, "distance=3","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 206, "distance=3","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 207, "distance=4","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 208, "distance=4","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 209, "distance=5","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 210, "distance=5","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 211, "distance=6","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 212, "distance=6","persistent=false")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 213, "distance=7","persistent=true")); + Block.ACACIA_LEAVES.addBlockAlternative(new BlockAlternative((short) 214, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java index fd29b1f94..c45ac3c92 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 85, "axis=x")); Block.ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 86, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPlanks.java new file mode 100644 index 000000000..a154cb795 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class AcaciaPlanks { + public static void initStates() { + Block.ACACIA_PLANKS.addBlockAlternative(new BlockAlternative((short) 19)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java index df997d483..4fd63c983 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3881, "powered=true")); Block.ACACIA_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3882, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java index 3c9761f76..a92de0dac 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ACACIA_SAPLING.addBlockAlternative(new BlockAlternative((short) 29, "stage=0")); Block.ACACIA_SAPLING.addBlockAlternative(new BlockAlternative((short) 30, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java index fde4c17e1..3034be475 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3477, "rotation=0", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3478, "rotation=0", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3479, "rotation=1", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3480, "rotation=1", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3481, "rotation=2", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3482, "rotation=2", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3483, "rotation=3", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3484, "rotation=3", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3485, "rotation=4", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3486, "rotation=4", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3487, "rotation=5", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3488, "rotation=5", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3489, "rotation=6", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3490, "rotation=6", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3491, "rotation=7", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3492, "rotation=7", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3493, "rotation=8", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3494, "rotation=8", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3495, "rotation=9", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3496, "rotation=9", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3497, "rotation=10", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3498, "rotation=10", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3499, "rotation=11", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3500, "rotation=11", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3501, "rotation=12", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3502, "rotation=12", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3503, "rotation=13", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3504, "rotation=13", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3505, "rotation=14", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3506, "rotation=14", "waterlogged=false")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3507, "rotation=15", "waterlogged=true")); - Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3508, "rotation=15", "waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3477, "rotation=0","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3478, "rotation=0","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3479, "rotation=1","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3480, "rotation=1","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3481, "rotation=2","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3482, "rotation=2","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3483, "rotation=3","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3484, "rotation=3","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3485, "rotation=4","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3486, "rotation=4","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3487, "rotation=5","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3488, "rotation=5","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3489, "rotation=6","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3490, "rotation=6","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3491, "rotation=7","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3492, "rotation=7","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3493, "rotation=8","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3494, "rotation=8","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3495, "rotation=9","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3496, "rotation=9","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3497, "rotation=10","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3498, "rotation=10","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3499, "rotation=11","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3500, "rotation=11","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3501, "rotation=12","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3502, "rotation=12","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3503, "rotation=13","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3504, "rotation=13","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3505, "rotation=14","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3506, "rotation=14","waterlogged=false")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3507, "rotation=15","waterlogged=true")); + Block.ACACIA_SIGN.addBlockAlternative(new BlockAlternative((short) 3508, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java index 8ec0df3ca..20e1d886c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8328, "type=top", "waterlogged=true")); - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8329, "type=top", "waterlogged=false")); - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8330, "type=bottom", "waterlogged=true")); - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8331, "type=bottom", "waterlogged=false")); - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8332, "type=double", "waterlogged=true")); - Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8333, "type=double", "waterlogged=false")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8328, "type=top","waterlogged=true")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8329, "type=top","waterlogged=false")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8330, "type=bottom","waterlogged=true")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8331, "type=bottom","waterlogged=false")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8332, "type=double","waterlogged=true")); + Block.ACACIA_SLAB.addBlockAlternative(new BlockAlternative((short) 8333, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java index 77987be85..e39f980af 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7379, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7380, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7381, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7382, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7383, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7384, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7385, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7386, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7387, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7388, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7389, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7390, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7391, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7392, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7393, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7394, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7395, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7396, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7397, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7398, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7399, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7400, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7401, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7402, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7403, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7404, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7405, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7406, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7407, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7408, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7409, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7410, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7411, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7412, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7413, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7414, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7415, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7416, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7417, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7418, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7419, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7420, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7421, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7422, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7423, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7424, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7425, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7426, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7427, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7428, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7429, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7430, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7431, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7432, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7433, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7434, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7435, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7436, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7437, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7438, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7439, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7440, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7441, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7442, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7443, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7444, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7445, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7446, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7447, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7448, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7449, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7450, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7451, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7452, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7453, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7454, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7455, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7456, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7457, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7458, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7379, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7380, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7381, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7382, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7383, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7384, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7385, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7386, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7387, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7388, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7389, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7390, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7391, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7392, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7393, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7394, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7395, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7396, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7397, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7398, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7399, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7400, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7401, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7402, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7403, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7404, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7405, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7406, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7407, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7408, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7409, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7410, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7411, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7412, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7413, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7414, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7415, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7416, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7417, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7418, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7419, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7420, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7421, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7422, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7423, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7424, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7425, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7426, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7427, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7428, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7429, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7430, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7431, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7432, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7433, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7434, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7435, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7436, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7437, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7438, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7439, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7440, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7441, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7442, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7443, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7444, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7445, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7446, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7447, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7448, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7449, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7450, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7451, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7452, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7453, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7454, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7455, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7456, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7457, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.ACACIA_STAIRS.addBlockAlternative(new BlockAlternative((short) 7458, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java index a896c7b18..05a189867 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4367, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4368, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4369, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4370, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4371, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4372, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4373, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4374, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4375, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4376, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4377, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4378, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4379, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4380, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4381, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4382, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4383, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4384, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4385, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4386, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4387, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4388, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4389, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4390, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4391, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4392, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4393, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4394, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4395, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4396, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4397, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4398, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4399, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4400, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4401, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4402, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4403, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4404, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4405, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4406, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4407, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4408, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4409, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4410, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4411, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4412, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4413, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4414, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4415, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4416, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4417, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4418, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4419, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4420, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4421, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4422, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4423, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4424, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4425, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4426, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4427, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4428, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4429, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4430, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4367, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4368, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4369, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4370, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4371, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4372, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4373, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4374, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4375, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4376, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4377, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4378, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4379, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4380, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4381, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4382, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4383, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4384, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4385, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4386, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4387, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4388, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4389, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4390, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4391, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4392, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4393, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4394, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4395, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4396, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4397, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4398, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4399, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4400, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4401, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4402, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4403, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4404, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4405, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4406, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4407, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4408, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4409, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4410, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4411, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4412, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4413, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4414, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4415, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4416, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4417, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4418, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4419, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4420, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4421, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4422, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4423, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4424, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4425, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4426, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4427, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4428, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4429, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.ACACIA_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4430, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java index 4615ea118..0b5139e69 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3759, "facing=north", "waterlogged=true")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3760, "facing=north", "waterlogged=false")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3761, "facing=south", "waterlogged=true")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3762, "facing=south", "waterlogged=false")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3763, "facing=west", "waterlogged=true")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3764, "facing=west", "waterlogged=false")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3765, "facing=east", "waterlogged=true")); - Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3766, "facing=east", "waterlogged=false")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3759, "facing=north","waterlogged=true")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3760, "facing=north","waterlogged=false")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3761, "facing=south","waterlogged=true")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3762, "facing=south","waterlogged=false")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3763, "facing=west","waterlogged=true")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3764, "facing=west","waterlogged=false")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3765, "facing=east","waterlogged=true")); + Block.ACACIA_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3766, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java index 847fa8153..40ca04f03 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AcaciaWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 121, "axis=x")); Block.ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 122, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java index 4ca9cf393..2faf2ab75 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ActivatorRail.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ActivatorRail { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6827, "powered=true", "shape=north_south")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6828, "powered=true", "shape=east_west")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6829, "powered=true", "shape=ascending_east")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6830, "powered=true", "shape=ascending_west")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6831, "powered=true", "shape=ascending_north")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6832, "powered=true", "shape=ascending_south")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6833, "powered=false", "shape=north_south")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6834, "powered=false", "shape=east_west")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6835, "powered=false", "shape=ascending_east")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6836, "powered=false", "shape=ascending_west")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6837, "powered=false", "shape=ascending_north")); - Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6838, "powered=false", "shape=ascending_south")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6827, "powered=true","shape=north_south")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6828, "powered=true","shape=east_west")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6829, "powered=true","shape=ascending_east")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6830, "powered=true","shape=ascending_west")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6831, "powered=true","shape=ascending_north")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6832, "powered=true","shape=ascending_south")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6833, "powered=false","shape=north_south")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6834, "powered=false","shape=east_west")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6835, "powered=false","shape=ascending_east")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6836, "powered=false","shape=ascending_west")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6837, "powered=false","shape=ascending_north")); + Block.ACTIVATOR_RAIL.addBlockAlternative(new BlockAlternative((short) 6838, "powered=false","shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Air.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Air.java new file mode 100644 index 000000000..8be7afafb --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Air.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Air { + public static void initStates() { + Block.AIR.addBlockAlternative(new BlockAlternative((short) 0)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Allium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Allium.java new file mode 100644 index 000000000..f684ba3db --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Allium.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Allium { + public static void initStates() { + Block.ALLIUM.addBlockAlternative(new BlockAlternative((short) 1415)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AncientDebris.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AncientDebris.java new file mode 100644 index 000000000..56da6049b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AncientDebris.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class AncientDebris { + public static void initStates() { + Block.ANCIENT_DEBRIS.addBlockAlternative(new BlockAlternative((short) 15835)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Andesite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Andesite.java new file mode 100644 index 000000000..fd4df59e8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Andesite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Andesite { + public static void initStates() { + Block.ANDESITE.addBlockAlternative(new BlockAlternative((short) 6)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java index 3e515d514..5d19a1c50 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AndesiteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10847, "type=top", "waterlogged=true")); - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10848, "type=top", "waterlogged=false")); - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10849, "type=bottom", "waterlogged=true")); - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10850, "type=bottom", "waterlogged=false")); - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10851, "type=double", "waterlogged=true")); - Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10852, "type=double", "waterlogged=false")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10847, "type=top","waterlogged=true")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10848, "type=top","waterlogged=false")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10849, "type=bottom","waterlogged=true")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10850, "type=bottom","waterlogged=false")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10851, "type=double","waterlogged=true")); + Block.ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10852, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java index 21f1d9807..4d149ae3f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AndesiteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10473, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10474, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10475, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10476, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10477, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10478, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10479, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10480, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10481, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10482, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10483, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10484, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10485, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10486, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10487, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10488, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10489, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10490, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10491, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10492, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10493, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10494, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10495, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10496, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10497, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10498, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10499, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10500, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10501, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10502, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10503, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10504, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10505, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10506, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10507, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10508, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10509, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10510, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10511, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10512, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10513, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10514, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10515, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10516, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10517, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10518, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10519, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10520, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10521, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10522, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10523, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10524, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10525, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10526, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10527, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10528, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10529, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10530, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10531, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10532, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10533, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10534, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10535, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10536, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10537, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10538, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10539, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10540, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10541, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10542, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10543, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10544, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10545, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10546, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10547, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10548, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10549, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10550, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10551, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10552, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10473, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10474, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10475, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10476, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10477, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10478, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10479, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10480, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10481, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10482, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10483, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10484, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10485, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10486, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10487, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10488, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10489, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10490, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10491, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10492, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10493, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10494, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10495, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10496, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10497, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10498, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10499, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10500, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10501, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10502, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10503, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10504, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10505, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10506, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10507, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10508, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10509, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10510, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10511, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10512, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10513, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10514, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10515, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10516, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10517, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10518, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10519, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10520, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10521, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10522, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10523, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10524, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10525, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10526, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10527, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10528, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10529, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10530, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10531, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10532, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10533, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10534, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10535, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10536, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10537, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10538, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10539, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10540, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10541, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10542, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10543, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10544, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10545, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10546, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10547, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10548, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10549, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10550, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10551, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10552, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java index dd094bde9..5b099ddfc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AndesiteWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AndesiteWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13139, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13140, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13141, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13142, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13143, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13144, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13145, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13146, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13147, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13148, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13149, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13150, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13151, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13152, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13153, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13154, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13155, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13156, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13157, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13158, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13159, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13160, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13161, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13162, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13163, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13164, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13165, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13166, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13167, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13168, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13169, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13170, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13171, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13172, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13173, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13174, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13175, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13176, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13177, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13178, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13179, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13180, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13181, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13182, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13183, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13184, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13185, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13186, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13187, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13188, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13189, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13190, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13191, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13192, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13193, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13194, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13195, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13196, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13197, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13198, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13199, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13200, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13201, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13202, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13203, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13204, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13205, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13206, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13207, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13208, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13209, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13210, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13211, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13212, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13213, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13214, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13215, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13216, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13217, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13218, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13219, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13220, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13221, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13222, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13223, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13224, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13225, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13226, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13227, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13228, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13229, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13230, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13231, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13232, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13233, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13234, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13235, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13236, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13237, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13238, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13239, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13240, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13241, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13242, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13243, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13244, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13245, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13246, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13247, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13248, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13249, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13250, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13251, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13252, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13253, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13254, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13255, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13256, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13257, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13258, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13259, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13260, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13261, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13262, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13263, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13264, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13265, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13266, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13267, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13268, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13269, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13270, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13271, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13272, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13273, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13274, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13275, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13276, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13277, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13278, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13279, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13280, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13281, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13282, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13283, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13284, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13285, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13286, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13287, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13288, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13289, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13290, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13291, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13292, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13293, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13294, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13295, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13296, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13297, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13298, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13299, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13300, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13301, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13302, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13303, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13304, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13305, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13306, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13307, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13308, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13309, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13310, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13311, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13312, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13313, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13314, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13315, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13316, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13317, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13318, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13319, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13320, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13321, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13322, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13323, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13324, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13325, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13326, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13327, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13328, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13329, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13330, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13331, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13332, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13333, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13334, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13335, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13336, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13337, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13338, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13339, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13340, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13341, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13342, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13343, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13344, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13345, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13346, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13347, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13348, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13349, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13350, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13351, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13352, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13353, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13354, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13355, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13356, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13357, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13358, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13359, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13360, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13361, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13362, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13363, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13364, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13365, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13366, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13367, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13368, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13369, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13370, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13371, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13372, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13373, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13374, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13375, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13376, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13377, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13378, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13379, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13380, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13381, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13382, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13383, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13384, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13385, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13386, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13387, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13388, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13389, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13390, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13391, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13392, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13393, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13394, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13395, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13396, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13397, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13398, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13399, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13400, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13401, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13402, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13403, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13404, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13405, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13406, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13407, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13408, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13409, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13410, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13411, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13412, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13413, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13414, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13415, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13416, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13417, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13418, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13419, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13420, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13421, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13422, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13423, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13424, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13425, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13426, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13427, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13428, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13429, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13430, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13431, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13432, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13433, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13434, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13435, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13436, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13437, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13438, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13439, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13440, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13441, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13442, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13443, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13444, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13445, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13446, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13447, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13448, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13449, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13450, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13451, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13452, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13453, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13454, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13455, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13456, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13457, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13458, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13459, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13460, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13461, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13462, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13139, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13140, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13141, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13142, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13143, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13144, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13145, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13146, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13147, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13148, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13149, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13150, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13151, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13152, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13153, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13154, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13155, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13156, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13157, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13158, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13159, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13160, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13161, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13162, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13163, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13164, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13165, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13166, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13167, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13168, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13169, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13170, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13171, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13172, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13173, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13174, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13175, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13176, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13177, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13178, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13179, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13180, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13181, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13182, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13183, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13184, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13185, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13186, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13187, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13188, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13189, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13190, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13191, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13192, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13193, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13194, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13195, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13196, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13197, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13198, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13199, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13200, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13201, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13202, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13203, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13204, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13205, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13206, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13207, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13208, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13209, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13210, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13211, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13212, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13213, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13214, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13215, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13216, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13217, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13218, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13219, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13220, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13221, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13222, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13223, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13224, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13225, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13226, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13227, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13228, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13229, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13230, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13231, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13232, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13233, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13234, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13235, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13236, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13237, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13238, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13239, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13240, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13241, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13242, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13243, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13244, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13245, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13246, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13247, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13248, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13249, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13250, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13251, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13252, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13253, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13254, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13255, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13256, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13257, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13258, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13259, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13260, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13261, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13262, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13263, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13264, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13265, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13266, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13267, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13268, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13269, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13270, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13271, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13272, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13273, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13274, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13275, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13276, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13277, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13278, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13279, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13280, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13281, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13282, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13283, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13284, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13285, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13286, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13287, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13288, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13289, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13290, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13291, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13292, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13293, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13294, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13295, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13296, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13297, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13298, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13299, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13300, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13301, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13302, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13303, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13304, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13305, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13306, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13307, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13308, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13309, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13310, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13311, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13312, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13313, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13314, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13315, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13316, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13317, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13318, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13319, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13320, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13321, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13322, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13323, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13324, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13325, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13326, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13327, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13328, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13329, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13330, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13331, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13332, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13333, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13334, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13335, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13336, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13337, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13338, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13339, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13340, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13341, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13342, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13343, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13344, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13345, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13346, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13347, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13348, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13349, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13350, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13351, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13352, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13353, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13354, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13355, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13356, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13357, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13358, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13359, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13360, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13361, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13362, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13363, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13364, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13365, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13366, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13367, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13368, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13369, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13370, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13371, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13372, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13373, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13374, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13375, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13376, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13377, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13378, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13379, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13380, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13381, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13382, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13383, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13384, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13385, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13386, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13387, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13388, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13389, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13390, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13391, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13392, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13393, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13394, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13395, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13396, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13397, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13398, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13399, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13400, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13401, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13402, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13403, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13404, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13405, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13406, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13407, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13408, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13409, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13410, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13411, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13412, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13413, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13414, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13415, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13416, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13417, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13418, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13419, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13420, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13421, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13422, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13423, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13424, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13425, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13426, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13427, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13428, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13429, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13430, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13431, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13432, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13433, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13434, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13435, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13436, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13437, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13438, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13439, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13440, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13441, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13442, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13443, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13444, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13445, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13446, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13447, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13448, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13449, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13450, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13451, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13452, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13453, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13454, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13455, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13456, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13457, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13458, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13459, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13460, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13461, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.ANDESITE_WALL.addBlockAlternative(new BlockAlternative((short) 13462, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java index 56c942205..94f08124a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Anvil.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Anvil { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ANVIL.addBlockAlternative(new BlockAlternative((short) 6614, "facing=north")); Block.ANVIL.addBlockAlternative(new BlockAlternative((short) 6615, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java index 5cdca76df..6292dd22f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedMelonStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AttachedMelonStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4772, "facing=north")); Block.ATTACHED_MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4773, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java index 685a3eda0..7c1f37760 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AttachedPumpkinStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class AttachedPumpkinStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4768, "facing=north")); Block.ATTACHED_PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4769, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/AzureBluet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/AzureBluet.java new file mode 100644 index 000000000..575db0c47 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/AzureBluet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class AzureBluet { + public static void initStates() { + Block.AZURE_BLUET.addBlockAlternative(new BlockAlternative((short) 1416)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java index db8ce6372..fc2669079 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bamboo.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Bamboo { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9656, "age=0", "leaves=none", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9657, "age=0", "leaves=none", "stage=1")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9658, "age=0", "leaves=small", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9659, "age=0", "leaves=small", "stage=1")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9660, "age=0", "leaves=large", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9661, "age=0", "leaves=large", "stage=1")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9662, "age=1", "leaves=none", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9663, "age=1", "leaves=none", "stage=1")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9664, "age=1", "leaves=small", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9665, "age=1", "leaves=small", "stage=1")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9666, "age=1", "leaves=large", "stage=0")); - Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9667, "age=1", "leaves=large", "stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9656, "age=0","leaves=none","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9657, "age=0","leaves=none","stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9658, "age=0","leaves=small","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9659, "age=0","leaves=small","stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9660, "age=0","leaves=large","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9661, "age=0","leaves=large","stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9662, "age=1","leaves=none","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9663, "age=1","leaves=none","stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9664, "age=1","leaves=small","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9665, "age=1","leaves=small","stage=1")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9666, "age=1","leaves=large","stage=0")); + Block.BAMBOO.addBlockAlternative(new BlockAlternative((short) 9667, "age=1","leaves=large","stage=1")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BambooSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BambooSapling.java new file mode 100644 index 000000000..4c1803fd9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BambooSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BambooSapling { + public static void initStates() { + Block.BAMBOO_SAPLING.addBlockAlternative(new BlockAlternative((short) 9655)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java index 38dbeef29..5ad2d238d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrel.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Barrel { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14795, "facing=north", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14796, "facing=north", "open=false")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14797, "facing=east", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14798, "facing=east", "open=false")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14799, "facing=south", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14800, "facing=south", "open=false")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14801, "facing=west", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14802, "facing=west", "open=false")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14803, "facing=up", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14804, "facing=up", "open=false")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14805, "facing=down", "open=true")); - Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14806, "facing=down", "open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14795, "facing=north","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14796, "facing=north","open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14797, "facing=east","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14798, "facing=east","open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14799, "facing=south","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14800, "facing=south","open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14801, "facing=west","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14802, "facing=west","open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14803, "facing=up","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14804, "facing=up","open=false")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14805, "facing=down","open=true")); + Block.BARREL.addBlockAlternative(new BlockAlternative((short) 14806, "facing=down","open=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Barrier.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrier.java new file mode 100644 index 000000000..a83db7ea2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Barrier.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Barrier { + public static void initStates() { + Block.BARRIER.addBlockAlternative(new BlockAlternative((short) 7540)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java index 67ee1e07f..3454f31c8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Basalt.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Basalt { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BASALT.addBlockAlternative(new BlockAlternative((short) 4002, "axis=x")); Block.BASALT.addBlockAlternative(new BlockAlternative((short) 4003, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Beacon.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beacon.java new file mode 100644 index 000000000..deb5fa122 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beacon.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Beacon { + public static void initStates() { + Block.BEACON.addBlockAlternative(new BlockAlternative((short) 5660)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bedrock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bedrock.java new file mode 100644 index 000000000..d40fac6bf --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bedrock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Bedrock { + public static void initStates() { + Block.BEDROCK.addBlockAlternative(new BlockAlternative((short) 33)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java index 7001c0e74..5136ab697 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BeeNest.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BeeNest { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15784, "facing=north", "honey_level=0")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15785, "facing=north", "honey_level=1")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15786, "facing=north", "honey_level=2")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15787, "facing=north", "honey_level=3")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15788, "facing=north", "honey_level=4")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15789, "facing=north", "honey_level=5")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15790, "facing=south", "honey_level=0")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15791, "facing=south", "honey_level=1")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15792, "facing=south", "honey_level=2")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15793, "facing=south", "honey_level=3")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15794, "facing=south", "honey_level=4")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15795, "facing=south", "honey_level=5")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15796, "facing=west", "honey_level=0")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15797, "facing=west", "honey_level=1")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15798, "facing=west", "honey_level=2")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15799, "facing=west", "honey_level=3")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15800, "facing=west", "honey_level=4")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15801, "facing=west", "honey_level=5")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15802, "facing=east", "honey_level=0")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15803, "facing=east", "honey_level=1")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15804, "facing=east", "honey_level=2")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15805, "facing=east", "honey_level=3")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15806, "facing=east", "honey_level=4")); - Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15807, "facing=east", "honey_level=5")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15784, "facing=north","honey_level=0")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15785, "facing=north","honey_level=1")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15786, "facing=north","honey_level=2")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15787, "facing=north","honey_level=3")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15788, "facing=north","honey_level=4")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15789, "facing=north","honey_level=5")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15790, "facing=south","honey_level=0")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15791, "facing=south","honey_level=1")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15792, "facing=south","honey_level=2")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15793, "facing=south","honey_level=3")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15794, "facing=south","honey_level=4")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15795, "facing=south","honey_level=5")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15796, "facing=west","honey_level=0")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15797, "facing=west","honey_level=1")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15798, "facing=west","honey_level=2")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15799, "facing=west","honey_level=3")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15800, "facing=west","honey_level=4")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15801, "facing=west","honey_level=5")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15802, "facing=east","honey_level=0")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15803, "facing=east","honey_level=1")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15804, "facing=east","honey_level=2")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15805, "facing=east","honey_level=3")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15806, "facing=east","honey_level=4")); + Block.BEE_NEST.addBlockAlternative(new BlockAlternative((short) 15807, "facing=east","honey_level=5")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java index 2229e088e..d4fd7811f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beehive.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Beehive { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15808, "facing=north", "honey_level=0")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15809, "facing=north", "honey_level=1")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15810, "facing=north", "honey_level=2")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15811, "facing=north", "honey_level=3")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15812, "facing=north", "honey_level=4")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15813, "facing=north", "honey_level=5")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15814, "facing=south", "honey_level=0")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15815, "facing=south", "honey_level=1")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15816, "facing=south", "honey_level=2")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15817, "facing=south", "honey_level=3")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15818, "facing=south", "honey_level=4")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15819, "facing=south", "honey_level=5")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15820, "facing=west", "honey_level=0")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15821, "facing=west", "honey_level=1")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15822, "facing=west", "honey_level=2")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15823, "facing=west", "honey_level=3")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15824, "facing=west", "honey_level=4")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15825, "facing=west", "honey_level=5")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15826, "facing=east", "honey_level=0")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15827, "facing=east", "honey_level=1")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15828, "facing=east", "honey_level=2")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15829, "facing=east", "honey_level=3")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15830, "facing=east", "honey_level=4")); - Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15831, "facing=east", "honey_level=5")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15808, "facing=north","honey_level=0")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15809, "facing=north","honey_level=1")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15810, "facing=north","honey_level=2")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15811, "facing=north","honey_level=3")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15812, "facing=north","honey_level=4")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15813, "facing=north","honey_level=5")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15814, "facing=south","honey_level=0")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15815, "facing=south","honey_level=1")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15816, "facing=south","honey_level=2")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15817, "facing=south","honey_level=3")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15818, "facing=south","honey_level=4")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15819, "facing=south","honey_level=5")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15820, "facing=west","honey_level=0")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15821, "facing=west","honey_level=1")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15822, "facing=west","honey_level=2")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15823, "facing=west","honey_level=3")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15824, "facing=west","honey_level=4")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15825, "facing=west","honey_level=5")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15826, "facing=east","honey_level=0")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15827, "facing=east","honey_level=1")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15828, "facing=east","honey_level=2")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15829, "facing=east","honey_level=3")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15830, "facing=east","honey_level=4")); + Block.BEEHIVE.addBlockAlternative(new BlockAlternative((short) 15831, "facing=east","honey_level=5")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java index 8ff6402c0..2fe82e169 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Beetroots.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Beetroots { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9223, "age=0")); Block.BEETROOTS.addBlockAlternative(new BlockAlternative((short) 9224, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java index 53ddb11bf..724699bcd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bell.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Bell { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14858, "attachment=floor", "facing=north", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14859, "attachment=floor", "facing=north", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14860, "attachment=floor", "facing=south", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14861, "attachment=floor", "facing=south", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14862, "attachment=floor", "facing=west", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14863, "attachment=floor", "facing=west", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14864, "attachment=floor", "facing=east", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14865, "attachment=floor", "facing=east", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14866, "attachment=ceiling", "facing=north", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14867, "attachment=ceiling", "facing=north", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14868, "attachment=ceiling", "facing=south", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14869, "attachment=ceiling", "facing=south", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14870, "attachment=ceiling", "facing=west", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14871, "attachment=ceiling", "facing=west", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14872, "attachment=ceiling", "facing=east", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14873, "attachment=ceiling", "facing=east", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14874, "attachment=single_wall", "facing=north", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14875, "attachment=single_wall", "facing=north", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14876, "attachment=single_wall", "facing=south", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14877, "attachment=single_wall", "facing=south", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14878, "attachment=single_wall", "facing=west", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14879, "attachment=single_wall", "facing=west", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14880, "attachment=single_wall", "facing=east", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14881, "attachment=single_wall", "facing=east", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14882, "attachment=double_wall", "facing=north", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14883, "attachment=double_wall", "facing=north", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14884, "attachment=double_wall", "facing=south", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14885, "attachment=double_wall", "facing=south", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14886, "attachment=double_wall", "facing=west", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14887, "attachment=double_wall", "facing=west", "powered=false")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14888, "attachment=double_wall", "facing=east", "powered=true")); - Block.BELL.addBlockAlternative(new BlockAlternative((short) 14889, "attachment=double_wall", "facing=east", "powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14858, "attachment=FLOOR","facing=north","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14859, "attachment=FLOOR","facing=north","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14860, "attachment=FLOOR","facing=south","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14861, "attachment=FLOOR","facing=south","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14862, "attachment=FLOOR","facing=west","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14863, "attachment=FLOOR","facing=west","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14864, "attachment=FLOOR","facing=east","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14865, "attachment=FLOOR","facing=east","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14866, "attachment=CEILING","facing=north","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14867, "attachment=CEILING","facing=north","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14868, "attachment=CEILING","facing=south","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14869, "attachment=CEILING","facing=south","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14870, "attachment=CEILING","facing=west","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14871, "attachment=CEILING","facing=west","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14872, "attachment=CEILING","facing=east","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14873, "attachment=CEILING","facing=east","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14874, "attachment=SINGLE_WALL","facing=north","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14875, "attachment=SINGLE_WALL","facing=north","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14876, "attachment=SINGLE_WALL","facing=south","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14877, "attachment=SINGLE_WALL","facing=south","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14878, "attachment=SINGLE_WALL","facing=west","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14879, "attachment=SINGLE_WALL","facing=west","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14880, "attachment=SINGLE_WALL","facing=east","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14881, "attachment=SINGLE_WALL","facing=east","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14882, "attachment=DOUBLE_WALL","facing=north","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14883, "attachment=DOUBLE_WALL","facing=north","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14884, "attachment=DOUBLE_WALL","facing=south","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14885, "attachment=DOUBLE_WALL","facing=south","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14886, "attachment=DOUBLE_WALL","facing=west","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14887, "attachment=DOUBLE_WALL","facing=west","powered=false")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14888, "attachment=DOUBLE_WALL","facing=east","powered=true")); + Block.BELL.addBlockAlternative(new BlockAlternative((short) 14889, "attachment=DOUBLE_WALL","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java index c6896fd82..aa37a5bb7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6398, "face=floor", "facing=north", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6399, "face=floor", "facing=north", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6400, "face=floor", "facing=south", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6401, "face=floor", "facing=south", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6402, "face=floor", "facing=west", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6403, "face=floor", "facing=west", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6404, "face=floor", "facing=east", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6405, "face=floor", "facing=east", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6406, "face=wall", "facing=north", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6407, "face=wall", "facing=north", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6408, "face=wall", "facing=south", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6409, "face=wall", "facing=south", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6410, "face=wall", "facing=west", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6411, "face=wall", "facing=west", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6412, "face=wall", "facing=east", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6413, "face=wall", "facing=east", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6414, "face=ceiling", "facing=north", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6415, "face=ceiling", "facing=north", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6416, "face=ceiling", "facing=south", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6417, "face=ceiling", "facing=south", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6418, "face=ceiling", "facing=west", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6419, "face=ceiling", "facing=west", "powered=false")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6420, "face=ceiling", "facing=east", "powered=true")); - Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6421, "face=ceiling", "facing=east", "powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6398, "face=FLOOR","facing=north","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6399, "face=FLOOR","facing=north","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6400, "face=FLOOR","facing=south","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6401, "face=FLOOR","facing=south","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6402, "face=FLOOR","facing=west","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6403, "face=FLOOR","facing=west","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6404, "face=FLOOR","facing=east","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6405, "face=FLOOR","facing=east","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6406, "face=WALL","facing=north","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6407, "face=WALL","facing=north","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6408, "face=WALL","facing=south","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6409, "face=WALL","facing=south","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6410, "face=WALL","facing=west","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6411, "face=WALL","facing=west","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6412, "face=WALL","facing=east","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6413, "face=WALL","facing=east","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6414, "face=CEILING","facing=north","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6415, "face=CEILING","facing=north","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6416, "face=CEILING","facing=south","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6417, "face=CEILING","facing=south","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6418, "face=CEILING","facing=west","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6419, "face=CEILING","facing=west","powered=false")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6420, "face=CEILING","facing=east","powered=true")); + Block.BIRCH_BUTTON.addBlockAlternative(new BlockAlternative((short) 6421, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java index f5a68f627..62f9e24b5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8806, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8807, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8808, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8809, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8810, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8811, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8812, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8813, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8814, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8815, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8816, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8817, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8818, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8819, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8820, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8821, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8822, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8823, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8824, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8825, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8826, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8827, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8828, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8829, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8830, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8831, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8832, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8833, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8834, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8835, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8836, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8837, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8838, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8839, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8840, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8841, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8842, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8843, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8844, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8845, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8846, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8847, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8848, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8849, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8850, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8851, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8852, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8853, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8854, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8855, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8856, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8857, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8858, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8859, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8860, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8861, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8862, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8863, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8864, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8865, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8866, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8867, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8868, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8869, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8806, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8807, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8808, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8809, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8810, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8811, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8812, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8813, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8814, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8815, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8816, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8817, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8818, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8819, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8820, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8821, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8822, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8823, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8824, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8825, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8826, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8827, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8828, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8829, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8830, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8831, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8832, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8833, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8834, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8835, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8836, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8837, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8838, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8839, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8840, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8841, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8842, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8843, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8844, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8845, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8846, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8847, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8848, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8849, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8850, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8851, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8852, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8853, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8854, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8855, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8856, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8857, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8858, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8859, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8860, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8861, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8862, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8863, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8864, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8865, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8866, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8867, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8868, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.BIRCH_DOOR.addBlockAlternative(new BlockAlternative((short) 8869, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java index 4c8947d1c..f2b012f27 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8614, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8615, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8616, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8617, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8618, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8619, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8620, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8621, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8622, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8623, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8624, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8625, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8626, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8627, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8628, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8629, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8630, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8631, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8632, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8633, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8634, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8635, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8636, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8637, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8638, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8639, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8640, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8641, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8642, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8643, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8644, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8645, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8614, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8615, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8616, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8617, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8618, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8619, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8620, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8621, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8622, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8623, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8624, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8625, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8626, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8627, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8628, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8629, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8630, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8631, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8632, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8633, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8634, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8635, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8636, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8637, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8638, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8639, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8640, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8641, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8642, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8643, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8644, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.BIRCH_FENCE.addBlockAlternative(new BlockAlternative((short) 8645, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java index 42cfa50c4..652d3b41c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8454, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8455, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8456, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8457, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8458, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8459, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8460, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8461, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8462, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8463, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8464, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8465, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8466, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8467, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8468, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8469, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8470, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8471, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8472, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8473, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8474, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8475, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8476, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8477, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8478, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8479, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8480, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8481, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8482, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8483, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8484, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8485, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8454, "facing=north","in_wall=true","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8455, "facing=north","in_wall=true","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8456, "facing=north","in_wall=true","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8457, "facing=north","in_wall=true","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8458, "facing=north","in_wall=false","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8459, "facing=north","in_wall=false","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8460, "facing=north","in_wall=false","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8461, "facing=north","in_wall=false","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8462, "facing=south","in_wall=true","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8463, "facing=south","in_wall=true","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8464, "facing=south","in_wall=true","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8465, "facing=south","in_wall=true","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8466, "facing=south","in_wall=false","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8467, "facing=south","in_wall=false","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8468, "facing=south","in_wall=false","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8469, "facing=south","in_wall=false","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8470, "facing=west","in_wall=true","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8471, "facing=west","in_wall=true","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8472, "facing=west","in_wall=true","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8473, "facing=west","in_wall=true","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8474, "facing=west","in_wall=false","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8475, "facing=west","in_wall=false","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8476, "facing=west","in_wall=false","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8477, "facing=west","in_wall=false","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8478, "facing=east","in_wall=true","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8479, "facing=east","in_wall=true","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8480, "facing=east","in_wall=true","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8481, "facing=east","in_wall=true","open=false","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8482, "facing=east","in_wall=false","open=true","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8483, "facing=east","in_wall=false","open=true","powered=false")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8484, "facing=east","in_wall=false","open=false","powered=true")); + Block.BIRCH_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8485, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java index 9b879ac52..1a41e4ce9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 173, "distance=1", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 174, "distance=1", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 175, "distance=2", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 176, "distance=2", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 177, "distance=3", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 178, "distance=3", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 179, "distance=4", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 180, "distance=4", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 181, "distance=5", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 182, "distance=5", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 183, "distance=6", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 184, "distance=6", "persistent=false")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 185, "distance=7", "persistent=true")); - Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 186, "distance=7", "persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 173, "distance=1","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 174, "distance=1","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 175, "distance=2","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 176, "distance=2","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 177, "distance=3","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 178, "distance=3","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 179, "distance=4","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 180, "distance=4","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 181, "distance=5","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 182, "distance=5","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 183, "distance=6","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 184, "distance=6","persistent=false")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 185, "distance=7","persistent=true")); + Block.BIRCH_LEAVES.addBlockAlternative(new BlockAlternative((short) 186, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java index 0832da3ee..92b00450f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 79, "axis=x")); Block.BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 80, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPlanks.java new file mode 100644 index 000000000..cf8c21abe --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BirchPlanks { + public static void initStates() { + Block.BIRCH_PLANKS.addBlockAlternative(new BlockAlternative((short) 17)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java index 2d491da68..f6d3797f1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3877, "powered=true")); Block.BIRCH_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3878, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java index ee723699b..797245ddd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BIRCH_SAPLING.addBlockAlternative(new BlockAlternative((short) 25, "stage=0")); Block.BIRCH_SAPLING.addBlockAlternative(new BlockAlternative((short) 26, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java index c63b30f6f..2446112b1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3445, "rotation=0", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3446, "rotation=0", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3447, "rotation=1", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3448, "rotation=1", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3449, "rotation=2", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3450, "rotation=2", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3451, "rotation=3", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3452, "rotation=3", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3453, "rotation=4", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3454, "rotation=4", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3455, "rotation=5", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3456, "rotation=5", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3457, "rotation=6", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3458, "rotation=6", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3459, "rotation=7", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3460, "rotation=7", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3461, "rotation=8", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3462, "rotation=8", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3463, "rotation=9", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3464, "rotation=9", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3465, "rotation=10", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3466, "rotation=10", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3467, "rotation=11", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3468, "rotation=11", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3469, "rotation=12", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3470, "rotation=12", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3471, "rotation=13", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3472, "rotation=13", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3473, "rotation=14", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3474, "rotation=14", "waterlogged=false")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3475, "rotation=15", "waterlogged=true")); - Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3476, "rotation=15", "waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3445, "rotation=0","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3446, "rotation=0","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3447, "rotation=1","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3448, "rotation=1","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3449, "rotation=2","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3450, "rotation=2","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3451, "rotation=3","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3452, "rotation=3","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3453, "rotation=4","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3454, "rotation=4","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3455, "rotation=5","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3456, "rotation=5","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3457, "rotation=6","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3458, "rotation=6","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3459, "rotation=7","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3460, "rotation=7","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3461, "rotation=8","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3462, "rotation=8","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3463, "rotation=9","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3464, "rotation=9","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3465, "rotation=10","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3466, "rotation=10","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3467, "rotation=11","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3468, "rotation=11","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3469, "rotation=12","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3470, "rotation=12","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3471, "rotation=13","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3472, "rotation=13","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3473, "rotation=14","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3474, "rotation=14","waterlogged=false")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3475, "rotation=15","waterlogged=true")); + Block.BIRCH_SIGN.addBlockAlternative(new BlockAlternative((short) 3476, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java index c51a7eae1..4a8ba8fdc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8316, "type=top", "waterlogged=true")); - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8317, "type=top", "waterlogged=false")); - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8318, "type=bottom", "waterlogged=true")); - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8319, "type=bottom", "waterlogged=false")); - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8320, "type=double", "waterlogged=true")); - Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8321, "type=double", "waterlogged=false")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8316, "type=top","waterlogged=true")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8317, "type=top","waterlogged=false")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8318, "type=bottom","waterlogged=true")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8319, "type=bottom","waterlogged=false")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8320, "type=double","waterlogged=true")); + Block.BIRCH_SLAB.addBlockAlternative(new BlockAlternative((short) 8321, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java index 3d9f9e43d..055e7bad9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5488, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5489, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5490, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5491, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5492, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5493, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5494, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5495, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5496, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5497, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5498, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5499, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5500, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5501, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5502, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5503, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5504, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5505, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5506, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5507, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5508, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5509, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5510, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5511, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5512, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5513, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5514, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5515, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5516, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5517, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5518, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5519, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5520, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5521, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5522, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5523, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5524, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5525, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5526, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5527, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5528, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5529, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5530, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5531, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5532, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5533, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5534, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5535, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5536, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5537, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5538, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5539, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5540, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5541, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5542, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5543, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5544, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5545, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5546, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5547, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5548, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5549, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5550, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5551, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5552, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5553, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5554, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5555, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5556, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5557, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5558, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5559, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5560, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5561, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5562, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5563, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5564, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5565, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5566, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5567, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5488, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5489, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5490, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5491, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5492, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5493, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5494, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5495, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5496, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5497, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5498, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5499, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5500, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5501, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5502, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5503, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5504, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5505, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5506, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5507, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5508, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5509, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5510, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5511, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5512, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5513, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5514, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5515, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5516, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5517, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5518, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5519, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5520, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5521, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5522, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5523, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5524, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5525, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5526, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5527, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5528, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5529, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5530, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5531, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5532, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5533, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5534, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5535, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5536, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5537, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5538, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5539, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5540, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5541, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5542, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5543, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5544, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5545, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5546, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5547, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5548, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5549, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5550, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5551, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5552, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5553, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5554, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5555, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5556, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5557, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5558, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5559, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5560, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5561, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5562, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5563, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5564, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5565, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5566, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.BIRCH_STAIRS.addBlockAlternative(new BlockAlternative((short) 5567, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java index 58531f6d6..601fbc24e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4239, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4240, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4241, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4242, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4243, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4244, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4245, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4246, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4247, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4248, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4249, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4250, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4251, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4252, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4253, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4254, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4255, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4256, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4257, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4258, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4259, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4260, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4261, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4262, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4263, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4264, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4265, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4266, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4267, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4268, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4269, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4270, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4271, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4272, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4273, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4274, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4275, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4276, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4277, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4278, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4279, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4280, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4281, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4282, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4283, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4284, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4285, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4286, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4287, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4288, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4289, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4290, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4291, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4292, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4293, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4294, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4295, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4296, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4297, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4298, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4299, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4300, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4301, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4302, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4239, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4240, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4241, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4242, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4243, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4244, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4245, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4246, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4247, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4248, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4249, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4250, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4251, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4252, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4253, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4254, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4255, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4256, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4257, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4258, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4259, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4260, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4261, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4262, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4263, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4264, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4265, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4266, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4267, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4268, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4269, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4270, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4271, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4272, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4273, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4274, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4275, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4276, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4277, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4278, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4279, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4280, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4281, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4282, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4283, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4284, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4285, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4286, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4287, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4288, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4289, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4290, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4291, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4292, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4293, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4294, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4295, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4296, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4297, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4298, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4299, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4300, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4301, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.BIRCH_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4302, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java index c3d4d1156..37a6caf69 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3751, "facing=north", "waterlogged=true")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3752, "facing=north", "waterlogged=false")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3753, "facing=south", "waterlogged=true")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3754, "facing=south", "waterlogged=false")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3755, "facing=west", "waterlogged=true")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3756, "facing=west", "waterlogged=false")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3757, "facing=east", "waterlogged=true")); - Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3758, "facing=east", "waterlogged=false")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3751, "facing=north","waterlogged=true")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3752, "facing=north","waterlogged=false")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3753, "facing=south","waterlogged=true")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3754, "facing=south","waterlogged=false")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3755, "facing=west","waterlogged=true")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3756, "facing=west","waterlogged=false")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3757, "facing=east","waterlogged=true")); + Block.BIRCH_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3758, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java index 33b549df0..5a232d5ba 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BirchWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BirchWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 115, "axis=x")); Block.BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 116, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java index f20f4a895..e76d0e302 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8141, "rotation=0")); Block.BLACK_BANNER.addBlockAlternative(new BlockAlternative((short) 8142, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java index 8eea04543..ccdfc6d9a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1289, "facing=north", "occupied=true", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1290, "facing=north", "occupied=true", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1291, "facing=north", "occupied=false", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1292, "facing=north", "occupied=false", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1293, "facing=south", "occupied=true", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1294, "facing=south", "occupied=true", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1295, "facing=south", "occupied=false", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1296, "facing=south", "occupied=false", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1297, "facing=west", "occupied=true", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1298, "facing=west", "occupied=true", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1299, "facing=west", "occupied=false", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1300, "facing=west", "occupied=false", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1301, "facing=east", "occupied=true", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1302, "facing=east", "occupied=true", "part=foot")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1303, "facing=east", "occupied=false", "part=head")); - Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1304, "facing=east", "occupied=false", "part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1289, "facing=north","occupied=true","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1290, "facing=north","occupied=true","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1291, "facing=north","occupied=false","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1292, "facing=north","occupied=false","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1293, "facing=south","occupied=true","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1294, "facing=south","occupied=true","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1295, "facing=south","occupied=false","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1296, "facing=south","occupied=false","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1297, "facing=west","occupied=true","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1298, "facing=west","occupied=true","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1299, "facing=west","occupied=false","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1300, "facing=west","occupied=false","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1301, "facing=east","occupied=true","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1302, "facing=east","occupied=true","part=foot")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1303, "facing=east","occupied=false","part=head")); + Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1304, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackCarpet.java new file mode 100644 index 000000000..6541fbf48 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackCarpet { + public static void initStates() { + Block.BLACK_CARPET.addBlockAlternative(new BlockAlternative((short) 7885)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcrete.java new file mode 100644 index 000000000..5136eb85b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackConcrete { + public static void initStates() { + Block.BLACK_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9457)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcretePowder.java new file mode 100644 index 000000000..fd34f9161 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackConcretePowder { + public static void initStates() { + Block.BLACK_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9473)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java index a5eaf389c..fc3629590 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9438, "facing=north")); Block.BLACK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9439, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java index 6a5ed8323..4b244a9f1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9372, "facing=north")); Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9373, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlass.java new file mode 100644 index 000000000..fb6aa9711 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackStainedGlass { + public static void initStates() { + Block.BLACK_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4110)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java index a73d1895b..258c0420a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7347, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7348, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7349, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7350, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7351, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7352, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7353, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7354, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7355, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7356, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7357, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7358, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7359, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7360, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7361, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7362, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7363, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7364, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7365, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7366, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7367, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7368, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7369, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7370, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7371, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7372, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7373, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7374, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7375, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7376, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7377, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7378, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7347, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7348, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7349, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7350, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7351, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7352, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7353, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7354, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7355, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7356, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7357, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7358, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7359, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7360, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7361, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7362, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7363, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7364, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7365, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7366, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7367, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7368, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7369, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7370, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7371, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7372, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7373, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7374, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7375, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7376, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7377, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7378, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackTerracotta.java new file mode 100644 index 000000000..2471c6edd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackTerracotta { + public static void initStates() { + Block.BLACK_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6866)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java index a7c6ce9ca..d56ad3c20 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8217, "facing=north")); Block.BLACK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8218, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWool.java new file mode 100644 index 000000000..cf92d8c0b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlackWool { + public static void initStates() { + Block.BLACK_WOOL.addBlockAlternative(new BlockAlternative((short) 1399)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Blackstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Blackstone.java new file mode 100644 index 000000000..fd90672c4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Blackstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Blackstone { + public static void initStates() { + Block.BLACKSTONE.addBlockAlternative(new BlockAlternative((short) 15847)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java index 144122b6a..01e6e4c7e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16252, "type=top", "waterlogged=true")); - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16253, "type=top", "waterlogged=false")); - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16254, "type=bottom", "waterlogged=true")); - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16255, "type=bottom", "waterlogged=false")); - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16256, "type=double", "waterlogged=true")); - Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16257, "type=double", "waterlogged=false")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16252, "type=top","waterlogged=true")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16253, "type=top","waterlogged=false")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16254, "type=bottom","waterlogged=true")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16255, "type=bottom","waterlogged=false")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16256, "type=double","waterlogged=true")); + Block.BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16257, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java index 8f59f0627..cbb3f1a4b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15848, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15849, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15850, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15851, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15852, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15853, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15854, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15855, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15856, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15857, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15858, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15859, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15860, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15861, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15862, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15863, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15864, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15865, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15866, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15867, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15868, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15869, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15870, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15871, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15872, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15873, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15874, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15875, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15876, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15877, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15878, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15879, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15880, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15881, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15882, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15883, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15884, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15885, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15886, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15887, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15888, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15889, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15890, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15891, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15892, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15893, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15894, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15895, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15896, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15897, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15898, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15899, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15900, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15901, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15902, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15903, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15904, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15905, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15906, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15907, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15908, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15909, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15910, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15911, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15912, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15913, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15914, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15915, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15916, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15917, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15918, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15919, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15920, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15921, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15922, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15923, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15924, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15925, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15926, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15927, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15848, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15849, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15850, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15851, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15852, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15853, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15854, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15855, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15856, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15857, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15858, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15859, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15860, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15861, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15862, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15863, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15864, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15865, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15866, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15867, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15868, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15869, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15870, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15871, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15872, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15873, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15874, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15875, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15876, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15877, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15878, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15879, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15880, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15881, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15882, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15883, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15884, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15885, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15886, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15887, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15888, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15889, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15890, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15891, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15892, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15893, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15894, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15895, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15896, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15897, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15898, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15899, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15900, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15901, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15902, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15903, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15904, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15905, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15906, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15907, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15908, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15909, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15910, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15911, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15912, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15913, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15914, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15915, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15916, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15917, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15918, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15919, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15920, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15921, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15922, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15923, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15924, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15925, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15926, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 15927, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java index 8fea73a1f..c571b5bb3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackstoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15928, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15929, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15930, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15931, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15932, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15933, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15934, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15935, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15936, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15937, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15938, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15939, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15940, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15941, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15942, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15943, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15944, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15945, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15946, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15947, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15948, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15949, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15950, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15951, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15952, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15953, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15954, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15955, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15956, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15957, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15958, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15959, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15960, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15961, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15962, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15963, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15964, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15965, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15966, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15967, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15968, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15969, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15970, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15971, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15972, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15973, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15974, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15975, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15976, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15977, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15978, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15979, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15980, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15981, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15982, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15983, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15984, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15985, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15986, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15987, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15988, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15989, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15990, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15991, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15992, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15993, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15994, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15995, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15996, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15997, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15998, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15999, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16000, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16001, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16002, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16003, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16004, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16005, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16006, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16007, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16008, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16009, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16010, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16011, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16012, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16013, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16014, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16015, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16016, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16017, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16018, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16019, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16020, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16021, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16022, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16023, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16024, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16025, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16026, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16027, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16028, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16029, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16030, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16031, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16032, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16033, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16034, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16035, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16036, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16037, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16038, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16039, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16040, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16041, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16042, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16043, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16044, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16045, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16046, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16047, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16048, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16049, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16050, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16051, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16052, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16053, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16054, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16055, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16056, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16057, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16058, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16059, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16060, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16061, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16062, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16063, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16064, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16065, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16066, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16067, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16068, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16069, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16070, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16071, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16072, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16073, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16074, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16075, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16076, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16077, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16078, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16079, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16080, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16081, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16082, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16083, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16084, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16085, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16086, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16087, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16088, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16089, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16090, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16091, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16092, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16093, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16094, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16095, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16096, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16097, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16098, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16099, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16100, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16101, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16102, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16103, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16104, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16105, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16106, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16107, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16108, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16109, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16110, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16111, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16112, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16113, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16114, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16115, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16116, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16117, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16118, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16119, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16120, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16121, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16122, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16123, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16124, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16125, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16126, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16127, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16128, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16129, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16130, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16131, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16132, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16133, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16134, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16135, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16136, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16137, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16138, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16139, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16140, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16141, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16142, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16143, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16144, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16145, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16146, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16147, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16148, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16149, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16150, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16151, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16152, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16153, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16154, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16155, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16156, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16157, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16158, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16159, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16160, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16161, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16162, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16163, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16164, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16165, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16166, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16167, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16168, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16169, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16170, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16171, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16172, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16173, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16174, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16175, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16176, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16177, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16178, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16179, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16180, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16181, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16182, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16183, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16184, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16185, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16186, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16187, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16188, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16189, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16190, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16191, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16192, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16193, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16194, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16195, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16196, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16197, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16198, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16199, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16200, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16201, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16202, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16203, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16204, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16205, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16206, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16207, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16208, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16209, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16210, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16211, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16212, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16213, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16214, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16215, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16216, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16217, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16218, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16219, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16220, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16221, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16222, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16223, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16224, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16225, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16226, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16227, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16228, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16229, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16230, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16231, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16232, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16233, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16234, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16235, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16236, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16237, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16238, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16239, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16240, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16241, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16242, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16243, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16244, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16245, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16246, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16247, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16248, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16249, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16250, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16251, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15928, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15929, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15930, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15931, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15932, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15933, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15934, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15935, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15936, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15937, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15938, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15939, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15940, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15941, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15942, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15943, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15944, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15945, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15946, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15947, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15948, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15949, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15950, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15951, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15952, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15953, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15954, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15955, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15956, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15957, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15958, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15959, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15960, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15961, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15962, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15963, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15964, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15965, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15966, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15967, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15968, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15969, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15970, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15971, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15972, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15973, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15974, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15975, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15976, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15977, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15978, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15979, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15980, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15981, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15982, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15983, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15984, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15985, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15986, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15987, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15988, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15989, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15990, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15991, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15992, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15993, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15994, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15995, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15996, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15997, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15998, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 15999, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16000, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16001, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16002, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16003, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16004, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16005, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16006, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16007, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16008, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16009, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16010, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16011, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16012, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16013, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16014, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16015, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16016, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16017, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16018, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16019, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16020, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16021, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16022, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16023, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16024, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16025, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16026, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16027, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16028, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16029, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16030, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16031, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16032, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16033, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16034, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16035, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16036, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16037, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16038, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16039, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16040, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16041, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16042, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16043, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16044, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16045, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16046, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16047, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16048, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16049, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16050, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16051, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16052, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16053, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16054, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16055, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16056, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16057, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16058, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16059, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16060, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16061, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16062, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16063, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16064, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16065, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16066, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16067, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16068, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16069, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16070, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16071, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16072, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16073, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16074, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16075, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16076, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16077, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16078, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16079, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16080, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16081, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16082, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16083, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16084, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16085, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16086, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16087, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16088, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16089, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16090, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16091, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16092, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16093, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16094, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16095, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16096, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16097, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16098, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16099, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16100, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16101, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16102, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16103, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16104, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16105, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16106, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16107, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16108, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16109, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16110, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16111, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16112, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16113, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16114, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16115, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16116, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16117, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16118, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16119, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16120, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16121, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16122, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16123, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16124, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16125, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16126, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16127, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16128, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16129, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16130, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16131, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16132, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16133, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16134, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16135, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16136, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16137, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16138, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16139, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16140, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16141, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16142, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16143, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16144, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16145, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16146, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16147, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16148, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16149, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16150, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16151, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16152, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16153, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16154, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16155, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16156, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16157, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16158, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16159, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16160, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16161, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16162, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16163, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16164, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16165, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16166, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16167, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16168, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16169, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16170, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16171, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16172, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16173, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16174, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16175, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16176, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16177, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16178, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16179, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16180, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16181, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16182, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16183, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16184, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16185, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16186, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16187, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16188, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16189, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16190, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16191, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16192, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16193, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16194, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16195, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16196, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16197, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16198, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16199, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16200, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16201, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16202, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16203, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16204, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16205, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16206, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16207, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16208, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16209, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16210, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16211, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16212, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16213, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16214, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16215, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16216, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16217, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16218, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16219, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16220, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16221, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16222, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16223, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16224, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16225, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16226, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16227, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16228, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16229, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16230, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16231, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16232, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16233, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16234, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16235, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16236, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16237, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16238, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16239, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16240, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16241, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16242, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16243, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16244, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16245, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16246, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16247, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16248, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16249, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16250, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16251, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java index 368fd5e0e..9700b6547 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlastFurnace.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlastFurnace { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14815, "facing=north", "lit=true")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14816, "facing=north", "lit=false")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14817, "facing=south", "lit=true")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14818, "facing=south", "lit=false")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14819, "facing=west", "lit=true")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14820, "facing=west", "lit=false")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14821, "facing=east", "lit=true")); - Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14822, "facing=east", "lit=false")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14815, "facing=north","lit=true")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14816, "facing=north","lit=false")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14817, "facing=south","lit=true")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14818, "facing=south","lit=false")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14819, "facing=west","lit=true")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14820, "facing=west","lit=false")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14821, "facing=east","lit=true")); + Block.BLAST_FURNACE.addBlockAlternative(new BlockAlternative((short) 14822, "facing=east","lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java index 974e0b4b6..0ad8e26dc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8077, "rotation=0")); Block.BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 8078, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java index 7395bece2..f4077b74a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1225, "facing=north", "occupied=true", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1226, "facing=north", "occupied=true", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1227, "facing=north", "occupied=false", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1228, "facing=north", "occupied=false", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1229, "facing=south", "occupied=true", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1230, "facing=south", "occupied=true", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1231, "facing=south", "occupied=false", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1232, "facing=south", "occupied=false", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1233, "facing=west", "occupied=true", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1234, "facing=west", "occupied=true", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1235, "facing=west", "occupied=false", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1236, "facing=west", "occupied=false", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1237, "facing=east", "occupied=true", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1238, "facing=east", "occupied=true", "part=foot")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1239, "facing=east", "occupied=false", "part=head")); - Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1240, "facing=east", "occupied=false", "part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1225, "facing=north","occupied=true","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1226, "facing=north","occupied=true","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1227, "facing=north","occupied=false","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1228, "facing=north","occupied=false","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1229, "facing=south","occupied=true","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1230, "facing=south","occupied=true","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1231, "facing=south","occupied=false","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1232, "facing=south","occupied=false","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1233, "facing=west","occupied=true","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1234, "facing=west","occupied=true","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1235, "facing=west","occupied=false","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1236, "facing=west","occupied=false","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1237, "facing=east","occupied=true","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1238, "facing=east","occupied=true","part=foot")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1239, "facing=east","occupied=false","part=head")); + Block.BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1240, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueCarpet.java new file mode 100644 index 000000000..53515a874 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueCarpet { + public static void initStates() { + Block.BLUE_CARPET.addBlockAlternative(new BlockAlternative((short) 7881)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcrete.java new file mode 100644 index 000000000..da8c0d46a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueConcrete { + public static void initStates() { + Block.BLUE_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9453)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcretePowder.java new file mode 100644 index 000000000..04a62eba5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueConcretePowder { + public static void initStates() { + Block.BLUE_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9469)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java index 0c3a2899f..4d88dd06e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9422, "facing=north")); Block.BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9423, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueIce.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueIce.java new file mode 100644 index 000000000..576fe45e9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueIce.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueIce { + public static void initStates() { + Block.BLUE_ICE.addBlockAlternative(new BlockAlternative((short) 9652)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueOrchid.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueOrchid.java new file mode 100644 index 000000000..a59bec444 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueOrchid.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueOrchid { + public static void initStates() { + Block.BLUE_ORCHID.addBlockAlternative(new BlockAlternative((short) 1414)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java index 953f1cc1b..116fc39e4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9348, "facing=north")); Block.BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9349, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlass.java new file mode 100644 index 000000000..598194178 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueStainedGlass { + public static void initStates() { + Block.BLUE_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4106)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java index 22252ce37..ab6544e1e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7219, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7220, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7221, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7222, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7223, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7224, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7225, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7226, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7227, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7228, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7229, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7230, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7231, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7232, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7233, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7234, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7235, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7236, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7237, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7238, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7239, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7240, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7241, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7242, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7243, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7244, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7245, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7246, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7247, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7248, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7249, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7250, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7219, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7220, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7221, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7222, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7223, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7224, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7225, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7226, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7227, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7228, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7229, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7230, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7231, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7232, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7233, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7234, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7235, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7236, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7237, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7238, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7239, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7240, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7241, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7242, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7243, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7244, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7245, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7246, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7247, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7248, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7249, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7250, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueTerracotta.java new file mode 100644 index 000000000..7a7485737 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueTerracotta { + public static void initStates() { + Block.BLUE_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6862)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java index 322907214..c80f34283 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlueWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8201, "facing=north")); Block.BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8202, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWool.java new file mode 100644 index 000000000..7dcb4f98b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BlueWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BlueWool { + public static void initStates() { + Block.BLUE_WOOL.addBlockAlternative(new BlockAlternative((short) 1395)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java index 139377fde..57d25e81d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BoneBlock.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BoneBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 9260, "axis=x")); Block.BONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 9261, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bookshelf.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bookshelf.java new file mode 100644 index 000000000..fa02516c4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bookshelf.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Bookshelf { + public static void initStates() { + Block.BOOKSHELF.addBlockAlternative(new BlockAlternative((short) 1432)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java index a2acf4044..47c561f65 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrainCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9536, "waterlogged=true")); Block.BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9537, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralBlock.java new file mode 100644 index 000000000..b90959cf6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrainCoralBlock { + public static void initStates() { + Block.BRAIN_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9520)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java index 26e892ae5..acb80abb7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrainCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9556, "waterlogged=true")); Block.BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9557, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java index bf057e27d..52ff6d521 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrainCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrainCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9612, "facing=north", "waterlogged=true")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9613, "facing=north", "waterlogged=false")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9614, "facing=south", "waterlogged=true")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9615, "facing=south", "waterlogged=false")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9616, "facing=west", "waterlogged=true")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9617, "facing=west", "waterlogged=false")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9618, "facing=east", "waterlogged=true")); - Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9619, "facing=east", "waterlogged=false")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9612, "facing=north","waterlogged=true")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9613, "facing=north","waterlogged=false")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9614, "facing=south","waterlogged=true")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9615, "facing=south","waterlogged=false")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9616, "facing=west","waterlogged=true")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9617, "facing=west","waterlogged=false")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9618, "facing=east","waterlogged=true")); + Block.BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9619, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java index c298e6a50..cecbc3915 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrewingStand.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrewingStand { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5137, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=true")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5138, "has_bottle_0=true", "has_bottle_1=true", "has_bottle_2=false")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5139, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=true")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5140, "has_bottle_0=true", "has_bottle_1=false", "has_bottle_2=false")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5141, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=true")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5142, "has_bottle_0=false", "has_bottle_1=true", "has_bottle_2=false")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5143, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=true")); - Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5144, "has_bottle_0=false", "has_bottle_1=false", "has_bottle_2=false")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5137, "has_bottle_0=true","has_bottle_1=true","has_bottle_2=true")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5138, "has_bottle_0=true","has_bottle_1=true","has_bottle_2=false")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5139, "has_bottle_0=true","has_bottle_1=false","has_bottle_2=true")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5140, "has_bottle_0=true","has_bottle_1=false","has_bottle_2=false")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5141, "has_bottle_0=false","has_bottle_1=true","has_bottle_2=true")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5142, "has_bottle_0=false","has_bottle_1=true","has_bottle_2=false")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5143, "has_bottle_0=false","has_bottle_1=false","has_bottle_2=true")); + Block.BREWING_STAND.addBlockAlternative(new BlockAlternative((short) 5144, "has_bottle_0=false","has_bottle_1=false","has_bottle_2=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java index a9493366b..486b83383 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8376, "type=top", "waterlogged=true")); - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8377, "type=top", "waterlogged=false")); - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8378, "type=bottom", "waterlogged=true")); - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8379, "type=bottom", "waterlogged=false")); - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8380, "type=double", "waterlogged=true")); - Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8381, "type=double", "waterlogged=false")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8376, "type=top","waterlogged=true")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8377, "type=top","waterlogged=false")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8378, "type=bottom","waterlogged=true")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8379, "type=bottom","waterlogged=false")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8380, "type=double","waterlogged=true")); + Block.BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8381, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java index d089638bd..d6fdd6450 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4856, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4857, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4858, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4859, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4860, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4861, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4862, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4863, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4864, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4865, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4866, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4867, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4868, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4869, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4870, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4871, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4872, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4873, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4874, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4875, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4876, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4877, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4878, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4879, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4880, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4881, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4882, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4883, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4884, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4885, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4886, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4887, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4888, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4889, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4890, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4891, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4892, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4893, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4894, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4895, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4896, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4897, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4898, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4899, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4900, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4901, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4902, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4903, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4904, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4905, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4906, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4907, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4908, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4909, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4910, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4911, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4912, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4913, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4914, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4915, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4916, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4917, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4918, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4919, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4920, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4921, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4922, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4923, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4924, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4925, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4926, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4927, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4928, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4929, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4930, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4931, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4932, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4933, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4934, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4935, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4856, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4857, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4858, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4859, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4860, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4861, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4862, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4863, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4864, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4865, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4866, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4867, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4868, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4869, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4870, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4871, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4872, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4873, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4874, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4875, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4876, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4877, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4878, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4879, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4880, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4881, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4882, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4883, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4884, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4885, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4886, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4887, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4888, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4889, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4890, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4891, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4892, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4893, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4894, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4895, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4896, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4897, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4898, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4899, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4900, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4901, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4902, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4903, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4904, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4905, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4906, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4907, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4908, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4909, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4910, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4911, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4912, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4913, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4914, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4915, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4916, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4917, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4918, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4919, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4920, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4921, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4922, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4923, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4924, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4925, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4926, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4927, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4928, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4929, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4930, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4931, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4932, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4933, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4934, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4935, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java index 4a35ef0ed..57a70f816 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10871, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10872, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10873, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10874, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10875, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10876, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10877, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10878, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10879, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10880, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10881, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10882, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10883, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10884, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10885, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10886, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10887, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10888, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10889, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10890, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10891, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10892, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10893, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10894, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10895, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10896, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10897, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10898, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10899, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10900, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10901, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10902, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10903, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10904, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10905, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10906, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10907, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10908, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10909, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10910, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10911, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10912, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10913, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10914, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10915, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10916, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10917, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10918, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10919, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10920, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10921, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10922, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10923, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10924, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10925, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10926, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10927, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10928, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10929, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10930, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10931, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10932, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10933, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10934, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10935, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10936, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10937, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10938, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10939, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10940, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10941, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10942, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10943, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10944, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10945, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10946, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10947, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10948, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10949, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10950, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10951, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10952, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10953, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10954, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10955, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10956, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10957, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10958, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10959, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10960, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10961, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10962, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10963, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10964, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10965, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10966, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10967, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10968, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10969, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10970, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10971, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10972, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10973, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10974, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10975, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10976, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10977, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10978, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10979, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10980, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10981, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10982, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10983, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10984, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10985, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10986, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10987, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10988, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10989, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10990, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10991, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10992, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10993, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10994, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10995, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10996, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10997, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10998, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10999, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11000, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11001, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11002, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11003, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11004, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11005, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11006, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11007, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11008, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11009, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11010, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11011, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11012, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11013, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11014, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11015, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11016, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11017, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11018, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11019, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11020, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11021, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11022, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11023, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11024, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11025, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11026, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11027, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11028, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11029, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11030, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11031, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11032, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11033, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11034, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11035, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11036, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11037, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11038, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11039, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11040, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11041, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11042, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11043, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11044, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11045, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11046, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11047, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11048, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11049, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11050, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11051, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11052, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11053, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11054, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11055, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11056, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11057, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11058, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11059, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11060, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11061, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11062, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11063, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11064, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11065, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11066, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11067, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11068, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11069, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11070, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11071, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11072, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11073, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11074, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11075, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11076, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11077, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11078, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11079, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11080, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11081, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11082, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11083, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11084, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11085, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11086, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11087, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11088, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11089, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11090, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11091, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11092, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11093, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11094, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11095, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11096, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11097, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11098, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11099, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11100, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11101, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11102, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11103, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11104, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11105, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11106, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11107, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11108, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11109, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11110, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11111, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11112, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11113, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11114, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11115, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11116, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11117, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11118, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11119, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11120, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11121, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11122, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11123, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11124, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11125, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11126, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11127, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11128, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11129, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11130, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11131, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11132, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11133, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11134, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11135, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11136, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11137, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11138, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11139, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11140, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11141, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11142, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11143, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11144, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11145, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11146, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11147, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11148, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11149, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11150, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11151, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11152, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11153, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11154, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11155, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11156, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11157, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11158, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11159, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11160, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11161, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11162, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11163, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11164, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11165, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11166, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11167, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11168, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11169, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11170, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11171, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11172, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11173, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11174, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11175, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11176, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11177, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11178, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11179, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11180, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11181, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11182, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11183, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11184, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11185, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11186, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11187, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11188, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11189, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11190, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11191, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11192, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11193, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11194, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10871, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10872, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10873, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10874, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10875, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10876, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10877, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10878, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10879, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10880, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10881, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10882, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10883, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10884, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10885, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10886, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10887, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10888, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10889, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10890, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10891, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10892, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10893, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10894, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10895, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10896, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10897, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10898, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10899, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10900, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10901, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10902, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10903, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10904, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10905, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10906, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10907, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10908, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10909, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10910, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10911, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10912, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10913, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10914, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10915, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10916, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10917, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10918, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10919, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10920, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10921, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10922, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10923, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10924, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10925, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10926, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10927, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10928, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10929, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10930, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10931, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10932, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10933, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10934, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10935, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10936, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10937, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10938, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10939, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10940, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10941, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10942, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10943, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10944, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10945, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10946, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10947, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10948, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10949, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10950, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10951, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10952, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10953, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10954, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10955, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10956, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10957, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10958, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10959, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10960, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10961, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10962, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10963, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10964, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10965, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10966, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10967, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10968, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10969, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10970, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10971, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10972, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10973, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10974, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10975, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10976, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10977, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10978, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10979, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10980, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10981, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10982, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10983, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10984, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10985, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10986, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10987, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10988, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10989, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10990, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10991, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10992, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10993, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10994, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10995, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10996, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10997, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10998, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 10999, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11000, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11001, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11002, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11003, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11004, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11005, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11006, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11007, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11008, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11009, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11010, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11011, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11012, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11013, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11014, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11015, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11016, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11017, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11018, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11019, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11020, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11021, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11022, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11023, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11024, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11025, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11026, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11027, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11028, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11029, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11030, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11031, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11032, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11033, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11034, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11035, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11036, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11037, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11038, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11039, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11040, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11041, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11042, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11043, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11044, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11045, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11046, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11047, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11048, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11049, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11050, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11051, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11052, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11053, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11054, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11055, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11056, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11057, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11058, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11059, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11060, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11061, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11062, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11063, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11064, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11065, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11066, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11067, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11068, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11069, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11070, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11071, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11072, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11073, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11074, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11075, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11076, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11077, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11078, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11079, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11080, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11081, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11082, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11083, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11084, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11085, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11086, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11087, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11088, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11089, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11090, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11091, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11092, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11093, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11094, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11095, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11096, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11097, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11098, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11099, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11100, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11101, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11102, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11103, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11104, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11105, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11106, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11107, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11108, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11109, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11110, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11111, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11112, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11113, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11114, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11115, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11116, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11117, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11118, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11119, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11120, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11121, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11122, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11123, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11124, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11125, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11126, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11127, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11128, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11129, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11130, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11131, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11132, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11133, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11134, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11135, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11136, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11137, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11138, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11139, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11140, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11141, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11142, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11143, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11144, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11145, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11146, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11147, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11148, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11149, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11150, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11151, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11152, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11153, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11154, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11155, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11156, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11157, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11158, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11159, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11160, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11161, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11162, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11163, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11164, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11165, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11166, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11167, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11168, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11169, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11170, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11171, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11172, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11173, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11174, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11175, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11176, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11177, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11178, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11179, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11180, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11181, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11182, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11183, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11184, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11185, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11186, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11187, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11188, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11189, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11190, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11191, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11192, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11193, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11194, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Bricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Bricks.java new file mode 100644 index 000000000..8502e89de --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Bricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Bricks { + public static void initStates() { + Block.BRICKS.addBlockAlternative(new BlockAlternative((short) 1429)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java index 8c1fb7bff..4c890dec3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8093, "rotation=0")); Block.BROWN_BANNER.addBlockAlternative(new BlockAlternative((short) 8094, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java index a6aef9339..34fb43716 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1241, "facing=north", "occupied=true", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1242, "facing=north", "occupied=true", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1243, "facing=north", "occupied=false", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1244, "facing=north", "occupied=false", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1245, "facing=south", "occupied=true", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1246, "facing=south", "occupied=true", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1247, "facing=south", "occupied=false", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1248, "facing=south", "occupied=false", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1249, "facing=west", "occupied=true", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1250, "facing=west", "occupied=true", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1251, "facing=west", "occupied=false", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1252, "facing=west", "occupied=false", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1253, "facing=east", "occupied=true", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1254, "facing=east", "occupied=true", "part=foot")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1255, "facing=east", "occupied=false", "part=head")); - Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1256, "facing=east", "occupied=false", "part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1241, "facing=north","occupied=true","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1242, "facing=north","occupied=true","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1243, "facing=north","occupied=false","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1244, "facing=north","occupied=false","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1245, "facing=south","occupied=true","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1246, "facing=south","occupied=true","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1247, "facing=south","occupied=false","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1248, "facing=south","occupied=false","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1249, "facing=west","occupied=true","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1250, "facing=west","occupied=true","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1251, "facing=west","occupied=false","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1252, "facing=west","occupied=false","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1253, "facing=east","occupied=true","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1254, "facing=east","occupied=true","part=foot")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1255, "facing=east","occupied=false","part=head")); + Block.BROWN_BED.addBlockAlternative(new BlockAlternative((short) 1256, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownCarpet.java new file mode 100644 index 000000000..6043c2bc9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownCarpet { + public static void initStates() { + Block.BROWN_CARPET.addBlockAlternative(new BlockAlternative((short) 7882)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcrete.java new file mode 100644 index 000000000..b076da3a6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownConcrete { + public static void initStates() { + Block.BROWN_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9454)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcretePowder.java new file mode 100644 index 000000000..ca7e4d961 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownConcretePowder { + public static void initStates() { + Block.BROWN_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9470)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java index 88bf20969..783bfa7a3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9426, "facing=north")); Block.BROWN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9427, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroom.java new file mode 100644 index 000000000..e11cb3a1e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroom.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownMushroom { + public static void initStates() { + Block.BROWN_MUSHROOM.addBlockAlternative(new BlockAlternative((short) 1425)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java index 57094d69c..054531813 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownMushroomBlock.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownMushroomBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4505, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4506, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4507, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4508, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4509, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4510, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4511, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4512, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4513, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4514, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4515, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4516, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4517, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4518, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4519, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4520, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4521, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4522, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4523, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4524, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4525, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4526, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4527, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4528, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4529, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4530, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4531, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4532, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4533, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4534, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4535, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4536, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4537, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4538, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4539, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4540, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4541, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4542, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4543, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4544, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4545, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4546, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4547, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4548, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4549, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4550, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4551, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4552, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4553, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4554, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4555, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4556, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4557, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4558, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4559, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4560, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4561, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4562, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4563, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4564, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4565, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4566, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4567, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4568, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4505, "down=true","east=true","north=true","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4506, "down=true","east=true","north=true","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4507, "down=true","east=true","north=true","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4508, "down=true","east=true","north=true","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4509, "down=true","east=true","north=true","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4510, "down=true","east=true","north=true","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4511, "down=true","east=true","north=true","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4512, "down=true","east=true","north=true","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4513, "down=true","east=true","north=false","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4514, "down=true","east=true","north=false","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4515, "down=true","east=true","north=false","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4516, "down=true","east=true","north=false","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4517, "down=true","east=true","north=false","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4518, "down=true","east=true","north=false","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4519, "down=true","east=true","north=false","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4520, "down=true","east=true","north=false","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4521, "down=true","east=false","north=true","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4522, "down=true","east=false","north=true","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4523, "down=true","east=false","north=true","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4524, "down=true","east=false","north=true","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4525, "down=true","east=false","north=true","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4526, "down=true","east=false","north=true","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4527, "down=true","east=false","north=true","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4528, "down=true","east=false","north=true","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4529, "down=true","east=false","north=false","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4530, "down=true","east=false","north=false","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4531, "down=true","east=false","north=false","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4532, "down=true","east=false","north=false","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4533, "down=true","east=false","north=false","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4534, "down=true","east=false","north=false","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4535, "down=true","east=false","north=false","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4536, "down=true","east=false","north=false","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4537, "down=false","east=true","north=true","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4538, "down=false","east=true","north=true","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4539, "down=false","east=true","north=true","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4540, "down=false","east=true","north=true","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4541, "down=false","east=true","north=true","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4542, "down=false","east=true","north=true","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4543, "down=false","east=true","north=true","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4544, "down=false","east=true","north=true","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4545, "down=false","east=true","north=false","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4546, "down=false","east=true","north=false","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4547, "down=false","east=true","north=false","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4548, "down=false","east=true","north=false","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4549, "down=false","east=true","north=false","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4550, "down=false","east=true","north=false","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4551, "down=false","east=true","north=false","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4552, "down=false","east=true","north=false","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4553, "down=false","east=false","north=true","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4554, "down=false","east=false","north=true","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4555, "down=false","east=false","north=true","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4556, "down=false","east=false","north=true","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4557, "down=false","east=false","north=true","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4558, "down=false","east=false","north=true","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4559, "down=false","east=false","north=true","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4560, "down=false","east=false","north=true","south=false","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4561, "down=false","east=false","north=false","south=true","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4562, "down=false","east=false","north=false","south=true","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4563, "down=false","east=false","north=false","south=true","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4564, "down=false","east=false","north=false","south=true","up=false","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4565, "down=false","east=false","north=false","south=false","up=true","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4566, "down=false","east=false","north=false","south=false","up=true","west=false")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4567, "down=false","east=false","north=false","south=false","up=false","west=true")); + Block.BROWN_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4568, "down=false","east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java index 89abef686..6df33b3fa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9354, "facing=north")); Block.BROWN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9355, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlass.java new file mode 100644 index 000000000..0bca04dcd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownStainedGlass { + public static void initStates() { + Block.BROWN_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4107)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java index 6f5e6a669..587f62482 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7251, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7252, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7253, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7254, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7255, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7256, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7257, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7258, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7259, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7260, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7261, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7262, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7263, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7264, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7265, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7266, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7267, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7268, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7269, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7270, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7271, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7272, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7273, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7274, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7275, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7276, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7277, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7278, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7279, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7280, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7281, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7282, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7251, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7252, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7253, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7254, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7255, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7256, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7257, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7258, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7259, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7260, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7261, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7262, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7263, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7264, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7265, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7266, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7267, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7268, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7269, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7270, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7271, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7272, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7273, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7274, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7275, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7276, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7277, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7278, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7279, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7280, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7281, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.BROWN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7282, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownTerracotta.java new file mode 100644 index 000000000..46cf3f833 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownTerracotta { + public static void initStates() { + Block.BROWN_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6863)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java index f6b8716dc..adfa92e35 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BrownWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8205, "facing=north")); Block.BROWN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8206, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWool.java new file mode 100644 index 000000000..91adf53ed --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BrownWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BrownWool { + public static void initStates() { + Block.BROWN_WOOL.addBlockAlternative(new BlockAlternative((short) 1396)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java index 65767edf2..e3bb1cd1e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleColumn.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BubbleColumn { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9671, "drag=true")); Block.BUBBLE_COLUMN.addBlockAlternative(new BlockAlternative((short) 9672, "drag=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java index 53db61e0b..e5d88c66d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BubbleCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9538, "waterlogged=true")); Block.BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9539, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralBlock.java new file mode 100644 index 000000000..d538cc94b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class BubbleCoralBlock { + public static void initStates() { + Block.BUBBLE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9521)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java index e0a2bba9d..a404f18d1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BubbleCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9558, "waterlogged=true")); Block.BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9559, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java index 54034912b..23ecef29b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/BubbleCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BubbleCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9620, "facing=north", "waterlogged=true")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9621, "facing=north", "waterlogged=false")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9622, "facing=south", "waterlogged=true")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9623, "facing=south", "waterlogged=false")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9624, "facing=west", "waterlogged=true")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9625, "facing=west", "waterlogged=false")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9626, "facing=east", "waterlogged=true")); - Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9627, "facing=east", "waterlogged=false")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9620, "facing=north","waterlogged=true")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9621, "facing=north","waterlogged=false")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9622, "facing=south","waterlogged=true")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9623, "facing=south","waterlogged=false")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9624, "facing=west","waterlogged=true")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9625, "facing=west","waterlogged=false")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9626, "facing=east","waterlogged=true")); + Block.BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9627, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java index cacef54d0..09bb4525d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cactus.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Cactus { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CACTUS.addBlockAlternative(new BlockAlternative((short) 3931, "age=0")); Block.CACTUS.addBlockAlternative(new BlockAlternative((short) 3932, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java index 698fadc29..b2920e044 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cake.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Cake { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CAKE.addBlockAlternative(new BlockAlternative((short) 4024, "bites=0")); Block.CAKE.addBlockAlternative(new BlockAlternative((short) 4025, "bites=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java index 20d0f337c..71085e3b7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Campfire.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Campfire { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14898, "facing=north", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14899, "facing=north", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14900, "facing=north", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14901, "facing=north", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14902, "facing=north", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14903, "facing=north", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14904, "facing=north", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14905, "facing=north", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14906, "facing=south", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14907, "facing=south", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14908, "facing=south", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14909, "facing=south", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14910, "facing=south", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14911, "facing=south", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14912, "facing=south", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14913, "facing=south", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14914, "facing=west", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14915, "facing=west", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14916, "facing=west", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14917, "facing=west", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14918, "facing=west", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14919, "facing=west", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14920, "facing=west", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14921, "facing=west", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14922, "facing=east", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14923, "facing=east", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14924, "facing=east", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14925, "facing=east", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14926, "facing=east", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14927, "facing=east", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14928, "facing=east", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14929, "facing=east", "lit=false", "signal_fire=false", "waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14898, "facing=north","lit=true","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14899, "facing=north","lit=true","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14900, "facing=north","lit=true","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14901, "facing=north","lit=true","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14902, "facing=north","lit=false","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14903, "facing=north","lit=false","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14904, "facing=north","lit=false","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14905, "facing=north","lit=false","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14906, "facing=south","lit=true","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14907, "facing=south","lit=true","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14908, "facing=south","lit=true","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14909, "facing=south","lit=true","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14910, "facing=south","lit=false","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14911, "facing=south","lit=false","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14912, "facing=south","lit=false","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14913, "facing=south","lit=false","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14914, "facing=west","lit=true","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14915, "facing=west","lit=true","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14916, "facing=west","lit=true","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14917, "facing=west","lit=true","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14918, "facing=west","lit=false","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14919, "facing=west","lit=false","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14920, "facing=west","lit=false","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14921, "facing=west","lit=false","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14922, "facing=east","lit=true","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14923, "facing=east","lit=true","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14924, "facing=east","lit=true","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14925, "facing=east","lit=true","signal_fire=false","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14926, "facing=east","lit=false","signal_fire=true","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14927, "facing=east","lit=false","signal_fire=true","waterlogged=false")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14928, "facing=east","lit=false","signal_fire=false","waterlogged=true")); + Block.CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14929, "facing=east","lit=false","signal_fire=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java index 306bc7b79..624c61815 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Carrots.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Carrots { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CARROTS.addBlockAlternative(new BlockAlternative((short) 6334, "age=0")); Block.CARROTS.addBlockAlternative(new BlockAlternative((short) 6335, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CartographyTable.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CartographyTable.java new file mode 100644 index 000000000..7d551a282 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CartographyTable.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CartographyTable { + public static void initStates() { + Block.CARTOGRAPHY_TABLE.addBlockAlternative(new BlockAlternative((short) 14823)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java index a3861ee31..33634df50 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CarvedPumpkin.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CarvedPumpkin { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4016, "facing=north")); Block.CARVED_PUMPKIN.addBlockAlternative(new BlockAlternative((short) 4017, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java index 4e77f845e..149494183 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cauldron.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Cauldron { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CAULDRON.addBlockAlternative(new BlockAlternative((short) 5145, "level=0")); Block.CAULDRON.addBlockAlternative(new BlockAlternative((short) 5146, "level=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CaveAir.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CaveAir.java new file mode 100644 index 000000000..cf5a3fb15 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CaveAir.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CaveAir { + public static void initStates() { + Block.CAVE_AIR.addBlockAlternative(new BlockAlternative((short) 9670)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java index d480aa363..d1de04aa4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Chain.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Chain { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4729, "axis=x", "waterlogged=true")); - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4730, "axis=x", "waterlogged=false")); - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4731, "axis=y", "waterlogged=true")); - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4732, "axis=y", "waterlogged=false")); - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4733, "axis=z", "waterlogged=true")); - Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4734, "axis=z", "waterlogged=false")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4729, "axis=x","waterlogged=true")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4730, "axis=x","waterlogged=false")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4731, "axis=y","waterlogged=true")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4732, "axis=y","waterlogged=false")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4733, "axis=z","waterlogged=true")); + Block.CHAIN.addBlockAlternative(new BlockAlternative((short) 4734, "axis=z","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java index dd388d667..50d76a360 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChainCommandBlock.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ChainCommandBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9241, "conditional=true", "facing=north")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9242, "conditional=true", "facing=east")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9243, "conditional=true", "facing=south")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9244, "conditional=true", "facing=west")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9245, "conditional=true", "facing=up")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9246, "conditional=true", "facing=down")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9247, "conditional=false", "facing=north")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9248, "conditional=false", "facing=east")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9249, "conditional=false", "facing=south")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9250, "conditional=false", "facing=west")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9251, "conditional=false", "facing=up")); - Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9252, "conditional=false", "facing=down")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9241, "conditional=true","facing=north")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9242, "conditional=true","facing=east")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9243, "conditional=true","facing=south")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9244, "conditional=true","facing=west")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9245, "conditional=true","facing=up")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9246, "conditional=true","facing=down")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9247, "conditional=false","facing=north")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9248, "conditional=false","facing=east")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9249, "conditional=false","facing=south")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9250, "conditional=false","facing=west")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9251, "conditional=false","facing=up")); + Block.CHAIN_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9252, "conditional=false","facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java index 2a4adcd22..27614c878 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Chest.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Chest { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2034, "facing=north", "type=single", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2035, "facing=north", "type=single", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2036, "facing=north", "type=left", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2037, "facing=north", "type=left", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2038, "facing=north", "type=right", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2039, "facing=north", "type=right", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2040, "facing=south", "type=single", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2041, "facing=south", "type=single", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2042, "facing=south", "type=left", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2043, "facing=south", "type=left", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2044, "facing=south", "type=right", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2045, "facing=south", "type=right", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2046, "facing=west", "type=single", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2047, "facing=west", "type=single", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2048, "facing=west", "type=left", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2049, "facing=west", "type=left", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2050, "facing=west", "type=right", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2051, "facing=west", "type=right", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2052, "facing=east", "type=single", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2053, "facing=east", "type=single", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2054, "facing=east", "type=left", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2055, "facing=east", "type=left", "waterlogged=false")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2056, "facing=east", "type=right", "waterlogged=true")); - Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2057, "facing=east", "type=right", "waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2034, "facing=north","type=SINGLE","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2035, "facing=north","type=SINGLE","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2036, "facing=north","type=LEFT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2037, "facing=north","type=LEFT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2038, "facing=north","type=RIGHT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2039, "facing=north","type=RIGHT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2040, "facing=south","type=SINGLE","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2041, "facing=south","type=SINGLE","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2042, "facing=south","type=LEFT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2043, "facing=south","type=LEFT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2044, "facing=south","type=RIGHT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2045, "facing=south","type=RIGHT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2046, "facing=west","type=SINGLE","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2047, "facing=west","type=SINGLE","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2048, "facing=west","type=LEFT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2049, "facing=west","type=LEFT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2050, "facing=west","type=RIGHT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2051, "facing=west","type=RIGHT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2052, "facing=east","type=SINGLE","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2053, "facing=east","type=SINGLE","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2054, "facing=east","type=LEFT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2055, "facing=east","type=LEFT","waterlogged=false")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2056, "facing=east","type=RIGHT","waterlogged=true")); + Block.CHEST.addBlockAlternative(new BlockAlternative((short) 2057, "facing=east","type=RIGHT","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java index 42e186894..18fdf32e9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChippedAnvil.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ChippedAnvil { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6618, "facing=north")); Block.CHIPPED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6619, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledNetherBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledNetherBricks.java new file mode 100644 index 000000000..466c713a1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledNetherBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledNetherBricks { + public static void initStates() { + Block.CHISELED_NETHER_BRICKS.addBlockAlternative(new BlockAlternative((short) 17109)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledPolishedBlackstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledPolishedBlackstone.java new file mode 100644 index 000000000..7ed23e5d5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledPolishedBlackstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledPolishedBlackstone { + public static void initStates() { + Block.CHISELED_POLISHED_BLACKSTONE.addBlockAlternative(new BlockAlternative((short) 16261)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledQuartzBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledQuartzBlock.java new file mode 100644 index 000000000..249023ae0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledQuartzBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledQuartzBlock { + public static void initStates() { + Block.CHISELED_QUARTZ_BLOCK.addBlockAlternative(new BlockAlternative((short) 6743)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledRedSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledRedSandstone.java new file mode 100644 index 000000000..6f7d33532 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledRedSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledRedSandstone { + public static void initStates() { + Block.CHISELED_RED_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 8222)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledSandstone.java new file mode 100644 index 000000000..4aa7b4c8f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledSandstone { + public static void initStates() { + Block.CHISELED_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 247)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledStoneBricks.java new file mode 100644 index 000000000..d21b7158b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChiseledStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class ChiseledStoneBricks { + public static void initStates() { + Block.CHISELED_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4498)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java index 503b1ccda..e3a05fb29 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusFlower.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ChorusFlower { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9132, "age=0")); Block.CHORUS_FLOWER.addBlockAlternative(new BlockAlternative((short) 9133, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java index 3c2b94980..e8377c8a5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ChorusPlant.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ChorusPlant { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9068, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9069, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9070, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9071, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9072, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9073, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9074, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9075, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9076, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9077, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9078, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9079, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9080, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9081, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9082, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9083, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9084, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9085, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9086, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9087, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9088, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9089, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9090, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9091, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9092, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9093, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9094, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9095, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9096, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9097, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9098, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9099, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9100, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9101, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9102, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9103, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9104, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9105, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9106, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9107, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9108, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9109, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9110, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9111, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9112, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9113, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9114, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9115, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9116, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9117, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9118, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9119, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9120, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9121, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9122, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9123, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9124, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9125, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9126, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9127, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9128, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9129, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9130, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9131, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9068, "down=true","east=true","north=true","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9069, "down=true","east=true","north=true","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9070, "down=true","east=true","north=true","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9071, "down=true","east=true","north=true","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9072, "down=true","east=true","north=true","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9073, "down=true","east=true","north=true","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9074, "down=true","east=true","north=true","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9075, "down=true","east=true","north=true","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9076, "down=true","east=true","north=false","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9077, "down=true","east=true","north=false","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9078, "down=true","east=true","north=false","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9079, "down=true","east=true","north=false","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9080, "down=true","east=true","north=false","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9081, "down=true","east=true","north=false","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9082, "down=true","east=true","north=false","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9083, "down=true","east=true","north=false","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9084, "down=true","east=false","north=true","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9085, "down=true","east=false","north=true","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9086, "down=true","east=false","north=true","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9087, "down=true","east=false","north=true","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9088, "down=true","east=false","north=true","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9089, "down=true","east=false","north=true","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9090, "down=true","east=false","north=true","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9091, "down=true","east=false","north=true","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9092, "down=true","east=false","north=false","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9093, "down=true","east=false","north=false","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9094, "down=true","east=false","north=false","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9095, "down=true","east=false","north=false","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9096, "down=true","east=false","north=false","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9097, "down=true","east=false","north=false","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9098, "down=true","east=false","north=false","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9099, "down=true","east=false","north=false","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9100, "down=false","east=true","north=true","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9101, "down=false","east=true","north=true","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9102, "down=false","east=true","north=true","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9103, "down=false","east=true","north=true","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9104, "down=false","east=true","north=true","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9105, "down=false","east=true","north=true","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9106, "down=false","east=true","north=true","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9107, "down=false","east=true","north=true","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9108, "down=false","east=true","north=false","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9109, "down=false","east=true","north=false","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9110, "down=false","east=true","north=false","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9111, "down=false","east=true","north=false","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9112, "down=false","east=true","north=false","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9113, "down=false","east=true","north=false","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9114, "down=false","east=true","north=false","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9115, "down=false","east=true","north=false","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9116, "down=false","east=false","north=true","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9117, "down=false","east=false","north=true","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9118, "down=false","east=false","north=true","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9119, "down=false","east=false","north=true","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9120, "down=false","east=false","north=true","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9121, "down=false","east=false","north=true","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9122, "down=false","east=false","north=true","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9123, "down=false","east=false","north=true","south=false","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9124, "down=false","east=false","north=false","south=true","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9125, "down=false","east=false","north=false","south=true","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9126, "down=false","east=false","north=false","south=true","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9127, "down=false","east=false","north=false","south=true","up=false","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9128, "down=false","east=false","north=false","south=false","up=true","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9129, "down=false","east=false","north=false","south=false","up=true","west=false")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9130, "down=false","east=false","north=false","south=false","up=false","west=true")); + Block.CHORUS_PLANT.addBlockAlternative(new BlockAlternative((short) 9131, "down=false","east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Clay.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Clay.java new file mode 100644 index 000000000..60be9eeaf --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Clay.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Clay { + public static void initStates() { + Block.CLAY.addBlockAlternative(new BlockAlternative((short) 3947)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CoalBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CoalBlock.java new file mode 100644 index 000000000..03b512e92 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CoalBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CoalBlock { + public static void initStates() { + Block.COAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 7887)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CoalOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CoalOre.java new file mode 100644 index 000000000..446e3202e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CoalOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CoalOre { + public static void initStates() { + Block.COAL_ORE.addBlockAlternative(new BlockAlternative((short) 71)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CoarseDirt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CoarseDirt.java new file mode 100644 index 000000000..1814ba4a6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CoarseDirt.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CoarseDirt { + public static void initStates() { + Block.COARSE_DIRT.addBlockAlternative(new BlockAlternative((short) 11)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cobblestone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cobblestone.java new file mode 100644 index 000000000..152112982 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cobblestone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Cobblestone { + public static void initStates() { + Block.COBBLESTONE.addBlockAlternative(new BlockAlternative((short) 14)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java index ac8f176d3..d219b3f54 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CobblestoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8370, "type=top", "waterlogged=true")); - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8371, "type=top", "waterlogged=false")); - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8372, "type=bottom", "waterlogged=true")); - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8373, "type=bottom", "waterlogged=false")); - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8374, "type=double", "waterlogged=true")); - Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8375, "type=double", "waterlogged=false")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8370, "type=top","waterlogged=true")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8371, "type=top","waterlogged=false")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8372, "type=bottom","waterlogged=true")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8373, "type=bottom","waterlogged=false")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8374, "type=double","waterlogged=true")); + Block.COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8375, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java index 5d2750840..9bd85f342 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CobblestoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3655, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3656, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3657, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3658, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3659, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3660, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3661, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3662, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3663, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3664, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3665, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3666, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3667, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3668, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3669, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3670, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3671, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3672, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3673, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3674, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3675, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3676, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3677, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3678, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3679, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3680, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3681, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3682, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3683, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3684, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3685, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3686, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3687, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3688, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3689, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3690, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3691, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3692, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3693, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3694, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3695, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3696, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3697, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3698, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3699, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3700, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3701, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3702, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3703, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3704, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3705, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3706, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3707, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3708, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3709, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3710, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3711, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3712, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3713, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3714, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3715, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3716, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3717, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3718, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3719, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3720, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3721, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3722, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3723, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3724, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3725, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3726, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3727, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3728, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3729, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3730, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3731, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3732, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3733, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3734, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3655, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3656, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3657, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3658, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3659, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3660, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3661, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3662, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3663, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3664, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3665, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3666, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3667, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3668, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3669, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3670, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3671, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3672, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3673, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3674, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3675, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3676, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3677, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3678, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3679, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3680, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3681, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3682, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3683, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3684, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3685, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3686, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3687, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3688, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3689, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3690, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3691, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3692, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3693, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3694, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3695, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3696, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3697, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3698, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3699, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3700, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3701, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3702, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3703, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3704, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3705, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3706, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3707, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3708, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3709, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3710, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3711, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3712, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3713, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3714, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3715, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3716, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3717, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3718, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3719, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3720, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3721, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3722, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3723, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3724, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3725, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3726, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3727, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3728, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3729, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3730, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3731, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3732, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3733, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 3734, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java index bd4eec48c..e4df8154c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CobblestoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CobblestoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5661, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5662, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5663, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5664, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5665, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5666, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5667, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5668, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5669, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5670, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5671, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5672, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5673, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5674, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5675, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5676, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5677, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5678, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5679, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5680, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5681, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5682, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5683, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5684, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5685, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5686, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5687, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5688, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5689, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5690, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5691, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5692, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5693, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5694, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5695, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5696, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5697, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5698, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5699, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5700, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5701, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5702, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5703, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5704, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5705, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5706, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5707, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5708, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5709, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5710, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5711, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5712, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5713, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5714, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5715, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5716, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5717, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5718, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5719, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5720, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5721, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5722, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5723, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5724, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5725, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5726, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5727, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5728, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5729, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5730, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5731, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5732, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5733, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5734, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5735, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5736, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5737, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5738, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5739, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5740, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5741, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5742, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5743, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5744, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5745, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5746, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5747, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5748, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5749, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5750, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5751, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5752, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5753, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5754, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5755, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5756, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5757, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5758, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5759, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5760, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5761, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5762, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5763, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5764, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5765, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5766, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5767, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5768, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5769, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5770, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5771, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5772, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5773, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5774, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5775, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5776, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5777, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5778, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5779, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5780, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5781, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5782, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5783, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5784, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5785, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5786, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5787, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5788, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5789, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5790, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5791, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5792, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5793, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5794, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5795, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5796, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5797, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5798, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5799, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5800, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5801, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5802, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5803, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5804, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5805, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5806, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5807, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5808, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5809, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5810, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5811, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5812, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5813, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5814, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5815, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5816, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5817, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5818, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5819, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5820, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5821, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5822, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5823, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5824, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5825, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5826, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5827, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5828, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5829, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5830, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5831, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5832, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5833, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5834, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5835, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5836, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5837, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5838, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5839, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5840, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5841, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5842, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5843, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5844, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5845, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5846, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5847, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5848, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5849, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5850, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5851, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5852, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5853, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5854, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5855, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5856, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5857, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5858, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5859, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5860, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5861, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5862, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5863, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5864, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5865, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5866, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5867, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5868, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5869, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5870, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5871, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5872, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5873, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5874, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5875, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5876, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5877, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5878, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5879, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5880, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5881, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5882, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5883, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5884, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5885, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5886, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5887, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5888, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5889, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5890, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5891, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5892, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5893, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5894, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5895, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5896, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5897, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5898, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5899, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5900, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5901, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5902, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5903, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5904, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5905, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5906, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5907, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5908, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5909, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5910, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5911, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5912, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5913, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5914, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5915, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5916, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5917, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5918, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5919, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5920, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5921, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5922, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5923, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5924, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5925, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5926, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5927, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5928, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5929, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5930, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5931, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5932, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5933, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5934, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5935, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5936, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5937, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5938, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5939, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5940, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5941, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5942, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5943, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5944, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5945, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5946, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5947, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5948, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5949, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5950, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5951, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5952, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5953, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5954, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5955, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5956, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5957, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5958, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5959, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5960, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5961, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5962, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5963, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5964, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5965, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5966, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5967, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5968, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5969, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5970, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5971, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5972, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5973, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5974, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5975, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5976, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5977, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5978, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5979, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5980, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5981, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5982, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5983, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5984, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5661, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5662, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5663, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5664, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5665, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5666, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5667, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5668, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5669, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5670, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5671, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5672, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5673, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5674, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5675, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5676, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5677, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5678, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5679, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5680, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5681, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5682, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5683, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5684, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5685, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5686, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5687, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5688, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5689, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5690, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5691, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5692, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5693, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5694, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5695, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5696, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5697, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5698, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5699, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5700, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5701, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5702, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5703, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5704, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5705, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5706, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5707, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5708, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5709, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5710, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5711, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5712, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5713, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5714, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5715, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5716, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5717, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5718, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5719, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5720, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5721, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5722, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5723, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5724, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5725, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5726, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5727, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5728, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5729, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5730, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5731, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5732, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5733, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5734, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5735, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5736, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5737, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5738, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5739, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5740, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5741, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5742, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5743, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5744, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5745, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5746, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5747, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5748, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5749, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5750, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5751, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5752, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5753, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5754, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5755, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5756, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5757, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5758, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5759, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5760, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5761, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5762, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5763, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5764, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5765, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5766, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5767, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5768, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5769, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5770, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5771, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5772, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5773, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5774, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5775, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5776, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5777, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5778, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5779, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5780, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5781, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5782, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5783, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5784, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5785, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5786, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5787, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5788, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5789, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5790, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5791, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5792, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5793, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5794, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5795, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5796, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5797, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5798, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5799, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5800, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5801, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5802, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5803, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5804, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5805, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5806, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5807, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5808, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5809, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5810, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5811, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5812, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5813, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5814, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5815, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5816, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5817, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5818, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5819, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5820, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5821, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5822, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5823, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5824, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5825, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5826, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5827, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5828, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5829, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5830, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5831, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5832, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5833, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5834, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5835, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5836, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5837, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5838, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5839, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5840, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5841, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5842, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5843, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5844, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5845, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5846, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5847, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5848, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5849, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5850, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5851, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5852, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5853, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5854, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5855, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5856, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5857, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5858, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5859, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5860, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5861, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5862, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5863, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5864, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5865, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5866, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5867, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5868, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5869, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5870, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5871, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5872, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5873, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5874, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5875, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5876, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5877, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5878, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5879, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5880, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5881, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5882, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5883, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5884, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5885, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5886, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5887, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5888, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5889, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5890, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5891, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5892, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5893, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5894, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5895, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5896, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5897, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5898, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5899, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5900, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5901, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5902, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5903, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5904, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5905, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5906, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5907, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5908, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5909, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5910, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5911, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5912, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5913, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5914, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5915, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5916, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5917, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5918, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5919, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5920, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5921, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5922, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5923, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5924, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5925, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5926, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5927, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5928, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5929, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5930, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5931, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5932, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5933, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5934, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5935, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5936, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5937, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5938, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5939, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5940, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5941, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5942, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5943, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5944, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5945, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5946, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5947, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5948, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5949, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5950, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5951, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5952, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5953, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5954, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5955, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5956, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5957, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5958, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5959, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5960, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5961, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5962, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5963, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5964, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5965, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5966, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5967, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5968, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5969, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5970, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5971, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5972, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5973, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5974, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5975, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5976, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5977, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5978, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5979, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5980, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5981, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5982, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5983, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5984, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cobweb.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cobweb.java new file mode 100644 index 000000000..f9ee61a9e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cobweb.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Cobweb { + public static void initStates() { + Block.COBWEB.addBlockAlternative(new BlockAlternative((short) 1341)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java index 0ee315758..f485094e1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cocoa.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Cocoa { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5162, "age=0", "facing=north")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5163, "age=0", "facing=south")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5164, "age=0", "facing=west")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5165, "age=0", "facing=east")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5166, "age=1", "facing=north")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5167, "age=1", "facing=south")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5168, "age=1", "facing=west")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5169, "age=1", "facing=east")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5170, "age=2", "facing=north")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5171, "age=2", "facing=south")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5172, "age=2", "facing=west")); - Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5173, "age=2", "facing=east")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5162, "age=0","facing=north")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5163, "age=0","facing=south")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5164, "age=0","facing=west")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5165, "age=0","facing=east")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5166, "age=1","facing=north")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5167, "age=1","facing=south")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5168, "age=1","facing=west")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5169, "age=1","facing=east")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5170, "age=2","facing=north")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5171, "age=2","facing=south")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5172, "age=2","facing=west")); + Block.COCOA.addBlockAlternative(new BlockAlternative((short) 5173, "age=2","facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java index f5e3e19ac..958af83b0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CommandBlock.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CommandBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5648, "conditional=true", "facing=north")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5649, "conditional=true", "facing=east")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5650, "conditional=true", "facing=south")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5651, "conditional=true", "facing=west")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5652, "conditional=true", "facing=up")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5653, "conditional=true", "facing=down")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5654, "conditional=false", "facing=north")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5655, "conditional=false", "facing=east")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5656, "conditional=false", "facing=south")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5657, "conditional=false", "facing=west")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5658, "conditional=false", "facing=up")); - Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5659, "conditional=false", "facing=down")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5648, "conditional=true","facing=north")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5649, "conditional=true","facing=east")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5650, "conditional=true","facing=south")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5651, "conditional=true","facing=west")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5652, "conditional=true","facing=up")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5653, "conditional=true","facing=down")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5654, "conditional=false","facing=north")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5655, "conditional=false","facing=east")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5656, "conditional=false","facing=south")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5657, "conditional=false","facing=west")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5658, "conditional=false","facing=up")); + Block.COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 5659, "conditional=false","facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java index 070821fd6..5a12c5e89 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Comparator.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Comparator { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6682, "facing=north", "mode=compare", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6683, "facing=north", "mode=compare", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6684, "facing=north", "mode=subtract", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6685, "facing=north", "mode=subtract", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6686, "facing=south", "mode=compare", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6687, "facing=south", "mode=compare", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6688, "facing=south", "mode=subtract", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6689, "facing=south", "mode=subtract", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6690, "facing=west", "mode=compare", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6691, "facing=west", "mode=compare", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6692, "facing=west", "mode=subtract", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6693, "facing=west", "mode=subtract", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6694, "facing=east", "mode=compare", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6695, "facing=east", "mode=compare", "powered=false")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6696, "facing=east", "mode=subtract", "powered=true")); - Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6697, "facing=east", "mode=subtract", "powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6682, "facing=north","mode=compare","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6683, "facing=north","mode=compare","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6684, "facing=north","mode=subtract","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6685, "facing=north","mode=subtract","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6686, "facing=south","mode=compare","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6687, "facing=south","mode=compare","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6688, "facing=south","mode=subtract","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6689, "facing=south","mode=subtract","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6690, "facing=west","mode=compare","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6691, "facing=west","mode=compare","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6692, "facing=west","mode=subtract","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6693, "facing=west","mode=subtract","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6694, "facing=east","mode=compare","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6695, "facing=east","mode=compare","powered=false")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6696, "facing=east","mode=subtract","powered=true")); + Block.COMPARATOR.addBlockAlternative(new BlockAlternative((short) 6697, "facing=east","mode=subtract","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java index d6bd84c5d..1074df8b7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Composter.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Composter { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15759, "level=0")); Block.COMPOSTER.addBlockAlternative(new BlockAlternative((short) 15760, "level=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java index e43f4be5c..5a7a1ae43 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Conduit.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Conduit { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CONDUIT.addBlockAlternative(new BlockAlternative((short) 9653, "waterlogged=true")); Block.CONDUIT.addBlockAlternative(new BlockAlternative((short) 9654, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Cornflower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Cornflower.java new file mode 100644 index 000000000..d066a552b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Cornflower.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Cornflower { + public static void initStates() { + Block.CORNFLOWER.addBlockAlternative(new BlockAlternative((short) 1422)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedNetherBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedNetherBricks.java new file mode 100644 index 000000000..60b3f65f0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedNetherBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrackedNetherBricks { + public static void initStates() { + Block.CRACKED_NETHER_BRICKS.addBlockAlternative(new BlockAlternative((short) 17110)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedPolishedBlackstoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedPolishedBlackstoneBricks.java new file mode 100644 index 000000000..32dd459b4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedPolishedBlackstoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrackedPolishedBlackstoneBricks { + public static void initStates() { + Block.CRACKED_POLISHED_BLACKSTONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 16260)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedStoneBricks.java new file mode 100644 index 000000000..fb5af6bc4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrackedStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrackedStoneBricks { + public static void initStates() { + Block.CRACKED_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4497)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CraftingTable.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CraftingTable.java new file mode 100644 index 000000000..6f3647e64 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CraftingTable.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CraftingTable { + public static void initStates() { + Block.CRAFTING_TABLE.addBlockAlternative(new BlockAlternative((short) 3356)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java index 86969e3c4..eb58cb9bb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CreeperHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6574, "rotation=0")); Block.CREEPER_HEAD.addBlockAlternative(new BlockAlternative((short) 6575, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java index 3121d5bfe..92decd1bc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CreeperWallHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CreeperWallHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6590, "facing=north")); Block.CREEPER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6591, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java index d53dbe9b3..0cd6763a7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15487, "face=floor", "facing=north", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15488, "face=floor", "facing=north", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15489, "face=floor", "facing=south", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15490, "face=floor", "facing=south", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15491, "face=floor", "facing=west", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15492, "face=floor", "facing=west", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15493, "face=floor", "facing=east", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15494, "face=floor", "facing=east", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15495, "face=wall", "facing=north", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15496, "face=wall", "facing=north", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15497, "face=wall", "facing=south", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15498, "face=wall", "facing=south", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15499, "face=wall", "facing=west", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15500, "face=wall", "facing=west", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15501, "face=wall", "facing=east", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15502, "face=wall", "facing=east", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15503, "face=ceiling", "facing=north", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15504, "face=ceiling", "facing=north", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15505, "face=ceiling", "facing=south", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15506, "face=ceiling", "facing=south", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15507, "face=ceiling", "facing=west", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15508, "face=ceiling", "facing=west", "powered=false")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15509, "face=ceiling", "facing=east", "powered=true")); - Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15510, "face=ceiling", "facing=east", "powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15487, "face=FLOOR","facing=north","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15488, "face=FLOOR","facing=north","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15489, "face=FLOOR","facing=south","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15490, "face=FLOOR","facing=south","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15491, "face=FLOOR","facing=west","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15492, "face=FLOOR","facing=west","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15493, "face=FLOOR","facing=east","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15494, "face=FLOOR","facing=east","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15495, "face=WALL","facing=north","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15496, "face=WALL","facing=north","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15497, "face=WALL","facing=south","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15498, "face=WALL","facing=south","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15499, "face=WALL","facing=west","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15500, "face=WALL","facing=west","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15501, "face=WALL","facing=east","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15502, "face=WALL","facing=east","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15503, "face=CEILING","facing=north","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15504, "face=CEILING","facing=north","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15505, "face=CEILING","facing=south","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15506, "face=CEILING","facing=south","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15507, "face=CEILING","facing=west","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15508, "face=CEILING","facing=west","powered=false")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15509, "face=CEILING","facing=east","powered=true")); + Block.CRIMSON_BUTTON.addBlockAlternative(new BlockAlternative((short) 15510, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java index 2a6b49e91..e87bf6f5a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15535, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15536, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15537, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15538, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15539, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15540, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15541, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15542, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15543, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15544, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15545, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15546, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15547, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15548, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15549, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15550, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15551, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15552, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15553, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15554, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15555, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15556, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15557, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15558, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15559, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15560, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15561, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15562, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15563, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15564, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15565, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15566, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15567, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15568, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15569, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15570, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15571, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15572, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15573, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15574, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15575, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15576, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15577, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15578, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15579, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15580, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15581, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15582, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15583, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15584, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15585, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15586, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15587, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15588, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15589, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15590, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15591, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15592, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15593, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15594, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15595, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15596, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15597, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15598, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15535, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15536, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15537, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15538, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15539, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15540, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15541, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15542, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15543, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15544, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15545, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15546, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15547, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15548, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15549, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15550, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15551, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15552, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15553, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15554, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15555, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15556, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15557, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15558, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15559, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15560, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15561, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15562, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15563, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15564, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15565, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15566, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15567, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15568, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15569, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15570, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15571, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15572, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15573, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15574, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15575, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15576, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15577, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15578, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15579, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15580, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15581, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15582, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15583, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15584, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15585, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15586, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15587, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15588, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15589, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15590, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15591, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15592, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15593, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15594, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15595, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15596, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15597, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.CRIMSON_DOOR.addBlockAlternative(new BlockAlternative((short) 15598, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java index 49433a624..5a117663a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15071, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15072, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15073, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15074, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15075, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15076, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15077, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15078, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15079, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15080, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15081, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15082, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15083, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15084, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15085, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15086, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15087, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15088, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15089, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15090, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15091, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15092, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15093, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15094, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15095, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15096, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15097, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15098, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15099, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15100, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15101, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15102, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15071, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15072, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15073, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15074, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15075, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15076, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15077, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15078, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15079, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15080, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15081, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15082, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15083, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15084, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15085, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15086, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15087, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15088, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15089, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15090, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15091, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15092, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15093, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15094, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15095, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15096, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15097, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15098, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15099, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15100, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15101, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.CRIMSON_FENCE.addBlockAlternative(new BlockAlternative((short) 15102, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java index 2062cea9d..ee6e9132f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15263, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15264, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15265, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15266, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15267, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15268, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15269, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15270, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15271, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15272, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15273, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15274, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15275, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15276, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15277, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15278, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15279, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15280, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15281, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15282, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15283, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15284, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15285, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15286, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15287, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15288, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15289, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15290, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15291, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15292, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15293, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15294, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15263, "facing=north","in_wall=true","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15264, "facing=north","in_wall=true","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15265, "facing=north","in_wall=true","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15266, "facing=north","in_wall=true","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15267, "facing=north","in_wall=false","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15268, "facing=north","in_wall=false","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15269, "facing=north","in_wall=false","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15270, "facing=north","in_wall=false","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15271, "facing=south","in_wall=true","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15272, "facing=south","in_wall=true","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15273, "facing=south","in_wall=true","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15274, "facing=south","in_wall=true","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15275, "facing=south","in_wall=false","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15276, "facing=south","in_wall=false","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15277, "facing=south","in_wall=false","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15278, "facing=south","in_wall=false","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15279, "facing=west","in_wall=true","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15280, "facing=west","in_wall=true","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15281, "facing=west","in_wall=true","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15282, "facing=west","in_wall=true","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15283, "facing=west","in_wall=false","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15284, "facing=west","in_wall=false","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15285, "facing=west","in_wall=false","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15286, "facing=west","in_wall=false","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15287, "facing=east","in_wall=true","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15288, "facing=east","in_wall=true","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15289, "facing=east","in_wall=true","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15290, "facing=east","in_wall=true","open=false","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15291, "facing=east","in_wall=false","open=true","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15292, "facing=east","in_wall=false","open=true","powered=false")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15293, "facing=east","in_wall=false","open=false","powered=true")); + Block.CRIMSON_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15294, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFungus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFungus.java new file mode 100644 index 000000000..b0f725890 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonFungus.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrimsonFungus { + public static void initStates() { + Block.CRIMSON_FUNGUS.addBlockAlternative(new BlockAlternative((short) 14996)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java index 10bd86170..03fb7867e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonHyphae.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonHyphae { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14989, "axis=x")); Block.CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14990, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonNylium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonNylium.java new file mode 100644 index 000000000..90e35044f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonNylium.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrimsonNylium { + public static void initStates() { + Block.CRIMSON_NYLIUM.addBlockAlternative(new BlockAlternative((short) 14995)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPlanks.java new file mode 100644 index 000000000..76459a781 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrimsonPlanks { + public static void initStates() { + Block.CRIMSON_PLANKS.addBlockAlternative(new BlockAlternative((short) 15053)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java index e27ca19c7..7740b9c73 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CRIMSON_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15067, "powered=true")); Block.CRIMSON_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15068, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonRoots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonRoots.java new file mode 100644 index 000000000..2400b3e2e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonRoots.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CrimsonRoots { + public static void initStates() { + Block.CRIMSON_ROOTS.addBlockAlternative(new BlockAlternative((short) 15052)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java index f23a6ff9d..cb4a1c351 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15663, "rotation=0", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15664, "rotation=0", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15665, "rotation=1", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15666, "rotation=1", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15667, "rotation=2", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15668, "rotation=2", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15669, "rotation=3", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15670, "rotation=3", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15671, "rotation=4", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15672, "rotation=4", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15673, "rotation=5", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15674, "rotation=5", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15675, "rotation=6", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15676, "rotation=6", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15677, "rotation=7", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15678, "rotation=7", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15679, "rotation=8", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15680, "rotation=8", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15681, "rotation=9", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15682, "rotation=9", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15683, "rotation=10", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15684, "rotation=10", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15685, "rotation=11", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15686, "rotation=11", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15687, "rotation=12", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15688, "rotation=12", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15689, "rotation=13", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15690, "rotation=13", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15691, "rotation=14", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15692, "rotation=14", "waterlogged=false")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15693, "rotation=15", "waterlogged=true")); - Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15694, "rotation=15", "waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15663, "rotation=0","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15664, "rotation=0","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15665, "rotation=1","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15666, "rotation=1","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15667, "rotation=2","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15668, "rotation=2","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15669, "rotation=3","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15670, "rotation=3","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15671, "rotation=4","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15672, "rotation=4","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15673, "rotation=5","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15674, "rotation=5","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15675, "rotation=6","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15676, "rotation=6","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15677, "rotation=7","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15678, "rotation=7","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15679, "rotation=8","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15680, "rotation=8","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15681, "rotation=9","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15682, "rotation=9","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15683, "rotation=10","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15684, "rotation=10","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15685, "rotation=11","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15686, "rotation=11","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15687, "rotation=12","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15688, "rotation=12","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15689, "rotation=13","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15690, "rotation=13","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15691, "rotation=14","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15692, "rotation=14","waterlogged=false")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15693, "rotation=15","waterlogged=true")); + Block.CRIMSON_SIGN.addBlockAlternative(new BlockAlternative((short) 15694, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java index ccc335228..a037c1d23 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15055, "type=top", "waterlogged=true")); - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15056, "type=top", "waterlogged=false")); - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15057, "type=bottom", "waterlogged=true")); - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15058, "type=bottom", "waterlogged=false")); - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15059, "type=double", "waterlogged=true")); - Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15060, "type=double", "waterlogged=false")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15055, "type=top","waterlogged=true")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15056, "type=top","waterlogged=false")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15057, "type=bottom","waterlogged=true")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15058, "type=bottom","waterlogged=false")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15059, "type=double","waterlogged=true")); + Block.CRIMSON_SLAB.addBlockAlternative(new BlockAlternative((short) 15060, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java index 455b3313d..ddb229cc2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15327, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15328, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15329, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15330, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15331, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15332, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15333, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15334, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15335, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15336, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15337, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15338, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15339, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15340, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15341, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15342, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15343, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15344, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15345, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15346, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15347, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15348, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15349, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15350, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15351, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15352, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15353, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15354, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15355, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15356, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15357, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15358, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15359, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15360, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15361, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15362, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15363, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15364, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15365, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15366, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15367, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15368, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15369, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15370, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15371, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15372, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15373, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15374, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15375, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15376, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15377, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15378, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15379, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15380, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15381, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15382, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15383, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15384, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15385, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15386, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15387, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15388, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15389, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15390, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15391, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15392, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15393, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15394, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15395, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15396, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15397, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15398, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15399, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15400, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15401, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15402, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15403, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15404, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15405, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15406, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15327, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15328, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15329, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15330, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15331, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15332, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15333, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15334, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15335, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15336, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15337, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15338, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15339, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15340, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15341, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15342, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15343, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15344, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15345, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15346, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15347, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15348, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15349, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15350, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15351, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15352, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15353, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15354, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15355, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15356, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15357, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15358, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15359, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15360, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15361, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15362, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15363, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15364, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15365, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15366, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15367, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15368, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15369, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15370, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15371, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15372, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15373, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15374, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15375, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15376, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15377, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15378, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15379, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15380, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15381, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15382, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15383, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15384, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15385, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15386, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15387, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15388, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15389, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15390, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15391, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15392, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15393, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15394, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15395, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15396, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15397, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15398, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15399, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15400, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15401, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15402, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15403, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15404, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15405, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.CRIMSON_STAIRS.addBlockAlternative(new BlockAlternative((short) 15406, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java index 4b8f52db9..d750fa946 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14983, "axis=x")); Block.CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14984, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java index 6c7eda1a0..30233a3f6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15135, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15136, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15137, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15138, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15139, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15140, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15141, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15142, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15143, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15144, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15145, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15146, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15147, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15148, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15149, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15150, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15151, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15152, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15153, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15154, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15155, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15156, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15157, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15158, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15159, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15160, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15161, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15162, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15163, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15164, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15165, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15166, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15167, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15168, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15169, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15170, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15171, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15172, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15173, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15174, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15175, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15176, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15177, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15178, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15179, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15180, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15181, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15182, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15183, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15184, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15185, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15186, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15187, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15188, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15189, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15190, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15191, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15192, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15193, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15194, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15195, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15196, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15197, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15198, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15135, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15136, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15137, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15138, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15139, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15140, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15141, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15142, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15143, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15144, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15145, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15146, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15147, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15148, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15149, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15150, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15151, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15152, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15153, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15154, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15155, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15156, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15157, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15158, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15159, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15160, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15161, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15162, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15163, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15164, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15165, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15166, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15167, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15168, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15169, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15170, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15171, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15172, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15173, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15174, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15175, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15176, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15177, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15178, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15179, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15180, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15181, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15182, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15183, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15184, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15185, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15186, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15187, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15188, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15189, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15190, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15191, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15192, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15193, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15194, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15195, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15196, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15197, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.CRIMSON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15198, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java index e8d57ac17..b5f887acc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CrimsonWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CrimsonWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15727, "facing=north", "waterlogged=true")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15728, "facing=north", "waterlogged=false")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15729, "facing=south", "waterlogged=true")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15730, "facing=south", "waterlogged=false")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15731, "facing=west", "waterlogged=true")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15732, "facing=west", "waterlogged=false")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15733, "facing=east", "waterlogged=true")); - Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15734, "facing=east", "waterlogged=false")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15727, "facing=north","waterlogged=true")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15728, "facing=north","waterlogged=false")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15729, "facing=south","waterlogged=true")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15730, "facing=south","waterlogged=false")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15731, "facing=west","waterlogged=true")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15732, "facing=west","waterlogged=false")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15733, "facing=east","waterlogged=true")); + Block.CRIMSON_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15734, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CryingObsidian.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CryingObsidian.java new file mode 100644 index 000000000..75ae0e4cf --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CryingObsidian.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CryingObsidian { + public static void initStates() { + Block.CRYING_OBSIDIAN.addBlockAlternative(new BlockAlternative((short) 15836)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstone.java new file mode 100644 index 000000000..687298e9a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CutRedSandstone { + public static void initStates() { + Block.CUT_RED_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 8223)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java index 32a3de39d..0d6f32514 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutRedSandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CutRedSandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8406, "type=top", "waterlogged=true")); - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8407, "type=top", "waterlogged=false")); - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8408, "type=bottom", "waterlogged=true")); - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8409, "type=bottom", "waterlogged=false")); - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8410, "type=double", "waterlogged=true")); - Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8411, "type=double", "waterlogged=false")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8406, "type=top","waterlogged=true")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8407, "type=top","waterlogged=false")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8408, "type=bottom","waterlogged=true")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8409, "type=bottom","waterlogged=false")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8410, "type=double","waterlogged=true")); + Block.CUT_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8411, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstone.java new file mode 100644 index 000000000..c609a936f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CutSandstone { + public static void initStates() { + Block.CUT_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 248)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java index f77e2543e..161f725ca 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CutSandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CutSandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8358, "type=top", "waterlogged=true")); - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8359, "type=top", "waterlogged=false")); - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8360, "type=bottom", "waterlogged=true")); - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8361, "type=bottom", "waterlogged=false")); - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8362, "type=double", "waterlogged=true")); - Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8363, "type=double", "waterlogged=false")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8358, "type=top","waterlogged=true")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8359, "type=top","waterlogged=false")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8360, "type=bottom","waterlogged=true")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8361, "type=bottom","waterlogged=false")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8362, "type=double","waterlogged=true")); + Block.CUT_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8363, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java index e4b31b240..c3f1a8588 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8045, "rotation=0")); Block.CYAN_BANNER.addBlockAlternative(new BlockAlternative((short) 8046, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java index ca3e70f67..77bc98112 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1193, "facing=north", "occupied=true", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1194, "facing=north", "occupied=true", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1195, "facing=north", "occupied=false", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1196, "facing=north", "occupied=false", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1197, "facing=south", "occupied=true", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1198, "facing=south", "occupied=true", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1199, "facing=south", "occupied=false", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1200, "facing=south", "occupied=false", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1201, "facing=west", "occupied=true", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1202, "facing=west", "occupied=true", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1203, "facing=west", "occupied=false", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1204, "facing=west", "occupied=false", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1205, "facing=east", "occupied=true", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1206, "facing=east", "occupied=true", "part=foot")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1207, "facing=east", "occupied=false", "part=head")); - Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1208, "facing=east", "occupied=false", "part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1193, "facing=north","occupied=true","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1194, "facing=north","occupied=true","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1195, "facing=north","occupied=false","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1196, "facing=north","occupied=false","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1197, "facing=south","occupied=true","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1198, "facing=south","occupied=true","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1199, "facing=south","occupied=false","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1200, "facing=south","occupied=false","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1201, "facing=west","occupied=true","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1202, "facing=west","occupied=true","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1203, "facing=west","occupied=false","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1204, "facing=west","occupied=false","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1205, "facing=east","occupied=true","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1206, "facing=east","occupied=true","part=foot")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1207, "facing=east","occupied=false","part=head")); + Block.CYAN_BED.addBlockAlternative(new BlockAlternative((short) 1208, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanCarpet.java new file mode 100644 index 000000000..e6ccdcd7f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanCarpet { + public static void initStates() { + Block.CYAN_CARPET.addBlockAlternative(new BlockAlternative((short) 7879)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcrete.java new file mode 100644 index 000000000..bf39fac92 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanConcrete { + public static void initStates() { + Block.CYAN_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9451)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcretePowder.java new file mode 100644 index 000000000..f7fefb387 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanConcretePowder { + public static void initStates() { + Block.CYAN_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9467)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java index ef0692bc3..751ced3f0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9414, "facing=north")); Block.CYAN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9415, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java index 20604a176..242e764ef 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9336, "facing=north")); Block.CYAN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9337, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlass.java new file mode 100644 index 000000000..5384b8f4e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanStainedGlass { + public static void initStates() { + Block.CYAN_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4104)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java index dff3d7873..abf80f327 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7155, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7156, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7157, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7158, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7159, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7160, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7161, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7162, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7163, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7164, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7165, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7166, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7167, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7168, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7169, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7170, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7171, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7172, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7173, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7174, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7175, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7176, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7177, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7178, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7179, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7180, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7181, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7182, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7183, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7184, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7185, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7186, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7155, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7156, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7157, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7158, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7159, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7160, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7161, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7162, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7163, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7164, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7165, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7166, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7167, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7168, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7169, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7170, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7171, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7172, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7173, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7174, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7175, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7176, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7177, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7178, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7179, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7180, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7181, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7182, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7183, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7184, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7185, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.CYAN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7186, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanTerracotta.java new file mode 100644 index 000000000..c84e7bed9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanTerracotta { + public static void initStates() { + Block.CYAN_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6860)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java index 2ff2eecc2..69340fee7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class CyanWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8193, "facing=north")); Block.CYAN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8194, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWool.java new file mode 100644 index 000000000..0fd5bc047 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/CyanWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class CyanWool { + public static void initStates() { + Block.CYAN_WOOL.addBlockAlternative(new BlockAlternative((short) 1393)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java index a347753e9..e87658981 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DamagedAnvil.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DamagedAnvil { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6622, "facing=north")); Block.DAMAGED_ANVIL.addBlockAlternative(new BlockAlternative((short) 6623, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dandelion.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dandelion.java new file mode 100644 index 000000000..ac3c4a90b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dandelion.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Dandelion { + public static void initStates() { + Block.DANDELION.addBlockAlternative(new BlockAlternative((short) 1412)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java index ce92fa7f6..82657f1a0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6470, "face=floor", "facing=north", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6471, "face=floor", "facing=north", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6472, "face=floor", "facing=south", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6473, "face=floor", "facing=south", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6474, "face=floor", "facing=west", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6475, "face=floor", "facing=west", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6476, "face=floor", "facing=east", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6477, "face=floor", "facing=east", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6478, "face=wall", "facing=north", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6479, "face=wall", "facing=north", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6480, "face=wall", "facing=south", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6481, "face=wall", "facing=south", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6482, "face=wall", "facing=west", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6483, "face=wall", "facing=west", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6484, "face=wall", "facing=east", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6485, "face=wall", "facing=east", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6486, "face=ceiling", "facing=north", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6487, "face=ceiling", "facing=north", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6488, "face=ceiling", "facing=south", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6489, "face=ceiling", "facing=south", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6490, "face=ceiling", "facing=west", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6491, "face=ceiling", "facing=west", "powered=false")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6492, "face=ceiling", "facing=east", "powered=true")); - Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6493, "face=ceiling", "facing=east", "powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6470, "face=FLOOR","facing=north","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6471, "face=FLOOR","facing=north","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6472, "face=FLOOR","facing=south","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6473, "face=FLOOR","facing=south","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6474, "face=FLOOR","facing=west","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6475, "face=FLOOR","facing=west","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6476, "face=FLOOR","facing=east","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6477, "face=FLOOR","facing=east","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6478, "face=WALL","facing=north","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6479, "face=WALL","facing=north","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6480, "face=WALL","facing=south","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6481, "face=WALL","facing=south","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6482, "face=WALL","facing=west","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6483, "face=WALL","facing=west","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6484, "face=WALL","facing=east","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6485, "face=WALL","facing=east","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6486, "face=CEILING","facing=north","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6487, "face=CEILING","facing=north","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6488, "face=CEILING","facing=south","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6489, "face=CEILING","facing=south","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6490, "face=CEILING","facing=west","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6491, "face=CEILING","facing=west","powered=false")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6492, "face=CEILING","facing=east","powered=true")); + Block.DARK_OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6493, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java index 0dc8474f7..1c5d9da6a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8998, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8999, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9000, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9001, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9002, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9003, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9004, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9005, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9006, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9007, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9008, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9009, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9010, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9011, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9012, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9013, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9014, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9015, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9016, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9017, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9018, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9019, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9020, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9021, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9022, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9023, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9024, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9025, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9026, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9027, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9028, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9029, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9030, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9031, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9032, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9033, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9034, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9035, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9036, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9037, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9038, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9039, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9040, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9041, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9042, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9043, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9044, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9045, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9046, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9047, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9048, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9049, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9050, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9051, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9052, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9053, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9054, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9055, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9056, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9057, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9058, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9059, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9060, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9061, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8998, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 8999, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9000, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9001, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9002, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9003, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9004, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9005, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9006, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9007, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9008, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9009, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9010, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9011, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9012, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9013, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9014, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9015, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9016, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9017, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9018, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9019, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9020, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9021, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9022, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9023, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9024, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9025, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9026, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9027, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9028, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9029, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9030, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9031, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9032, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9033, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9034, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9035, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9036, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9037, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9038, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9039, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9040, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9041, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9042, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9043, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9044, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9045, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9046, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9047, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9048, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9049, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9050, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9051, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9052, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9053, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9054, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9055, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9056, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9057, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9058, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9059, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9060, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.DARK_OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 9061, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java index 4ce547cdc..c6dabaaf8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8710, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8711, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8712, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8713, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8714, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8715, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8716, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8717, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8718, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8719, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8720, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8721, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8722, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8723, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8724, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8725, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8726, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8727, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8728, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8729, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8730, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8731, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8732, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8733, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8734, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8735, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8736, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8737, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8738, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8739, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8740, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8741, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8710, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8711, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8712, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8713, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8714, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8715, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8716, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8717, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8718, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8719, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8720, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8721, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8722, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8723, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8724, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8725, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8726, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8727, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8728, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8729, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8730, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8731, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8732, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8733, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8734, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8735, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8736, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8737, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8738, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8739, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8740, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.DARK_OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 8741, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java index 61eb6862b..23503bbc7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8550, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8551, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8552, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8553, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8554, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8555, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8556, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8557, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8558, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8559, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8560, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8561, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8562, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8563, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8564, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8565, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8566, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8567, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8568, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8569, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8570, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8571, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8572, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8573, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8574, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8575, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8576, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8577, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8578, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8579, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8580, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8581, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8550, "facing=north","in_wall=true","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8551, "facing=north","in_wall=true","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8552, "facing=north","in_wall=true","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8553, "facing=north","in_wall=true","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8554, "facing=north","in_wall=false","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8555, "facing=north","in_wall=false","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8556, "facing=north","in_wall=false","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8557, "facing=north","in_wall=false","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8558, "facing=south","in_wall=true","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8559, "facing=south","in_wall=true","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8560, "facing=south","in_wall=true","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8561, "facing=south","in_wall=true","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8562, "facing=south","in_wall=false","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8563, "facing=south","in_wall=false","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8564, "facing=south","in_wall=false","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8565, "facing=south","in_wall=false","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8566, "facing=west","in_wall=true","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8567, "facing=west","in_wall=true","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8568, "facing=west","in_wall=true","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8569, "facing=west","in_wall=true","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8570, "facing=west","in_wall=false","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8571, "facing=west","in_wall=false","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8572, "facing=west","in_wall=false","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8573, "facing=west","in_wall=false","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8574, "facing=east","in_wall=true","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8575, "facing=east","in_wall=true","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8576, "facing=east","in_wall=true","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8577, "facing=east","in_wall=true","open=false","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8578, "facing=east","in_wall=false","open=true","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8579, "facing=east","in_wall=false","open=true","powered=false")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8580, "facing=east","in_wall=false","open=false","powered=true")); + Block.DARK_OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8581, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java index 976f4079f..13717480b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 215, "distance=1", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 216, "distance=1", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 217, "distance=2", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 218, "distance=2", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 219, "distance=3", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 220, "distance=3", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 221, "distance=4", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 222, "distance=4", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 223, "distance=5", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 224, "distance=5", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 225, "distance=6", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 226, "distance=6", "persistent=false")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 227, "distance=7", "persistent=true")); - Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 228, "distance=7", "persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 215, "distance=1","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 216, "distance=1","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 217, "distance=2","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 218, "distance=2","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 219, "distance=3","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 220, "distance=3","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 221, "distance=4","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 222, "distance=4","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 223, "distance=5","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 224, "distance=5","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 225, "distance=6","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 226, "distance=6","persistent=false")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 227, "distance=7","persistent=true")); + Block.DARK_OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 228, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java index 00a0dd6d6..0abd24288 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 88, "axis=x")); Block.DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 89, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPlanks.java new file mode 100644 index 000000000..565a7627b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DarkOakPlanks { + public static void initStates() { + Block.DARK_OAK_PLANKS.addBlockAlternative(new BlockAlternative((short) 20)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java index 7a1e4e4b6..81fd4ccba 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3883, "powered=true")); Block.DARK_OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3884, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java index 01f7acd7f..2453af4aa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DARK_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 31, "stage=0")); Block.DARK_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 32, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java index cd2639de0..6c51c8875 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3541, "rotation=0", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3542, "rotation=0", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3543, "rotation=1", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3544, "rotation=1", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3545, "rotation=2", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3546, "rotation=2", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3547, "rotation=3", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3548, "rotation=3", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3549, "rotation=4", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3550, "rotation=4", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3551, "rotation=5", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3552, "rotation=5", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3553, "rotation=6", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3554, "rotation=6", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3555, "rotation=7", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3556, "rotation=7", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3557, "rotation=8", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3558, "rotation=8", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3559, "rotation=9", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3560, "rotation=9", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3561, "rotation=10", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3562, "rotation=10", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3563, "rotation=11", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3564, "rotation=11", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3565, "rotation=12", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3566, "rotation=12", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3567, "rotation=13", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3568, "rotation=13", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3569, "rotation=14", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3570, "rotation=14", "waterlogged=false")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3571, "rotation=15", "waterlogged=true")); - Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3572, "rotation=15", "waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3541, "rotation=0","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3542, "rotation=0","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3543, "rotation=1","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3544, "rotation=1","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3545, "rotation=2","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3546, "rotation=2","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3547, "rotation=3","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3548, "rotation=3","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3549, "rotation=4","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3550, "rotation=4","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3551, "rotation=5","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3552, "rotation=5","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3553, "rotation=6","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3554, "rotation=6","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3555, "rotation=7","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3556, "rotation=7","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3557, "rotation=8","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3558, "rotation=8","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3559, "rotation=9","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3560, "rotation=9","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3561, "rotation=10","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3562, "rotation=10","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3563, "rotation=11","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3564, "rotation=11","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3565, "rotation=12","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3566, "rotation=12","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3567, "rotation=13","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3568, "rotation=13","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3569, "rotation=14","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3570, "rotation=14","waterlogged=false")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3571, "rotation=15","waterlogged=true")); + Block.DARK_OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3572, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java index 5240e91e9..c24c41432 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8334, "type=top", "waterlogged=true")); - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8335, "type=top", "waterlogged=false")); - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8336, "type=bottom", "waterlogged=true")); - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8337, "type=bottom", "waterlogged=false")); - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8338, "type=double", "waterlogged=true")); - Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8339, "type=double", "waterlogged=false")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8334, "type=top","waterlogged=true")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8335, "type=top","waterlogged=false")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8336, "type=bottom","waterlogged=true")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8337, "type=bottom","waterlogged=false")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8338, "type=double","waterlogged=true")); + Block.DARK_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8339, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java index 360c34f54..f83faf39e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7459, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7460, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7461, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7462, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7463, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7464, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7465, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7466, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7467, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7468, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7469, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7470, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7471, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7472, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7473, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7474, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7475, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7476, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7477, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7478, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7479, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7480, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7481, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7482, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7483, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7484, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7485, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7486, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7487, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7488, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7489, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7490, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7491, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7492, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7493, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7494, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7495, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7496, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7497, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7498, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7499, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7500, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7501, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7502, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7503, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7504, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7505, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7506, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7507, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7508, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7509, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7510, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7511, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7512, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7513, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7514, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7515, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7516, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7517, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7518, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7519, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7520, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7521, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7522, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7523, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7524, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7525, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7526, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7527, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7528, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7529, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7530, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7531, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7532, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7533, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7534, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7535, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7536, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7537, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7538, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7459, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7460, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7461, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7462, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7463, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7464, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7465, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7466, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7467, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7468, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7469, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7470, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7471, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7472, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7473, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7474, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7475, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7476, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7477, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7478, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7479, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7480, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7481, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7482, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7483, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7484, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7485, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7486, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7487, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7488, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7489, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7490, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7491, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7492, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7493, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7494, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7495, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7496, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7497, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7498, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7499, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7500, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7501, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7502, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7503, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7504, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7505, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7506, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7507, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7508, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7509, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7510, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7511, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7512, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7513, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7514, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7515, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7516, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7517, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7518, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7519, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7520, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7521, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7522, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7523, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7524, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7525, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7526, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7527, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7528, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7529, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7530, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7531, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7532, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7533, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7534, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7535, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7536, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7537, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7538, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java index 08dd4b81a..b2e2f6077 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4431, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4432, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4433, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4434, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4435, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4436, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4437, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4438, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4439, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4440, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4441, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4442, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4443, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4444, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4445, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4446, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4447, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4448, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4449, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4450, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4451, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4452, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4453, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4454, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4455, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4456, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4457, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4458, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4459, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4460, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4461, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4462, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4463, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4464, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4465, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4466, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4467, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4468, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4469, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4470, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4471, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4472, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4473, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4474, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4475, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4476, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4477, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4478, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4479, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4480, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4481, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4482, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4483, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4484, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4485, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4486, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4487, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4488, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4489, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4490, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4491, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4492, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4493, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4494, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4431, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4432, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4433, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4434, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4435, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4436, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4437, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4438, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4439, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4440, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4441, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4442, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4443, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4444, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4445, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4446, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4447, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4448, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4449, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4450, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4451, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4452, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4453, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4454, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4455, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4456, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4457, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4458, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4459, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4460, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4461, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4462, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4463, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4464, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4465, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4466, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4467, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4468, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4469, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4470, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4471, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4472, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4473, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4474, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4475, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4476, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4477, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4478, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4479, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4480, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4481, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4482, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4483, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4484, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4485, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4486, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4487, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4488, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4489, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4490, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4491, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4492, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4493, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.DARK_OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4494, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java index bdda2b0e1..60cf0fc32 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3775, "facing=north", "waterlogged=true")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3776, "facing=north", "waterlogged=false")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3777, "facing=south", "waterlogged=true")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3778, "facing=south", "waterlogged=false")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3779, "facing=west", "waterlogged=true")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3780, "facing=west", "waterlogged=false")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3781, "facing=east", "waterlogged=true")); - Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3782, "facing=east", "waterlogged=false")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3775, "facing=north","waterlogged=true")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3776, "facing=north","waterlogged=false")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3777, "facing=south","waterlogged=true")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3778, "facing=south","waterlogged=false")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3779, "facing=west","waterlogged=true")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3780, "facing=west","waterlogged=false")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3781, "facing=east","waterlogged=true")); + Block.DARK_OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3782, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java index ca10bcb70..8e59dcdd6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkOakWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkOakWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 124, "axis=x")); Block.DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 125, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarine.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarine.java new file mode 100644 index 000000000..d71e73f4d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarine.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DarkPrismarine { + public static void initStates() { + Block.DARK_PRISMARINE.addBlockAlternative(new BlockAlternative((short) 7607)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java index 9ea142757..9eb37f2df 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkPrismarineSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7860, "type=top", "waterlogged=true")); - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7861, "type=top", "waterlogged=false")); - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7862, "type=bottom", "waterlogged=true")); - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7863, "type=bottom", "waterlogged=false")); - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7864, "type=double", "waterlogged=true")); - Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7865, "type=double", "waterlogged=false")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7860, "type=top","waterlogged=true")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7861, "type=top","waterlogged=false")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7862, "type=bottom","waterlogged=true")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7863, "type=bottom","waterlogged=false")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7864, "type=double","waterlogged=true")); + Block.DARK_PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7865, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java index 7d0dce0a3..4fac53672 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DarkPrismarineStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DarkPrismarineStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7768, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7769, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7770, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7771, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7772, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7773, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7774, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7775, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7776, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7777, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7778, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7779, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7780, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7781, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7782, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7783, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7784, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7785, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7786, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7787, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7788, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7789, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7790, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7791, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7792, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7793, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7794, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7795, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7796, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7797, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7798, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7799, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7800, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7801, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7802, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7803, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7804, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7805, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7806, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7807, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7808, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7809, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7810, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7811, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7812, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7813, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7814, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7815, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7816, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7817, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7818, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7819, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7820, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7821, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7822, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7823, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7824, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7825, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7826, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7827, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7828, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7829, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7830, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7831, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7832, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7833, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7834, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7835, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7836, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7837, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7838, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7839, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7840, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7841, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7842, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7843, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7844, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7845, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7846, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7847, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7768, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7769, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7770, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7771, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7772, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7773, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7774, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7775, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7776, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7777, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7778, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7779, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7780, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7781, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7782, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7783, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7784, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7785, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7786, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7787, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7788, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7789, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7790, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7791, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7792, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7793, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7794, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7795, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7796, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7797, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7798, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7799, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7800, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7801, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7802, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7803, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7804, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7805, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7806, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7807, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7808, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7809, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7810, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7811, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7812, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7813, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7814, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7815, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7816, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7817, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7818, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7819, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7820, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7821, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7822, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7823, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7824, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7825, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7826, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7827, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7828, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7829, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7830, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7831, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7832, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7833, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7834, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7835, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7836, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7837, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7838, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7839, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7840, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7841, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7842, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7843, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7844, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7845, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7846, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.DARK_PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7847, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java index 029501411..21ec07db2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DaylightDetector.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DaylightDetector { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6698, "inverted=true", "power=0")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6699, "inverted=true", "power=1")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6700, "inverted=true", "power=2")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6701, "inverted=true", "power=3")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6702, "inverted=true", "power=4")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6703, "inverted=true", "power=5")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6704, "inverted=true", "power=6")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6705, "inverted=true", "power=7")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6706, "inverted=true", "power=8")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6707, "inverted=true", "power=9")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6708, "inverted=true", "power=10")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6709, "inverted=true", "power=11")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6710, "inverted=true", "power=12")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6711, "inverted=true", "power=13")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6712, "inverted=true", "power=14")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6713, "inverted=true", "power=15")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6714, "inverted=false", "power=0")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6715, "inverted=false", "power=1")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6716, "inverted=false", "power=2")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6717, "inverted=false", "power=3")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6718, "inverted=false", "power=4")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6719, "inverted=false", "power=5")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6720, "inverted=false", "power=6")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6721, "inverted=false", "power=7")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6722, "inverted=false", "power=8")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6723, "inverted=false", "power=9")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6724, "inverted=false", "power=10")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6725, "inverted=false", "power=11")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6726, "inverted=false", "power=12")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6727, "inverted=false", "power=13")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6728, "inverted=false", "power=14")); - Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6729, "inverted=false", "power=15")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6698, "inverted=true","power=0")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6699, "inverted=true","power=1")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6700, "inverted=true","power=2")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6701, "inverted=true","power=3")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6702, "inverted=true","power=4")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6703, "inverted=true","power=5")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6704, "inverted=true","power=6")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6705, "inverted=true","power=7")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6706, "inverted=true","power=8")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6707, "inverted=true","power=9")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6708, "inverted=true","power=10")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6709, "inverted=true","power=11")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6710, "inverted=true","power=12")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6711, "inverted=true","power=13")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6712, "inverted=true","power=14")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6713, "inverted=true","power=15")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6714, "inverted=false","power=0")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6715, "inverted=false","power=1")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6716, "inverted=false","power=2")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6717, "inverted=false","power=3")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6718, "inverted=false","power=4")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6719, "inverted=false","power=5")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6720, "inverted=false","power=6")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6721, "inverted=false","power=7")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6722, "inverted=false","power=8")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6723, "inverted=false","power=9")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6724, "inverted=false","power=10")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6725, "inverted=false","power=11")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6726, "inverted=false","power=12")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6727, "inverted=false","power=13")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6728, "inverted=false","power=14")); + Block.DAYLIGHT_DETECTOR.addBlockAlternative(new BlockAlternative((short) 6729, "inverted=false","power=15")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java index fb571761c..87ae7ca38 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBrainCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9526, "waterlogged=true")); Block.DEAD_BRAIN_CORAL.addBlockAlternative(new BlockAlternative((short) 9527, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralBlock.java new file mode 100644 index 000000000..1e4b52d41 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadBrainCoralBlock { + public static void initStates() { + Block.DEAD_BRAIN_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9515)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java index 0ea34ec8f..e6406a47e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBrainCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9546, "waterlogged=true")); Block.DEAD_BRAIN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9547, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java index 4cc48e5b1..5d47caa06 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBrainCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBrainCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9572, "facing=north", "waterlogged=true")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9573, "facing=north", "waterlogged=false")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9574, "facing=south", "waterlogged=true")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9575, "facing=south", "waterlogged=false")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9576, "facing=west", "waterlogged=true")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9577, "facing=west", "waterlogged=false")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9578, "facing=east", "waterlogged=true")); - Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9579, "facing=east", "waterlogged=false")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9572, "facing=north","waterlogged=true")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9573, "facing=north","waterlogged=false")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9574, "facing=south","waterlogged=true")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9575, "facing=south","waterlogged=false")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9576, "facing=west","waterlogged=true")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9577, "facing=west","waterlogged=false")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9578, "facing=east","waterlogged=true")); + Block.DEAD_BRAIN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9579, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java index b2c5f4d4f..11dd1ac0b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBubbleCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9528, "waterlogged=true")); Block.DEAD_BUBBLE_CORAL.addBlockAlternative(new BlockAlternative((short) 9529, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralBlock.java new file mode 100644 index 000000000..c608f3347 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadBubbleCoralBlock { + public static void initStates() { + Block.DEAD_BUBBLE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9516)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java index 8e2ef9463..714be639c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBubbleCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9548, "waterlogged=true")); Block.DEAD_BUBBLE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9549, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java index 5a0fef7af..8af235b92 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBubbleCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadBubbleCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9580, "facing=north", "waterlogged=true")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9581, "facing=north", "waterlogged=false")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9582, "facing=south", "waterlogged=true")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9583, "facing=south", "waterlogged=false")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9584, "facing=west", "waterlogged=true")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9585, "facing=west", "waterlogged=false")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9586, "facing=east", "waterlogged=true")); - Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9587, "facing=east", "waterlogged=false")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9580, "facing=north","waterlogged=true")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9581, "facing=north","waterlogged=false")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9582, "facing=south","waterlogged=true")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9583, "facing=south","waterlogged=false")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9584, "facing=west","waterlogged=true")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9585, "facing=west","waterlogged=false")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9586, "facing=east","waterlogged=true")); + Block.DEAD_BUBBLE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9587, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBush.java new file mode 100644 index 000000000..5f05dff9e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadBush.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadBush { + public static void initStates() { + Block.DEAD_BUSH.addBlockAlternative(new BlockAlternative((short) 1344)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java index 8671f85b5..45d5ccc8b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadFireCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9530, "waterlogged=true")); Block.DEAD_FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9531, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralBlock.java new file mode 100644 index 000000000..07b1708e1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadFireCoralBlock { + public static void initStates() { + Block.DEAD_FIRE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9517)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java index c23dea449..cf4f7b1e3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadFireCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9550, "waterlogged=true")); Block.DEAD_FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9551, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java index d9ed17c62..d13adb90b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadFireCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadFireCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9588, "facing=north", "waterlogged=true")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9589, "facing=north", "waterlogged=false")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9590, "facing=south", "waterlogged=true")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9591, "facing=south", "waterlogged=false")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9592, "facing=west", "waterlogged=true")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9593, "facing=west", "waterlogged=false")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9594, "facing=east", "waterlogged=true")); - Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9595, "facing=east", "waterlogged=false")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9588, "facing=north","waterlogged=true")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9589, "facing=north","waterlogged=false")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9590, "facing=south","waterlogged=true")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9591, "facing=south","waterlogged=false")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9592, "facing=west","waterlogged=true")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9593, "facing=west","waterlogged=false")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9594, "facing=east","waterlogged=true")); + Block.DEAD_FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9595, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java index a849e912b..d3282c7c0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadHornCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9532, "waterlogged=true")); Block.DEAD_HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9533, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralBlock.java new file mode 100644 index 000000000..5a720455f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadHornCoralBlock { + public static void initStates() { + Block.DEAD_HORN_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9518)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java index 113554165..561861d70 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadHornCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9552, "waterlogged=true")); Block.DEAD_HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9553, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java index 4c5ec4500..01534b79b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadHornCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadHornCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9596, "facing=north", "waterlogged=true")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9597, "facing=north", "waterlogged=false")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9598, "facing=south", "waterlogged=true")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9599, "facing=south", "waterlogged=false")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9600, "facing=west", "waterlogged=true")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9601, "facing=west", "waterlogged=false")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9602, "facing=east", "waterlogged=true")); - Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9603, "facing=east", "waterlogged=false")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9596, "facing=north","waterlogged=true")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9597, "facing=north","waterlogged=false")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9598, "facing=south","waterlogged=true")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9599, "facing=south","waterlogged=false")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9600, "facing=west","waterlogged=true")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9601, "facing=west","waterlogged=false")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9602, "facing=east","waterlogged=true")); + Block.DEAD_HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9603, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java index c000b9ada..a24a8d67e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadTubeCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9524, "waterlogged=true")); Block.DEAD_TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9525, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralBlock.java new file mode 100644 index 000000000..798b35ec1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DeadTubeCoralBlock { + public static void initStates() { + Block.DEAD_TUBE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9514)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java index 9e1089652..2334e553d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadTubeCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9544, "waterlogged=true")); Block.DEAD_TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9545, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java index 0ce0759d2..919e2cea5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DeadTubeCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DeadTubeCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9564, "facing=north", "waterlogged=true")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9565, "facing=north", "waterlogged=false")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9566, "facing=south", "waterlogged=true")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9567, "facing=south", "waterlogged=false")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9568, "facing=west", "waterlogged=true")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9569, "facing=west", "waterlogged=false")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9570, "facing=east", "waterlogged=true")); - Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9571, "facing=east", "waterlogged=false")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9564, "facing=north","waterlogged=true")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9565, "facing=north","waterlogged=false")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9566, "facing=south","waterlogged=true")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9567, "facing=south","waterlogged=false")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9568, "facing=west","waterlogged=true")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9569, "facing=west","waterlogged=false")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9570, "facing=east","waterlogged=true")); + Block.DEAD_TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9571, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java index d967f3503..cbd8166f2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DetectorRail.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DetectorRail { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1317, "powered=true", "shape=north_south")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1318, "powered=true", "shape=east_west")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1319, "powered=true", "shape=ascending_east")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1320, "powered=true", "shape=ascending_west")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1321, "powered=true", "shape=ascending_north")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1322, "powered=true", "shape=ascending_south")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1323, "powered=false", "shape=north_south")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1324, "powered=false", "shape=east_west")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1325, "powered=false", "shape=ascending_east")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1326, "powered=false", "shape=ascending_west")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1327, "powered=false", "shape=ascending_north")); - Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1328, "powered=false", "shape=ascending_south")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1317, "powered=true","shape=north_south")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1318, "powered=true","shape=east_west")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1319, "powered=true","shape=ascending_east")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1320, "powered=true","shape=ascending_west")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1321, "powered=true","shape=ascending_north")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1322, "powered=true","shape=ascending_south")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1323, "powered=false","shape=north_south")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1324, "powered=false","shape=east_west")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1325, "powered=false","shape=ascending_east")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1326, "powered=false","shape=ascending_west")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1327, "powered=false","shape=ascending_north")); + Block.DETECTOR_RAIL.addBlockAlternative(new BlockAlternative((short) 1328, "powered=false","shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondBlock.java new file mode 100644 index 000000000..08dc975f7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DiamondBlock { + public static void initStates() { + Block.DIAMOND_BLOCK.addBlockAlternative(new BlockAlternative((short) 3355)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondOre.java new file mode 100644 index 000000000..4fe8831e3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DiamondOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DiamondOre { + public static void initStates() { + Block.DIAMOND_ORE.addBlockAlternative(new BlockAlternative((short) 3354)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Diorite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Diorite.java new file mode 100644 index 000000000..7477dcca8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Diorite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Diorite { + public static void initStates() { + Block.DIORITE.addBlockAlternative(new BlockAlternative((short) 4)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java index 0c39c1dd3..db7af86b9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DioriteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10865, "type=top", "waterlogged=true")); - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10866, "type=top", "waterlogged=false")); - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10867, "type=bottom", "waterlogged=true")); - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10868, "type=bottom", "waterlogged=false")); - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10869, "type=double", "waterlogged=true")); - Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10870, "type=double", "waterlogged=false")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10865, "type=top","waterlogged=true")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10866, "type=top","waterlogged=false")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10867, "type=bottom","waterlogged=true")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10868, "type=bottom","waterlogged=false")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10869, "type=double","waterlogged=true")); + Block.DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10870, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java index 2f119bcaf..03ea1fbc6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DioriteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10713, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10714, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10715, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10716, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10717, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10718, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10719, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10720, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10721, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10722, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10723, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10724, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10725, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10726, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10727, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10728, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10729, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10730, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10731, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10732, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10733, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10734, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10735, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10736, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10737, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10738, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10739, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10740, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10741, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10742, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10743, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10744, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10745, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10746, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10747, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10748, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10749, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10750, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10751, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10752, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10753, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10754, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10755, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10756, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10757, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10758, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10759, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10760, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10761, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10762, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10763, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10764, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10765, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10766, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10767, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10768, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10769, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10770, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10771, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10772, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10773, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10774, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10775, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10776, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10777, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10778, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10779, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10780, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10781, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10782, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10783, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10784, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10785, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10786, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10787, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10788, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10789, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10790, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10791, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10792, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10713, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10714, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10715, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10716, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10717, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10718, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10719, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10720, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10721, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10722, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10723, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10724, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10725, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10726, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10727, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10728, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10729, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10730, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10731, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10732, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10733, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10734, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10735, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10736, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10737, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10738, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10739, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10740, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10741, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10742, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10743, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10744, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10745, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10746, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10747, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10748, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10749, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10750, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10751, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10752, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10753, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10754, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10755, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10756, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10757, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10758, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10759, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10760, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10761, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10762, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10763, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10764, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10765, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10766, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10767, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10768, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10769, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10770, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10771, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10772, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10773, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10774, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10775, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10776, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10777, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10778, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10779, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10780, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10781, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10782, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10783, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10784, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10785, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10786, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10787, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10788, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10789, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10790, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10791, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10792, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java index bfb100c09..6a7541992 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DioriteWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DioriteWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14435, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14436, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14437, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14438, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14439, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14440, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14441, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14442, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14443, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14444, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14445, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14446, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14447, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14448, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14449, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14450, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14451, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14452, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14453, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14454, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14455, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14456, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14457, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14458, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14459, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14460, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14461, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14462, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14463, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14464, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14465, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14466, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14467, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14468, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14469, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14470, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14471, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14472, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14473, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14474, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14475, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14476, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14477, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14478, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14479, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14480, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14481, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14482, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14483, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14484, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14485, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14486, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14487, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14488, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14489, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14490, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14491, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14492, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14493, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14494, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14495, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14496, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14497, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14498, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14499, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14500, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14501, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14502, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14503, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14504, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14505, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14506, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14507, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14508, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14509, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14510, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14511, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14512, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14513, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14514, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14515, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14516, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14517, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14518, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14519, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14520, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14521, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14522, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14523, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14524, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14525, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14526, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14527, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14528, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14529, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14530, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14531, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14532, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14533, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14534, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14535, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14536, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14537, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14538, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14539, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14540, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14541, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14542, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14543, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14544, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14545, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14546, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14547, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14548, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14549, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14550, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14551, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14552, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14553, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14554, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14555, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14556, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14557, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14558, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14559, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14560, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14561, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14562, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14563, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14564, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14565, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14566, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14567, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14568, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14569, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14570, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14571, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14572, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14573, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14574, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14575, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14576, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14577, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14578, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14579, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14580, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14581, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14582, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14583, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14584, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14585, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14586, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14587, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14588, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14589, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14590, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14591, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14592, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14593, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14594, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14595, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14596, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14597, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14598, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14599, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14600, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14601, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14602, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14603, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14604, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14605, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14606, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14607, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14608, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14609, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14610, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14611, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14612, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14613, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14614, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14615, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14616, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14617, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14618, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14619, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14620, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14621, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14622, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14623, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14624, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14625, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14626, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14627, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14628, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14629, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14630, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14631, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14632, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14633, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14634, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14635, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14636, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14637, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14638, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14639, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14640, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14641, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14642, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14643, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14644, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14645, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14646, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14647, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14648, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14649, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14650, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14651, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14652, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14653, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14654, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14655, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14656, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14657, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14658, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14659, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14660, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14661, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14662, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14663, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14664, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14665, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14666, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14667, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14668, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14669, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14670, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14671, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14672, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14673, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14674, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14675, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14676, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14677, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14678, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14679, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14680, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14681, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14682, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14683, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14684, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14685, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14686, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14687, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14688, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14689, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14690, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14691, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14692, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14693, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14694, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14695, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14696, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14697, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14698, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14699, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14700, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14701, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14702, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14703, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14704, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14705, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14706, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14707, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14708, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14709, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14710, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14711, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14712, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14713, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14714, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14715, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14716, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14717, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14718, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14719, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14720, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14721, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14722, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14723, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14724, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14725, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14726, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14727, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14728, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14729, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14730, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14731, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14732, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14733, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14734, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14735, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14736, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14737, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14738, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14739, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14740, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14741, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14742, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14743, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14744, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14745, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14746, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14747, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14748, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14749, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14750, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14751, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14752, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14753, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14754, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14755, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14756, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14757, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14758, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14435, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14436, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14437, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14438, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14439, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14440, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14441, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14442, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14443, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14444, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14445, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14446, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14447, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14448, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14449, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14450, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14451, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14452, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14453, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14454, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14455, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14456, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14457, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14458, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14459, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14460, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14461, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14462, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14463, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14464, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14465, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14466, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14467, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14468, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14469, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14470, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14471, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14472, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14473, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14474, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14475, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14476, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14477, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14478, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14479, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14480, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14481, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14482, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14483, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14484, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14485, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14486, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14487, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14488, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14489, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14490, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14491, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14492, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14493, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14494, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14495, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14496, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14497, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14498, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14499, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14500, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14501, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14502, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14503, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14504, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14505, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14506, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14507, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14508, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14509, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14510, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14511, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14512, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14513, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14514, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14515, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14516, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14517, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14518, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14519, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14520, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14521, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14522, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14523, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14524, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14525, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14526, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14527, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14528, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14529, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14530, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14531, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14532, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14533, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14534, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14535, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14536, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14537, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14538, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14539, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14540, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14541, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14542, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14543, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14544, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14545, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14546, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14547, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14548, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14549, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14550, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14551, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14552, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14553, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14554, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14555, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14556, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14557, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14558, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14559, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14560, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14561, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14562, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14563, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14564, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14565, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14566, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14567, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14568, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14569, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14570, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14571, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14572, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14573, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14574, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14575, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14576, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14577, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14578, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14579, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14580, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14581, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14582, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14583, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14584, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14585, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14586, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14587, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14588, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14589, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14590, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14591, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14592, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14593, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14594, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14595, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14596, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14597, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14598, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14599, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14600, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14601, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14602, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14603, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14604, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14605, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14606, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14607, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14608, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14609, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14610, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14611, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14612, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14613, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14614, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14615, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14616, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14617, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14618, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14619, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14620, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14621, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14622, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14623, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14624, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14625, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14626, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14627, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14628, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14629, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14630, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14631, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14632, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14633, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14634, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14635, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14636, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14637, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14638, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14639, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14640, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14641, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14642, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14643, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14644, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14645, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14646, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14647, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14648, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14649, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14650, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14651, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14652, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14653, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14654, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14655, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14656, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14657, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14658, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14659, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14660, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14661, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14662, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14663, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14664, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14665, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14666, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14667, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14668, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14669, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14670, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14671, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14672, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14673, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14674, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14675, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14676, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14677, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14678, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14679, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14680, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14681, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14682, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14683, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14684, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14685, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14686, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14687, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14688, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14689, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14690, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14691, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14692, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14693, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14694, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14695, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14696, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14697, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14698, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14699, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14700, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14701, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14702, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14703, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14704, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14705, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14706, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14707, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14708, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14709, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14710, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14711, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14712, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14713, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14714, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14715, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14716, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14717, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14718, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14719, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14720, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14721, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14722, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14723, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14724, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14725, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14726, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14727, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14728, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14729, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14730, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14731, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14732, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14733, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14734, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14735, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14736, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14737, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14738, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14739, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14740, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14741, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14742, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14743, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14744, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14745, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14746, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14747, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14748, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14749, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14750, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14751, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14752, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14753, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14754, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14755, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14756, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14757, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.DIORITE_WALL.addBlockAlternative(new BlockAlternative((short) 14758, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dirt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dirt.java new file mode 100644 index 000000000..84ae162d7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dirt.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Dirt { + public static void initStates() { + Block.DIRT.addBlockAlternative(new BlockAlternative((short) 10)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java index fd3c88273..f20ee8408 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dispenser.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Dispenser { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 234, "facing=north", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 235, "facing=north", "triggered=false")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 236, "facing=east", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 237, "facing=east", "triggered=false")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 238, "facing=south", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 239, "facing=south", "triggered=false")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 240, "facing=west", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 241, "facing=west", "triggered=false")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 242, "facing=up", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 243, "facing=up", "triggered=false")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 244, "facing=down", "triggered=true")); - Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 245, "facing=down", "triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 234, "facing=north","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 235, "facing=north","triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 236, "facing=east","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 237, "facing=east","triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 238, "facing=south","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 239, "facing=south","triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 240, "facing=west","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 241, "facing=west","triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 242, "facing=up","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 243, "facing=up","triggered=false")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 244, "facing=down","triggered=true")); + Block.DISPENSER.addBlockAlternative(new BlockAlternative((short) 245, "facing=down","triggered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonEgg.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonEgg.java new file mode 100644 index 000000000..fe5a11959 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonEgg.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DragonEgg { + public static void initStates() { + Block.DRAGON_EGG.addBlockAlternative(new BlockAlternative((short) 5159)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java index ea7429c98..2c9adfe0d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DragonHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6594, "rotation=0")); Block.DRAGON_HEAD.addBlockAlternative(new BlockAlternative((short) 6595, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java index 498005f17..c70fcd168 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DragonWallHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class DragonWallHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6610, "facing=north")); Block.DRAGON_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6611, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/DriedKelpBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/DriedKelpBlock.java new file mode 100644 index 000000000..1e7574b55 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/DriedKelpBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class DriedKelpBlock { + public static void initStates() { + Block.DRIED_KELP_BLOCK.addBlockAlternative(new BlockAlternative((short) 9501)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java index 9906c0d00..2289b7059 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Dropper.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Dropper { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6839, "facing=north", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6840, "facing=north", "triggered=false")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6841, "facing=east", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6842, "facing=east", "triggered=false")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6843, "facing=south", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6844, "facing=south", "triggered=false")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6845, "facing=west", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6846, "facing=west", "triggered=false")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6847, "facing=up", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6848, "facing=up", "triggered=false")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6849, "facing=down", "triggered=true")); - Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6850, "facing=down", "triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6839, "facing=north","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6840, "facing=north","triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6841, "facing=east","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6842, "facing=east","triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6843, "facing=south","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6844, "facing=south","triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6845, "facing=west","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6846, "facing=west","triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6847, "facing=up","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6848, "facing=up","triggered=false")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6849, "facing=down","triggered=true")); + Block.DROPPER.addBlockAlternative(new BlockAlternative((short) 6850, "facing=down","triggered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldBlock.java new file mode 100644 index 000000000..224ddafe6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EmeraldBlock { + public static void initStates() { + Block.EMERALD_BLOCK.addBlockAlternative(new BlockAlternative((short) 5407)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldOre.java new file mode 100644 index 000000000..e50d718ab --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EmeraldOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EmeraldOre { + public static void initStates() { + Block.EMERALD_ORE.addBlockAlternative(new BlockAlternative((short) 5254)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EnchantingTable.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EnchantingTable.java new file mode 100644 index 000000000..d7b72e9af --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EnchantingTable.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EnchantingTable { + public static void initStates() { + Block.ENCHANTING_TABLE.addBlockAlternative(new BlockAlternative((short) 5136)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndGateway.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndGateway.java new file mode 100644 index 000000000..3aa989a4b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndGateway.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EndGateway { + public static void initStates() { + Block.END_GATEWAY.addBlockAlternative(new BlockAlternative((short) 9228)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortal.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortal.java new file mode 100644 index 000000000..6cb9d712d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortal.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EndPortal { + public static void initStates() { + Block.END_PORTAL.addBlockAlternative(new BlockAlternative((short) 5149)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java index 754e60177..27017d786 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndPortalFrame.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EndPortalFrame { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5150, "eye=true", "facing=north")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5151, "eye=true", "facing=south")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5152, "eye=true", "facing=west")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5153, "eye=true", "facing=east")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5154, "eye=false", "facing=north")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5155, "eye=false", "facing=south")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5156, "eye=false", "facing=west")); - Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5157, "eye=false", "facing=east")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5150, "eye=true","facing=north")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5151, "eye=true","facing=south")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5152, "eye=true","facing=west")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5153, "eye=true","facing=east")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5154, "eye=false","facing=north")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5155, "eye=false","facing=south")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5156, "eye=false","facing=west")); + Block.END_PORTAL_FRAME.addBlockAlternative(new BlockAlternative((short) 5157, "eye=false","facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java index 606e4d4b1..ac4f602e5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndRod.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EndRod { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.END_ROD.addBlockAlternative(new BlockAlternative((short) 9062, "facing=north")); Block.END_ROD.addBlockAlternative(new BlockAlternative((short) 9063, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStone.java new file mode 100644 index 000000000..8226157a7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EndStone { + public static void initStates() { + Block.END_STONE.addBlockAlternative(new BlockAlternative((short) 5158)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java index 6954f4129..1f262ec97 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EndStoneBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10823, "type=top", "waterlogged=true")); - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10824, "type=top", "waterlogged=false")); - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10825, "type=bottom", "waterlogged=true")); - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10826, "type=bottom", "waterlogged=false")); - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10827, "type=double", "waterlogged=true")); - Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10828, "type=double", "waterlogged=false")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10823, "type=top","waterlogged=true")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10824, "type=top","waterlogged=false")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10825, "type=bottom","waterlogged=true")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10826, "type=bottom","waterlogged=false")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10827, "type=double","waterlogged=true")); + Block.END_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10828, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java index 34c1c2817..30d59e0c4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EndStoneBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10073, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10074, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10075, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10076, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10077, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10078, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10079, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10080, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10081, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10082, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10083, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10084, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10085, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10086, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10087, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10088, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10089, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10090, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10091, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10092, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10093, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10094, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10095, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10096, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10097, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10098, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10099, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10100, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10101, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10102, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10103, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10104, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10105, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10106, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10107, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10108, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10109, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10110, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10111, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10112, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10113, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10114, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10115, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10116, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10117, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10118, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10119, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10120, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10121, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10122, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10123, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10124, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10125, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10126, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10127, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10128, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10129, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10130, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10131, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10132, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10133, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10134, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10135, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10136, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10137, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10138, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10139, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10140, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10141, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10142, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10143, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10144, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10145, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10146, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10147, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10148, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10149, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10150, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10151, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10152, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10073, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10074, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10075, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10076, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10077, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10078, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10079, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10080, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10081, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10082, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10083, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10084, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10085, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10086, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10087, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10088, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10089, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10090, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10091, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10092, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10093, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10094, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10095, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10096, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10097, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10098, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10099, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10100, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10101, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10102, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10103, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10104, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10105, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10106, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10107, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10108, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10109, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10110, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10111, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10112, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10113, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10114, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10115, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10116, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10117, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10118, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10119, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10120, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10121, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10122, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10123, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10124, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10125, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10126, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10127, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10128, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10129, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10130, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10131, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10132, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10133, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10134, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10135, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10136, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10137, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10138, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10139, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10140, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10141, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10142, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10143, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10144, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10145, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10146, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10147, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10148, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10149, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10150, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10151, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.END_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10152, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java index cbf156ac6..86a2c9873 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EndStoneBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14111, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14112, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14113, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14114, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14115, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14116, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14117, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14118, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14119, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14120, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14121, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14122, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14123, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14124, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14125, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14126, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14127, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14128, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14129, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14130, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14131, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14132, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14133, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14134, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14135, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14136, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14137, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14138, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14139, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14140, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14141, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14142, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14143, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14144, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14145, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14146, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14147, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14148, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14149, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14150, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14151, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14152, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14153, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14154, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14155, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14156, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14157, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14158, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14159, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14160, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14161, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14162, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14163, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14164, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14165, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14166, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14167, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14168, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14169, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14170, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14171, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14172, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14173, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14174, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14175, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14176, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14177, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14178, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14179, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14180, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14181, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14182, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14183, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14184, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14185, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14186, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14187, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14188, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14189, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14190, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14191, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14192, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14193, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14194, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14195, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14196, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14197, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14198, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14199, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14200, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14201, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14202, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14203, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14204, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14205, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14206, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14207, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14208, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14209, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14210, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14211, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14212, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14213, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14214, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14215, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14216, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14217, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14218, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14219, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14220, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14221, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14222, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14223, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14224, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14225, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14226, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14227, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14228, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14229, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14230, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14231, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14232, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14233, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14234, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14235, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14236, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14237, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14238, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14239, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14240, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14241, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14242, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14243, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14244, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14245, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14246, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14247, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14248, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14249, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14250, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14251, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14252, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14253, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14254, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14255, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14256, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14257, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14258, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14259, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14260, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14261, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14262, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14263, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14264, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14265, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14266, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14267, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14268, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14269, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14270, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14271, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14272, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14273, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14274, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14275, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14276, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14277, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14278, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14279, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14280, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14281, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14282, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14283, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14284, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14285, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14286, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14287, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14288, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14289, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14290, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14291, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14292, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14293, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14294, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14295, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14296, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14297, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14298, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14299, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14300, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14301, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14302, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14303, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14304, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14305, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14306, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14307, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14308, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14309, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14310, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14311, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14312, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14313, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14314, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14315, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14316, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14317, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14318, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14319, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14320, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14321, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14322, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14323, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14324, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14325, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14326, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14327, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14328, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14329, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14330, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14331, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14332, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14333, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14334, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14335, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14336, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14337, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14338, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14339, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14340, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14341, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14342, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14343, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14344, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14345, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14346, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14347, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14348, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14349, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14350, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14351, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14352, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14353, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14354, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14355, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14356, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14357, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14358, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14359, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14360, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14361, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14362, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14363, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14364, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14365, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14366, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14367, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14368, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14369, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14370, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14371, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14372, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14373, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14374, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14375, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14376, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14377, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14378, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14379, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14380, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14381, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14382, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14383, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14384, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14385, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14386, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14387, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14388, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14389, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14390, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14391, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14392, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14393, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14394, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14395, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14396, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14397, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14398, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14399, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14400, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14401, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14402, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14403, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14404, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14405, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14406, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14407, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14408, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14409, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14410, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14411, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14412, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14413, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14414, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14415, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14416, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14417, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14418, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14419, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14420, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14421, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14422, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14423, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14424, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14425, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14426, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14427, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14428, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14429, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14430, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14431, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14432, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14433, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14434, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14111, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14112, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14113, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14114, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14115, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14116, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14117, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14118, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14119, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14120, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14121, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14122, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14123, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14124, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14125, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14126, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14127, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14128, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14129, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14130, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14131, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14132, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14133, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14134, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14135, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14136, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14137, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14138, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14139, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14140, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14141, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14142, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14143, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14144, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14145, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14146, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14147, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14148, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14149, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14150, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14151, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14152, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14153, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14154, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14155, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14156, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14157, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14158, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14159, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14160, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14161, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14162, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14163, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14164, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14165, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14166, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14167, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14168, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14169, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14170, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14171, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14172, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14173, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14174, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14175, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14176, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14177, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14178, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14179, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14180, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14181, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14182, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14183, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14184, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14185, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14186, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14187, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14188, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14189, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14190, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14191, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14192, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14193, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14194, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14195, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14196, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14197, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14198, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14199, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14200, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14201, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14202, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14203, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14204, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14205, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14206, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14207, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14208, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14209, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14210, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14211, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14212, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14213, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14214, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14215, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14216, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14217, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14218, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14219, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14220, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14221, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14222, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14223, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14224, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14225, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14226, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14227, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14228, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14229, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14230, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14231, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14232, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14233, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14234, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14235, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14236, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14237, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14238, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14239, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14240, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14241, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14242, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14243, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14244, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14245, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14246, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14247, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14248, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14249, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14250, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14251, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14252, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14253, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14254, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14255, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14256, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14257, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14258, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14259, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14260, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14261, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14262, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14263, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14264, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14265, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14266, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14267, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14268, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14269, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14270, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14271, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14272, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14273, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14274, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14275, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14276, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14277, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14278, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14279, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14280, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14281, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14282, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14283, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14284, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14285, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14286, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14287, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14288, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14289, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14290, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14291, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14292, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14293, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14294, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14295, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14296, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14297, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14298, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14299, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14300, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14301, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14302, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14303, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14304, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14305, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14306, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14307, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14308, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14309, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14310, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14311, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14312, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14313, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14314, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14315, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14316, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14317, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14318, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14319, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14320, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14321, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14322, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14323, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14324, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14325, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14326, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14327, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14328, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14329, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14330, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14331, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14332, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14333, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14334, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14335, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14336, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14337, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14338, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14339, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14340, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14341, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14342, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14343, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14344, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14345, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14346, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14347, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14348, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14349, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14350, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14351, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14352, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14353, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14354, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14355, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14356, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14357, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14358, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14359, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14360, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14361, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14362, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14363, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14364, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14365, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14366, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14367, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14368, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14369, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14370, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14371, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14372, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14373, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14374, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14375, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14376, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14377, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14378, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14379, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14380, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14381, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14382, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14383, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14384, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14385, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14386, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14387, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14388, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14389, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14390, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14391, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14392, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14393, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14394, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14395, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14396, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14397, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14398, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14399, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14400, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14401, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14402, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14403, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14404, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14405, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14406, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14407, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14408, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14409, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14410, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14411, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14412, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14413, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14414, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14415, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14416, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14417, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14418, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14419, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14420, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14421, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14422, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14423, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14424, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14425, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14426, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14427, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14428, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14429, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14430, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14431, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14432, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14433, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.END_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 14434, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBricks.java new file mode 100644 index 000000000..d8d09d476 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EndStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class EndStoneBricks { + public static void initStates() { + Block.END_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 9222)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java index 240c27859..8a802b8fa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/EnderChest.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class EnderChest { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5255, "facing=north", "waterlogged=true")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5256, "facing=north", "waterlogged=false")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5257, "facing=south", "waterlogged=true")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5258, "facing=south", "waterlogged=false")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5259, "facing=west", "waterlogged=true")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5260, "facing=west", "waterlogged=false")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5261, "facing=east", "waterlogged=true")); - Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5262, "facing=east", "waterlogged=false")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5255, "facing=north","waterlogged=true")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5256, "facing=north","waterlogged=false")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5257, "facing=south","waterlogged=true")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5258, "facing=south","waterlogged=false")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5259, "facing=west","waterlogged=true")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5260, "facing=west","waterlogged=false")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5261, "facing=east","waterlogged=true")); + Block.ENDER_CHEST.addBlockAlternative(new BlockAlternative((short) 5262, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java index 05f406d95..8a408969c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Farmland.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Farmland { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.FARMLAND.addBlockAlternative(new BlockAlternative((short) 3365, "moisture=0")); Block.FARMLAND.addBlockAlternative(new BlockAlternative((short) 3366, "moisture=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Fern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Fern.java new file mode 100644 index 000000000..6a5be90f7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Fern.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Fern { + public static void initStates() { + Block.FERN.addBlockAlternative(new BlockAlternative((short) 1343)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java index 02a01e397..47d3ee707 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Fire.java @@ -1,535 +1,529 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Fire { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1440, "age=0", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1441, "age=0", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1442, "age=0", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1443, "age=0", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1444, "age=0", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1445, "age=0", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1446, "age=0", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1447, "age=0", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1448, "age=0", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1449, "age=0", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1450, "age=0", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1451, "age=0", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1452, "age=0", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1453, "age=0", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1454, "age=0", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1455, "age=0", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1456, "age=0", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1457, "age=0", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1458, "age=0", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1459, "age=0", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1460, "age=0", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1461, "age=0", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1462, "age=0", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1463, "age=0", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1464, "age=0", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1465, "age=0", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1466, "age=0", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1467, "age=0", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1468, "age=0", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1469, "age=0", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1470, "age=0", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1471, "age=0", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1472, "age=1", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1473, "age=1", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1474, "age=1", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1475, "age=1", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1476, "age=1", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1477, "age=1", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1478, "age=1", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1479, "age=1", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1480, "age=1", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1481, "age=1", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1482, "age=1", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1483, "age=1", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1484, "age=1", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1485, "age=1", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1486, "age=1", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1487, "age=1", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1488, "age=1", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1489, "age=1", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1490, "age=1", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1491, "age=1", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1492, "age=1", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1493, "age=1", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1494, "age=1", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1495, "age=1", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1496, "age=1", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1497, "age=1", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1498, "age=1", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1499, "age=1", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1500, "age=1", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1501, "age=1", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1502, "age=1", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1503, "age=1", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1504, "age=2", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1505, "age=2", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1506, "age=2", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1507, "age=2", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1508, "age=2", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1509, "age=2", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1510, "age=2", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1511, "age=2", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1512, "age=2", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1513, "age=2", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1514, "age=2", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1515, "age=2", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1516, "age=2", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1517, "age=2", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1518, "age=2", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1519, "age=2", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1520, "age=2", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1521, "age=2", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1522, "age=2", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1523, "age=2", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1524, "age=2", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1525, "age=2", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1526, "age=2", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1527, "age=2", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1528, "age=2", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1529, "age=2", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1530, "age=2", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1531, "age=2", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1532, "age=2", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1533, "age=2", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1534, "age=2", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1535, "age=2", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1536, "age=3", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1537, "age=3", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1538, "age=3", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1539, "age=3", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1540, "age=3", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1541, "age=3", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1542, "age=3", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1543, "age=3", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1544, "age=3", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1545, "age=3", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1546, "age=3", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1547, "age=3", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1548, "age=3", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1549, "age=3", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1550, "age=3", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1551, "age=3", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1552, "age=3", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1553, "age=3", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1554, "age=3", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1555, "age=3", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1556, "age=3", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1557, "age=3", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1558, "age=3", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1559, "age=3", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1560, "age=3", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1561, "age=3", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1562, "age=3", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1563, "age=3", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1564, "age=3", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1565, "age=3", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1566, "age=3", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1567, "age=3", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1568, "age=4", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1569, "age=4", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1570, "age=4", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1571, "age=4", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1572, "age=4", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1573, "age=4", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1574, "age=4", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1575, "age=4", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1576, "age=4", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1577, "age=4", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1578, "age=4", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1579, "age=4", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1580, "age=4", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1581, "age=4", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1582, "age=4", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1583, "age=4", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1584, "age=4", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1585, "age=4", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1586, "age=4", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1587, "age=4", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1588, "age=4", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1589, "age=4", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1590, "age=4", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1591, "age=4", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1592, "age=4", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1593, "age=4", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1594, "age=4", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1595, "age=4", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1596, "age=4", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1597, "age=4", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1598, "age=4", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1599, "age=4", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1600, "age=5", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1601, "age=5", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1602, "age=5", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1603, "age=5", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1604, "age=5", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1605, "age=5", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1606, "age=5", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1607, "age=5", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1608, "age=5", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1609, "age=5", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1610, "age=5", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1611, "age=5", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1612, "age=5", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1613, "age=5", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1614, "age=5", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1615, "age=5", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1616, "age=5", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1617, "age=5", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1618, "age=5", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1619, "age=5", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1620, "age=5", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1621, "age=5", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1622, "age=5", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1623, "age=5", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1624, "age=5", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1625, "age=5", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1626, "age=5", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1627, "age=5", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1628, "age=5", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1629, "age=5", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1630, "age=5", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1631, "age=5", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1632, "age=6", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1633, "age=6", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1634, "age=6", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1635, "age=6", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1636, "age=6", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1637, "age=6", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1638, "age=6", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1639, "age=6", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1640, "age=6", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1641, "age=6", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1642, "age=6", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1643, "age=6", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1644, "age=6", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1645, "age=6", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1646, "age=6", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1647, "age=6", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1648, "age=6", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1649, "age=6", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1650, "age=6", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1651, "age=6", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1652, "age=6", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1653, "age=6", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1654, "age=6", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1655, "age=6", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1656, "age=6", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1657, "age=6", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1658, "age=6", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1659, "age=6", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1660, "age=6", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1661, "age=6", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1662, "age=6", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1663, "age=6", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1664, "age=7", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1665, "age=7", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1666, "age=7", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1667, "age=7", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1668, "age=7", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1669, "age=7", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1670, "age=7", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1671, "age=7", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1672, "age=7", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1673, "age=7", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1674, "age=7", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1675, "age=7", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1676, "age=7", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1677, "age=7", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1678, "age=7", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1679, "age=7", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1680, "age=7", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1681, "age=7", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1682, "age=7", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1683, "age=7", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1684, "age=7", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1685, "age=7", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1686, "age=7", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1687, "age=7", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1688, "age=7", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1689, "age=7", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1690, "age=7", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1691, "age=7", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1692, "age=7", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1693, "age=7", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1694, "age=7", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1695, "age=7", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1696, "age=8", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1697, "age=8", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1698, "age=8", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1699, "age=8", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1700, "age=8", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1701, "age=8", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1702, "age=8", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1703, "age=8", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1704, "age=8", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1705, "age=8", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1706, "age=8", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1707, "age=8", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1708, "age=8", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1709, "age=8", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1710, "age=8", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1711, "age=8", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1712, "age=8", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1713, "age=8", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1714, "age=8", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1715, "age=8", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1716, "age=8", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1717, "age=8", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1718, "age=8", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1719, "age=8", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1720, "age=8", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1721, "age=8", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1722, "age=8", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1723, "age=8", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1724, "age=8", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1725, "age=8", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1726, "age=8", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1727, "age=8", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1728, "age=9", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1729, "age=9", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1730, "age=9", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1731, "age=9", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1732, "age=9", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1733, "age=9", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1734, "age=9", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1735, "age=9", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1736, "age=9", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1737, "age=9", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1738, "age=9", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1739, "age=9", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1740, "age=9", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1741, "age=9", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1742, "age=9", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1743, "age=9", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1744, "age=9", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1745, "age=9", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1746, "age=9", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1747, "age=9", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1748, "age=9", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1749, "age=9", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1750, "age=9", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1751, "age=9", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1752, "age=9", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1753, "age=9", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1754, "age=9", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1755, "age=9", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1756, "age=9", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1757, "age=9", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1758, "age=9", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1759, "age=9", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1760, "age=10", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1761, "age=10", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1762, "age=10", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1763, "age=10", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1764, "age=10", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1765, "age=10", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1766, "age=10", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1767, "age=10", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1768, "age=10", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1769, "age=10", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1770, "age=10", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1771, "age=10", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1772, "age=10", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1773, "age=10", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1774, "age=10", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1775, "age=10", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1776, "age=10", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1777, "age=10", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1778, "age=10", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1779, "age=10", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1780, "age=10", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1781, "age=10", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1782, "age=10", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1783, "age=10", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1784, "age=10", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1785, "age=10", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1786, "age=10", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1787, "age=10", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1788, "age=10", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1789, "age=10", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1790, "age=10", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1791, "age=10", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1792, "age=11", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1793, "age=11", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1794, "age=11", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1795, "age=11", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1796, "age=11", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1797, "age=11", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1798, "age=11", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1799, "age=11", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1800, "age=11", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1801, "age=11", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1802, "age=11", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1803, "age=11", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1804, "age=11", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1805, "age=11", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1806, "age=11", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1807, "age=11", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1808, "age=11", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1809, "age=11", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1810, "age=11", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1811, "age=11", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1812, "age=11", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1813, "age=11", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1814, "age=11", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1815, "age=11", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1816, "age=11", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1817, "age=11", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1818, "age=11", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1819, "age=11", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1820, "age=11", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1821, "age=11", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1822, "age=11", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1823, "age=11", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1824, "age=12", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1825, "age=12", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1826, "age=12", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1827, "age=12", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1828, "age=12", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1829, "age=12", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1830, "age=12", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1831, "age=12", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1832, "age=12", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1833, "age=12", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1834, "age=12", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1835, "age=12", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1836, "age=12", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1837, "age=12", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1838, "age=12", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1839, "age=12", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1840, "age=12", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1841, "age=12", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1842, "age=12", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1843, "age=12", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1844, "age=12", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1845, "age=12", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1846, "age=12", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1847, "age=12", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1848, "age=12", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1849, "age=12", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1850, "age=12", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1851, "age=12", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1852, "age=12", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1853, "age=12", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1854, "age=12", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1855, "age=12", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1856, "age=13", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1857, "age=13", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1858, "age=13", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1859, "age=13", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1860, "age=13", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1861, "age=13", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1862, "age=13", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1863, "age=13", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1864, "age=13", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1865, "age=13", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1866, "age=13", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1867, "age=13", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1868, "age=13", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1869, "age=13", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1870, "age=13", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1871, "age=13", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1872, "age=13", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1873, "age=13", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1874, "age=13", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1875, "age=13", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1876, "age=13", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1877, "age=13", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1878, "age=13", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1879, "age=13", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1880, "age=13", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1881, "age=13", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1882, "age=13", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1883, "age=13", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1884, "age=13", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1885, "age=13", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1886, "age=13", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1887, "age=13", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1888, "age=14", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1889, "age=14", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1890, "age=14", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1891, "age=14", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1892, "age=14", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1893, "age=14", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1894, "age=14", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1895, "age=14", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1896, "age=14", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1897, "age=14", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1898, "age=14", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1899, "age=14", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1900, "age=14", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1901, "age=14", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1902, "age=14", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1903, "age=14", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1904, "age=14", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1905, "age=14", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1906, "age=14", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1907, "age=14", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1908, "age=14", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1909, "age=14", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1910, "age=14", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1911, "age=14", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1912, "age=14", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1913, "age=14", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1914, "age=14", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1915, "age=14", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1916, "age=14", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1917, "age=14", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1918, "age=14", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1919, "age=14", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1920, "age=15", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1921, "age=15", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1922, "age=15", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1923, "age=15", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1924, "age=15", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1925, "age=15", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1926, "age=15", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1927, "age=15", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1928, "age=15", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1929, "age=15", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1930, "age=15", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1931, "age=15", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1932, "age=15", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1933, "age=15", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1934, "age=15", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1935, "age=15", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1936, "age=15", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1937, "age=15", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1938, "age=15", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1939, "age=15", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1940, "age=15", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1941, "age=15", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1942, "age=15", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1943, "age=15", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1944, "age=15", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1945, "age=15", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1946, "age=15", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1947, "age=15", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1948, "age=15", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1949, "age=15", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1950, "age=15", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1951, "age=15", "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1440, "age=0","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1441, "age=0","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1442, "age=0","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1443, "age=0","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1444, "age=0","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1445, "age=0","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1446, "age=0","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1447, "age=0","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1448, "age=0","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1449, "age=0","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1450, "age=0","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1451, "age=0","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1452, "age=0","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1453, "age=0","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1454, "age=0","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1455, "age=0","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1456, "age=0","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1457, "age=0","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1458, "age=0","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1459, "age=0","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1460, "age=0","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1461, "age=0","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1462, "age=0","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1463, "age=0","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1464, "age=0","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1465, "age=0","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1466, "age=0","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1467, "age=0","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1468, "age=0","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1469, "age=0","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1470, "age=0","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1471, "age=0","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1472, "age=1","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1473, "age=1","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1474, "age=1","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1475, "age=1","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1476, "age=1","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1477, "age=1","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1478, "age=1","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1479, "age=1","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1480, "age=1","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1481, "age=1","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1482, "age=1","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1483, "age=1","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1484, "age=1","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1485, "age=1","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1486, "age=1","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1487, "age=1","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1488, "age=1","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1489, "age=1","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1490, "age=1","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1491, "age=1","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1492, "age=1","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1493, "age=1","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1494, "age=1","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1495, "age=1","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1496, "age=1","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1497, "age=1","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1498, "age=1","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1499, "age=1","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1500, "age=1","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1501, "age=1","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1502, "age=1","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1503, "age=1","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1504, "age=2","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1505, "age=2","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1506, "age=2","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1507, "age=2","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1508, "age=2","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1509, "age=2","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1510, "age=2","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1511, "age=2","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1512, "age=2","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1513, "age=2","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1514, "age=2","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1515, "age=2","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1516, "age=2","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1517, "age=2","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1518, "age=2","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1519, "age=2","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1520, "age=2","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1521, "age=2","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1522, "age=2","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1523, "age=2","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1524, "age=2","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1525, "age=2","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1526, "age=2","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1527, "age=2","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1528, "age=2","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1529, "age=2","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1530, "age=2","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1531, "age=2","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1532, "age=2","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1533, "age=2","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1534, "age=2","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1535, "age=2","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1536, "age=3","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1537, "age=3","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1538, "age=3","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1539, "age=3","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1540, "age=3","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1541, "age=3","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1542, "age=3","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1543, "age=3","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1544, "age=3","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1545, "age=3","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1546, "age=3","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1547, "age=3","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1548, "age=3","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1549, "age=3","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1550, "age=3","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1551, "age=3","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1552, "age=3","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1553, "age=3","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1554, "age=3","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1555, "age=3","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1556, "age=3","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1557, "age=3","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1558, "age=3","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1559, "age=3","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1560, "age=3","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1561, "age=3","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1562, "age=3","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1563, "age=3","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1564, "age=3","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1565, "age=3","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1566, "age=3","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1567, "age=3","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1568, "age=4","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1569, "age=4","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1570, "age=4","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1571, "age=4","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1572, "age=4","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1573, "age=4","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1574, "age=4","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1575, "age=4","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1576, "age=4","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1577, "age=4","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1578, "age=4","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1579, "age=4","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1580, "age=4","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1581, "age=4","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1582, "age=4","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1583, "age=4","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1584, "age=4","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1585, "age=4","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1586, "age=4","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1587, "age=4","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1588, "age=4","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1589, "age=4","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1590, "age=4","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1591, "age=4","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1592, "age=4","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1593, "age=4","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1594, "age=4","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1595, "age=4","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1596, "age=4","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1597, "age=4","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1598, "age=4","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1599, "age=4","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1600, "age=5","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1601, "age=5","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1602, "age=5","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1603, "age=5","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1604, "age=5","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1605, "age=5","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1606, "age=5","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1607, "age=5","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1608, "age=5","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1609, "age=5","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1610, "age=5","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1611, "age=5","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1612, "age=5","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1613, "age=5","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1614, "age=5","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1615, "age=5","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1616, "age=5","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1617, "age=5","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1618, "age=5","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1619, "age=5","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1620, "age=5","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1621, "age=5","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1622, "age=5","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1623, "age=5","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1624, "age=5","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1625, "age=5","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1626, "age=5","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1627, "age=5","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1628, "age=5","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1629, "age=5","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1630, "age=5","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1631, "age=5","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1632, "age=6","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1633, "age=6","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1634, "age=6","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1635, "age=6","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1636, "age=6","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1637, "age=6","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1638, "age=6","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1639, "age=6","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1640, "age=6","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1641, "age=6","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1642, "age=6","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1643, "age=6","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1644, "age=6","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1645, "age=6","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1646, "age=6","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1647, "age=6","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1648, "age=6","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1649, "age=6","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1650, "age=6","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1651, "age=6","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1652, "age=6","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1653, "age=6","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1654, "age=6","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1655, "age=6","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1656, "age=6","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1657, "age=6","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1658, "age=6","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1659, "age=6","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1660, "age=6","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1661, "age=6","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1662, "age=6","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1663, "age=6","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1664, "age=7","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1665, "age=7","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1666, "age=7","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1667, "age=7","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1668, "age=7","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1669, "age=7","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1670, "age=7","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1671, "age=7","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1672, "age=7","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1673, "age=7","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1674, "age=7","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1675, "age=7","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1676, "age=7","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1677, "age=7","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1678, "age=7","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1679, "age=7","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1680, "age=7","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1681, "age=7","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1682, "age=7","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1683, "age=7","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1684, "age=7","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1685, "age=7","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1686, "age=7","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1687, "age=7","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1688, "age=7","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1689, "age=7","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1690, "age=7","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1691, "age=7","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1692, "age=7","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1693, "age=7","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1694, "age=7","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1695, "age=7","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1696, "age=8","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1697, "age=8","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1698, "age=8","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1699, "age=8","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1700, "age=8","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1701, "age=8","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1702, "age=8","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1703, "age=8","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1704, "age=8","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1705, "age=8","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1706, "age=8","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1707, "age=8","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1708, "age=8","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1709, "age=8","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1710, "age=8","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1711, "age=8","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1712, "age=8","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1713, "age=8","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1714, "age=8","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1715, "age=8","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1716, "age=8","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1717, "age=8","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1718, "age=8","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1719, "age=8","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1720, "age=8","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1721, "age=8","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1722, "age=8","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1723, "age=8","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1724, "age=8","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1725, "age=8","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1726, "age=8","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1727, "age=8","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1728, "age=9","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1729, "age=9","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1730, "age=9","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1731, "age=9","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1732, "age=9","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1733, "age=9","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1734, "age=9","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1735, "age=9","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1736, "age=9","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1737, "age=9","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1738, "age=9","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1739, "age=9","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1740, "age=9","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1741, "age=9","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1742, "age=9","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1743, "age=9","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1744, "age=9","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1745, "age=9","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1746, "age=9","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1747, "age=9","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1748, "age=9","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1749, "age=9","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1750, "age=9","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1751, "age=9","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1752, "age=9","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1753, "age=9","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1754, "age=9","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1755, "age=9","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1756, "age=9","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1757, "age=9","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1758, "age=9","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1759, "age=9","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1760, "age=10","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1761, "age=10","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1762, "age=10","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1763, "age=10","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1764, "age=10","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1765, "age=10","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1766, "age=10","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1767, "age=10","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1768, "age=10","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1769, "age=10","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1770, "age=10","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1771, "age=10","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1772, "age=10","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1773, "age=10","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1774, "age=10","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1775, "age=10","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1776, "age=10","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1777, "age=10","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1778, "age=10","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1779, "age=10","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1780, "age=10","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1781, "age=10","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1782, "age=10","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1783, "age=10","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1784, "age=10","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1785, "age=10","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1786, "age=10","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1787, "age=10","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1788, "age=10","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1789, "age=10","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1790, "age=10","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1791, "age=10","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1792, "age=11","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1793, "age=11","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1794, "age=11","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1795, "age=11","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1796, "age=11","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1797, "age=11","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1798, "age=11","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1799, "age=11","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1800, "age=11","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1801, "age=11","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1802, "age=11","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1803, "age=11","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1804, "age=11","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1805, "age=11","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1806, "age=11","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1807, "age=11","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1808, "age=11","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1809, "age=11","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1810, "age=11","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1811, "age=11","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1812, "age=11","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1813, "age=11","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1814, "age=11","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1815, "age=11","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1816, "age=11","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1817, "age=11","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1818, "age=11","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1819, "age=11","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1820, "age=11","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1821, "age=11","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1822, "age=11","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1823, "age=11","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1824, "age=12","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1825, "age=12","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1826, "age=12","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1827, "age=12","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1828, "age=12","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1829, "age=12","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1830, "age=12","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1831, "age=12","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1832, "age=12","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1833, "age=12","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1834, "age=12","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1835, "age=12","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1836, "age=12","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1837, "age=12","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1838, "age=12","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1839, "age=12","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1840, "age=12","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1841, "age=12","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1842, "age=12","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1843, "age=12","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1844, "age=12","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1845, "age=12","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1846, "age=12","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1847, "age=12","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1848, "age=12","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1849, "age=12","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1850, "age=12","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1851, "age=12","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1852, "age=12","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1853, "age=12","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1854, "age=12","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1855, "age=12","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1856, "age=13","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1857, "age=13","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1858, "age=13","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1859, "age=13","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1860, "age=13","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1861, "age=13","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1862, "age=13","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1863, "age=13","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1864, "age=13","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1865, "age=13","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1866, "age=13","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1867, "age=13","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1868, "age=13","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1869, "age=13","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1870, "age=13","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1871, "age=13","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1872, "age=13","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1873, "age=13","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1874, "age=13","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1875, "age=13","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1876, "age=13","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1877, "age=13","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1878, "age=13","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1879, "age=13","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1880, "age=13","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1881, "age=13","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1882, "age=13","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1883, "age=13","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1884, "age=13","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1885, "age=13","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1886, "age=13","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1887, "age=13","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1888, "age=14","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1889, "age=14","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1890, "age=14","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1891, "age=14","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1892, "age=14","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1893, "age=14","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1894, "age=14","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1895, "age=14","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1896, "age=14","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1897, "age=14","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1898, "age=14","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1899, "age=14","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1900, "age=14","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1901, "age=14","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1902, "age=14","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1903, "age=14","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1904, "age=14","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1905, "age=14","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1906, "age=14","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1907, "age=14","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1908, "age=14","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1909, "age=14","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1910, "age=14","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1911, "age=14","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1912, "age=14","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1913, "age=14","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1914, "age=14","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1915, "age=14","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1916, "age=14","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1917, "age=14","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1918, "age=14","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1919, "age=14","east=false","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1920, "age=15","east=true","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1921, "age=15","east=true","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1922, "age=15","east=true","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1923, "age=15","east=true","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1924, "age=15","east=true","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1925, "age=15","east=true","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1926, "age=15","east=true","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1927, "age=15","east=true","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1928, "age=15","east=true","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1929, "age=15","east=true","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1930, "age=15","east=true","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1931, "age=15","east=true","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1932, "age=15","east=true","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1933, "age=15","east=true","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1934, "age=15","east=true","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1935, "age=15","east=true","north=false","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1936, "age=15","east=false","north=true","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1937, "age=15","east=false","north=true","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1938, "age=15","east=false","north=true","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1939, "age=15","east=false","north=true","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1940, "age=15","east=false","north=true","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1941, "age=15","east=false","north=true","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1942, "age=15","east=false","north=true","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1943, "age=15","east=false","north=true","south=false","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1944, "age=15","east=false","north=false","south=true","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1945, "age=15","east=false","north=false","south=true","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1946, "age=15","east=false","north=false","south=true","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1947, "age=15","east=false","north=false","south=true","up=false","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1948, "age=15","east=false","north=false","south=false","up=true","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1949, "age=15","east=false","north=false","south=false","up=true","west=false")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1950, "age=15","east=false","north=false","south=false","up=false","west=true")); + Block.FIRE.addBlockAlternative(new BlockAlternative((short) 1951, "age=15","east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java index cf0af1ca5..83f2ff354 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class FireCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9540, "waterlogged=true")); Block.FIRE_CORAL.addBlockAlternative(new BlockAlternative((short) 9541, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralBlock.java new file mode 100644 index 000000000..fe0047570 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class FireCoralBlock { + public static void initStates() { + Block.FIRE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9522)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java index 96b76dacc..b91608601 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class FireCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9560, "waterlogged=true")); Block.FIRE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9561, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java index 6bc41f1c0..13d15516e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FireCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class FireCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9628, "facing=north", "waterlogged=true")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9629, "facing=north", "waterlogged=false")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9630, "facing=south", "waterlogged=true")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9631, "facing=south", "waterlogged=false")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9632, "facing=west", "waterlogged=true")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9633, "facing=west", "waterlogged=false")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9634, "facing=east", "waterlogged=true")); - Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9635, "facing=east", "waterlogged=false")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9628, "facing=north","waterlogged=true")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9629, "facing=north","waterlogged=false")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9630, "facing=south","waterlogged=true")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9631, "facing=south","waterlogged=false")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9632, "facing=west","waterlogged=true")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9633, "facing=west","waterlogged=false")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9634, "facing=east","waterlogged=true")); + Block.FIRE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9635, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FletchingTable.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FletchingTable.java new file mode 100644 index 000000000..de140bced --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FletchingTable.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class FletchingTable { + public static void initStates() { + Block.FLETCHING_TABLE.addBlockAlternative(new BlockAlternative((short) 14824)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FlowerPot.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FlowerPot.java new file mode 100644 index 000000000..d5ae58df1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FlowerPot.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class FlowerPot { + public static void initStates() { + Block.FLOWER_POT.addBlockAlternative(new BlockAlternative((short) 6309)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java index 97667800e..738bf4337 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/FrostedIce.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class FrostedIce { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9253, "age=0")); Block.FROSTED_ICE.addBlockAlternative(new BlockAlternative((short) 9254, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java index 958d95fbd..10bf14b69 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Furnace.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Furnace { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3373, "facing=north", "lit=true")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3374, "facing=north", "lit=false")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3375, "facing=south", "lit=true")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3376, "facing=south", "lit=false")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3377, "facing=west", "lit=true")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3378, "facing=west", "lit=false")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3379, "facing=east", "lit=true")); - Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3380, "facing=east", "lit=false")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3373, "facing=north","lit=true")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3374, "facing=north","lit=false")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3375, "facing=south","lit=true")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3376, "facing=south","lit=false")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3377, "facing=west","lit=true")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3378, "facing=west","lit=false")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3379, "facing=east","lit=true")); + Block.FURNACE.addBlockAlternative(new BlockAlternative((short) 3380, "facing=east","lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GildedBlackstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GildedBlackstone.java new file mode 100644 index 000000000..990aef3a2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GildedBlackstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GildedBlackstone { + public static void initStates() { + Block.GILDED_BLACKSTONE.addBlockAlternative(new BlockAlternative((short) 16672)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Glass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Glass.java new file mode 100644 index 000000000..0eb0bbb5f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Glass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Glass { + public static void initStates() { + Block.GLASS.addBlockAlternative(new BlockAlternative((short) 231)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java index 9f91c408b..1793a2007 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4735, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4736, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4737, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4738, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4739, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4740, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4741, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4742, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4743, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4744, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4745, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4746, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4747, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4748, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4749, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4750, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4751, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4752, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4753, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4754, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4755, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4756, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4757, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4758, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4759, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4760, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4761, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4762, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4763, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4764, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4765, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4766, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4735, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4736, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4737, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4738, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4739, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4740, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4741, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4742, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4743, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4744, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4745, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4746, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4747, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4748, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4749, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4750, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4751, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4752, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4753, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4754, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4755, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4756, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4757, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4758, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4759, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4760, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4761, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4762, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4763, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4764, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4765, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 4766, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Glowstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Glowstone.java new file mode 100644 index 000000000..42227bd0e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Glowstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Glowstone { + public static void initStates() { + Block.GLOWSTONE.addBlockAlternative(new BlockAlternative((short) 4013)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GoldBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GoldBlock.java new file mode 100644 index 000000000..c770a1082 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GoldBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GoldBlock { + public static void initStates() { + Block.GOLD_BLOCK.addBlockAlternative(new BlockAlternative((short) 1427)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GoldOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GoldOre.java new file mode 100644 index 000000000..72a16e119 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GoldOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GoldOre { + public static void initStates() { + Block.GOLD_ORE.addBlockAlternative(new BlockAlternative((short) 69)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Granite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Granite.java new file mode 100644 index 000000000..7441ba139 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Granite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Granite { + public static void initStates() { + Block.GRANITE.addBlockAlternative(new BlockAlternative((short) 2)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java index 00e74ac35..4c1c10667 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GraniteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10841, "type=top", "waterlogged=true")); - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10842, "type=top", "waterlogged=false")); - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10843, "type=bottom", "waterlogged=true")); - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10844, "type=bottom", "waterlogged=false")); - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10845, "type=double", "waterlogged=true")); - Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10846, "type=double", "waterlogged=false")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10841, "type=top","waterlogged=true")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10842, "type=top","waterlogged=false")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10843, "type=bottom","waterlogged=true")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10844, "type=bottom","waterlogged=false")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10845, "type=double","waterlogged=true")); + Block.GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10846, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java index 97bc9053d..8a83429c9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GraniteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10393, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10394, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10395, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10396, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10397, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10398, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10399, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10400, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10401, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10402, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10403, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10404, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10405, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10406, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10407, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10408, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10409, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10410, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10411, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10412, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10413, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10414, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10415, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10416, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10417, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10418, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10419, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10420, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10421, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10422, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10423, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10424, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10425, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10426, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10427, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10428, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10429, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10430, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10431, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10432, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10433, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10434, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10435, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10436, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10437, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10438, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10439, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10440, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10441, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10442, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10443, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10444, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10445, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10446, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10447, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10448, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10449, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10450, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10451, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10452, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10453, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10454, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10455, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10456, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10457, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10458, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10459, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10460, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10461, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10462, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10463, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10464, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10465, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10466, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10467, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10468, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10469, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10470, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10471, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10472, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10393, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10394, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10395, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10396, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10397, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10398, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10399, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10400, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10401, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10402, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10403, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10404, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10405, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10406, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10407, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10408, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10409, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10410, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10411, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10412, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10413, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10414, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10415, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10416, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10417, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10418, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10419, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10420, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10421, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10422, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10423, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10424, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10425, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10426, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10427, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10428, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10429, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10430, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10431, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10432, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10433, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10434, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10435, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10436, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10437, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10438, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10439, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10440, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10441, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10442, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10443, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10444, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10445, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10446, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10447, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10448, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10449, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10450, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10451, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10452, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10453, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10454, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10455, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10456, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10457, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10458, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10459, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10460, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10461, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10462, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10463, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10464, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10465, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10466, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10467, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10468, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10469, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10470, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10471, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10472, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java index 0eb2f307e..075233ff2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GraniteWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GraniteWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12167, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12168, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12169, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12170, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12171, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12172, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12173, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12174, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12175, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12176, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12177, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12178, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12179, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12180, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12181, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12182, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12183, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12184, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12185, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12186, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12187, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12188, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12189, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12190, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12191, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12192, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12193, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12194, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12195, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12196, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12197, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12198, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12199, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12200, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12201, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12202, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12203, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12204, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12205, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12206, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12207, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12208, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12209, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12210, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12211, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12212, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12213, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12214, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12215, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12216, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12217, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12218, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12219, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12220, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12221, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12222, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12223, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12224, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12225, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12226, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12227, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12228, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12229, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12230, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12231, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12232, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12233, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12234, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12235, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12236, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12237, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12238, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12239, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12240, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12241, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12242, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12243, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12244, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12245, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12246, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12247, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12248, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12249, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12250, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12251, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12252, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12253, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12254, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12255, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12256, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12257, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12258, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12259, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12260, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12261, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12262, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12263, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12264, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12265, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12266, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12267, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12268, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12269, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12270, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12271, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12272, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12273, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12274, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12275, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12276, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12277, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12278, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12279, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12280, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12281, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12282, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12283, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12284, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12285, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12286, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12287, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12288, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12289, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12290, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12291, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12292, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12293, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12294, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12295, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12296, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12297, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12298, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12299, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12300, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12301, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12302, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12303, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12304, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12305, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12306, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12307, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12308, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12309, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12310, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12311, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12312, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12313, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12314, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12315, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12316, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12317, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12318, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12319, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12320, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12321, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12322, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12323, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12324, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12325, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12326, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12327, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12328, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12329, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12330, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12331, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12332, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12333, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12334, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12335, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12336, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12337, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12338, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12339, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12340, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12341, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12342, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12343, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12344, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12345, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12346, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12347, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12348, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12349, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12350, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12351, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12352, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12353, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12354, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12355, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12356, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12357, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12358, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12359, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12360, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12361, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12362, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12363, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12364, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12365, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12366, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12367, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12368, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12369, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12370, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12371, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12372, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12373, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12374, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12375, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12376, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12377, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12378, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12379, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12380, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12381, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12382, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12383, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12384, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12385, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12386, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12387, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12388, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12389, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12390, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12391, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12392, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12393, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12394, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12395, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12396, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12397, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12398, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12399, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12400, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12401, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12402, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12403, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12404, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12405, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12406, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12407, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12408, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12409, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12410, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12411, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12412, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12413, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12414, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12415, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12416, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12417, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12418, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12419, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12420, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12421, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12422, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12423, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12424, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12425, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12426, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12427, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12428, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12429, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12430, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12431, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12432, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12433, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12434, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12435, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12436, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12437, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12438, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12439, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12440, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12441, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12442, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12443, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12444, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12445, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12446, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12447, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12448, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12449, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12450, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12451, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12452, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12453, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12454, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12455, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12456, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12457, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12458, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12459, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12460, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12461, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12462, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12463, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12464, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12465, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12466, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12467, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12468, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12469, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12470, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12471, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12472, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12473, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12474, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12475, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12476, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12477, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12478, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12479, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12480, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12481, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12482, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12483, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12484, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12485, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12486, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12487, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12488, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12489, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12490, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12167, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12168, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12169, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12170, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12171, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12172, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12173, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12174, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12175, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12176, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12177, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12178, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12179, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12180, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12181, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12182, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12183, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12184, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12185, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12186, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12187, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12188, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12189, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12190, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12191, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12192, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12193, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12194, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12195, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12196, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12197, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12198, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12199, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12200, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12201, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12202, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12203, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12204, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12205, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12206, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12207, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12208, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12209, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12210, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12211, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12212, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12213, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12214, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12215, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12216, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12217, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12218, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12219, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12220, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12221, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12222, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12223, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12224, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12225, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12226, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12227, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12228, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12229, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12230, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12231, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12232, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12233, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12234, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12235, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12236, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12237, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12238, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12239, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12240, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12241, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12242, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12243, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12244, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12245, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12246, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12247, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12248, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12249, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12250, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12251, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12252, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12253, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12254, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12255, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12256, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12257, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12258, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12259, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12260, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12261, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12262, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12263, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12264, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12265, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12266, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12267, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12268, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12269, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12270, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12271, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12272, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12273, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12274, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12275, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12276, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12277, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12278, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12279, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12280, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12281, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12282, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12283, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12284, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12285, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12286, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12287, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12288, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12289, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12290, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12291, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12292, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12293, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12294, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12295, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12296, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12297, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12298, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12299, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12300, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12301, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12302, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12303, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12304, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12305, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12306, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12307, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12308, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12309, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12310, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12311, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12312, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12313, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12314, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12315, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12316, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12317, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12318, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12319, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12320, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12321, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12322, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12323, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12324, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12325, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12326, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12327, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12328, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12329, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12330, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12331, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12332, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12333, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12334, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12335, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12336, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12337, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12338, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12339, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12340, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12341, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12342, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12343, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12344, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12345, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12346, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12347, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12348, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12349, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12350, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12351, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12352, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12353, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12354, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12355, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12356, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12357, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12358, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12359, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12360, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12361, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12362, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12363, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12364, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12365, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12366, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12367, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12368, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12369, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12370, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12371, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12372, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12373, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12374, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12375, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12376, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12377, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12378, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12379, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12380, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12381, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12382, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12383, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12384, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12385, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12386, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12387, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12388, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12389, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12390, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12391, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12392, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12393, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12394, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12395, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12396, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12397, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12398, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12399, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12400, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12401, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12402, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12403, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12404, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12405, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12406, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12407, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12408, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12409, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12410, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12411, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12412, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12413, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12414, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12415, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12416, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12417, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12418, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12419, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12420, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12421, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12422, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12423, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12424, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12425, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12426, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12427, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12428, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12429, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12430, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12431, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12432, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12433, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12434, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12435, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12436, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12437, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12438, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12439, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12440, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12441, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12442, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12443, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12444, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12445, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12446, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12447, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12448, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12449, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12450, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12451, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12452, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12453, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12454, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12455, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12456, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12457, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12458, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12459, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12460, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12461, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12462, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12463, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12464, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12465, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12466, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12467, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12468, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12469, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12470, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12471, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12472, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12473, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12474, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12475, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12476, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12477, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12478, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12479, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12480, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12481, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12482, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12483, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12484, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12485, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12486, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12487, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12488, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12489, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.GRANITE_WALL.addBlockAlternative(new BlockAlternative((short) 12490, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Grass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Grass.java new file mode 100644 index 000000000..3a1059d2a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Grass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Grass { + public static void initStates() { + Block.GRASS.addBlockAlternative(new BlockAlternative((short) 1342)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java index e92ae6cd5..4fc229ca9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassBlock.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrassBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GRASS_BLOCK.addBlockAlternative(new BlockAlternative((short) 8, "snowy=true")); Block.GRASS_BLOCK.addBlockAlternative(new BlockAlternative((short) 9, "snowy=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrassPath.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassPath.java new file mode 100644 index 000000000..490151e1b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrassPath.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrassPath { + public static void initStates() { + Block.GRASS_PATH.addBlockAlternative(new BlockAlternative((short) 9227)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Gravel.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Gravel.java new file mode 100644 index 000000000..9917e19c2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Gravel.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Gravel { + public static void initStates() { + Block.GRAVEL.addBlockAlternative(new BlockAlternative((short) 68)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java index 1b6ffbd88..b470ed6b8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8013, "rotation=0")); Block.GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8014, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java index 53138cc02..9666ded9f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1161, "facing=north", "occupied=true", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1162, "facing=north", "occupied=true", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1163, "facing=north", "occupied=false", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1164, "facing=north", "occupied=false", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1165, "facing=south", "occupied=true", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1166, "facing=south", "occupied=true", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1167, "facing=south", "occupied=false", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1168, "facing=south", "occupied=false", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1169, "facing=west", "occupied=true", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1170, "facing=west", "occupied=true", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1171, "facing=west", "occupied=false", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1172, "facing=west", "occupied=false", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1173, "facing=east", "occupied=true", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1174, "facing=east", "occupied=true", "part=foot")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1175, "facing=east", "occupied=false", "part=head")); - Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1176, "facing=east", "occupied=false", "part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1161, "facing=north","occupied=true","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1162, "facing=north","occupied=true","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1163, "facing=north","occupied=false","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1164, "facing=north","occupied=false","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1165, "facing=south","occupied=true","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1166, "facing=south","occupied=true","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1167, "facing=south","occupied=false","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1168, "facing=south","occupied=false","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1169, "facing=west","occupied=true","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1170, "facing=west","occupied=true","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1171, "facing=west","occupied=false","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1172, "facing=west","occupied=false","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1173, "facing=east","occupied=true","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1174, "facing=east","occupied=true","part=foot")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1175, "facing=east","occupied=false","part=head")); + Block.GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1176, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayCarpet.java new file mode 100644 index 000000000..841bc30cd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayCarpet { + public static void initStates() { + Block.GRAY_CARPET.addBlockAlternative(new BlockAlternative((short) 7877)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcrete.java new file mode 100644 index 000000000..003749147 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayConcrete { + public static void initStates() { + Block.GRAY_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9449)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcretePowder.java new file mode 100644 index 000000000..2f3a21bd7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayConcretePowder { + public static void initStates() { + Block.GRAY_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9465)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java index c91321b83..9959cef24 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9406, "facing=north")); Block.GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9407, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java index 99aa21597..7a67025d3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9324, "facing=north")); Block.GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9325, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlass.java new file mode 100644 index 000000000..cdd36c851 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayStainedGlass { + public static void initStates() { + Block.GRAY_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4102)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java index eb7b6aa74..51dc5125c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7091, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7092, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7093, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7094, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7095, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7096, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7097, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7098, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7099, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7100, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7101, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7102, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7103, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7104, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7105, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7106, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7107, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7108, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7109, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7110, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7111, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7112, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7113, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7114, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7115, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7116, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7117, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7118, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7119, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7120, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7121, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7122, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7091, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7092, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7093, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7094, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7095, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7096, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7097, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7098, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7099, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7100, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7101, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7102, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7103, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7104, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7105, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7106, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7107, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7108, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7109, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7110, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7111, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7112, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7113, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7114, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7115, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7116, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7117, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7118, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7119, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7120, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7121, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7122, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayTerracotta.java new file mode 100644 index 000000000..971824f3f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayTerracotta { + public static void initStates() { + Block.GRAY_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6858)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java index 0784ff042..c37b068a7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GrayWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8185, "facing=north")); Block.GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8186, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWool.java new file mode 100644 index 000000000..30b528adf --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GrayWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GrayWool { + public static void initStates() { + Block.GRAY_WOOL.addBlockAlternative(new BlockAlternative((short) 1391)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java index 3815dd856..ad40dc657 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8109, "rotation=0")); Block.GREEN_BANNER.addBlockAlternative(new BlockAlternative((short) 8110, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java index 0ad9ab245..5f4521ef9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1257, "facing=north", "occupied=true", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1258, "facing=north", "occupied=true", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1259, "facing=north", "occupied=false", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1260, "facing=north", "occupied=false", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1261, "facing=south", "occupied=true", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1262, "facing=south", "occupied=true", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1263, "facing=south", "occupied=false", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1264, "facing=south", "occupied=false", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1265, "facing=west", "occupied=true", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1266, "facing=west", "occupied=true", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1267, "facing=west", "occupied=false", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1268, "facing=west", "occupied=false", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1269, "facing=east", "occupied=true", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1270, "facing=east", "occupied=true", "part=foot")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1271, "facing=east", "occupied=false", "part=head")); - Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1272, "facing=east", "occupied=false", "part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1257, "facing=north","occupied=true","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1258, "facing=north","occupied=true","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1259, "facing=north","occupied=false","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1260, "facing=north","occupied=false","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1261, "facing=south","occupied=true","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1262, "facing=south","occupied=true","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1263, "facing=south","occupied=false","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1264, "facing=south","occupied=false","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1265, "facing=west","occupied=true","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1266, "facing=west","occupied=true","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1267, "facing=west","occupied=false","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1268, "facing=west","occupied=false","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1269, "facing=east","occupied=true","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1270, "facing=east","occupied=true","part=foot")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1271, "facing=east","occupied=false","part=head")); + Block.GREEN_BED.addBlockAlternative(new BlockAlternative((short) 1272, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenCarpet.java new file mode 100644 index 000000000..52408fa4f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenCarpet { + public static void initStates() { + Block.GREEN_CARPET.addBlockAlternative(new BlockAlternative((short) 7883)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcrete.java new file mode 100644 index 000000000..637ff3013 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenConcrete { + public static void initStates() { + Block.GREEN_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9455)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcretePowder.java new file mode 100644 index 000000000..e1a36b58d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenConcretePowder { + public static void initStates() { + Block.GREEN_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9471)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java index 7366c0c37..a6f354012 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9430, "facing=north")); Block.GREEN_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9431, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java index 8819f9c4f..21e3adecd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9360, "facing=north")); Block.GREEN_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9361, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlass.java new file mode 100644 index 000000000..c3091c57c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenStainedGlass { + public static void initStates() { + Block.GREEN_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4108)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java index 274a16bda..402a6fa6b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7283, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7284, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7285, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7286, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7287, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7288, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7289, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7290, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7291, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7292, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7293, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7294, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7295, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7296, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7297, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7298, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7299, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7300, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7301, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7302, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7303, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7304, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7305, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7306, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7307, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7308, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7309, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7310, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7311, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7312, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7313, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7314, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7283, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7284, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7285, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7286, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7287, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7288, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7289, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7290, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7291, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7292, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7293, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7294, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7295, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7296, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7297, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7298, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7299, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7300, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7301, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7302, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7303, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7304, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7305, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7306, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7307, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7308, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7309, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7310, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7311, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7312, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7313, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.GREEN_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7314, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenTerracotta.java new file mode 100644 index 000000000..9551515f2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenTerracotta { + public static void initStates() { + Block.GREEN_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6864)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java index fa1984d9c..55694c303 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class GreenWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8209, "facing=north")); Block.GREEN_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8210, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWool.java new file mode 100644 index 000000000..d8a102bb6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/GreenWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class GreenWool { + public static void initStates() { + Block.GREEN_WOOL.addBlockAlternative(new BlockAlternative((short) 1397)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java index 5cdbaab4c..93590b770 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Grindstone.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Grindstone { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14825, "face=floor", "facing=north")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14826, "face=floor", "facing=south")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14827, "face=floor", "facing=west")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14828, "face=floor", "facing=east")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14829, "face=wall", "facing=north")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14830, "face=wall", "facing=south")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14831, "face=wall", "facing=west")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14832, "face=wall", "facing=east")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14833, "face=ceiling", "facing=north")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14834, "face=ceiling", "facing=south")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14835, "face=ceiling", "facing=west")); - Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14836, "face=ceiling", "facing=east")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14825, "face=FLOOR","facing=north")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14826, "face=FLOOR","facing=south")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14827, "face=FLOOR","facing=west")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14828, "face=FLOOR","facing=east")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14829, "face=WALL","facing=north")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14830, "face=WALL","facing=south")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14831, "face=WALL","facing=west")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14832, "face=WALL","facing=east")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14833, "face=CEILING","facing=north")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14834, "face=CEILING","facing=south")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14835, "face=CEILING","facing=west")); + Block.GRINDSTONE.addBlockAlternative(new BlockAlternative((short) 14836, "face=CEILING","facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java index 407130be8..72f0ac711 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HayBlock.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class HayBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7867, "axis=x")); Block.HAY_BLOCK.addBlockAlternative(new BlockAlternative((short) 7868, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java index 100e1d36e..046216b9b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HeavyWeightedPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class HeavyWeightedPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6666, "power=0")); Block.HEAVY_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6667, "power=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HoneyBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HoneyBlock.java new file mode 100644 index 000000000..2b5352a48 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HoneyBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class HoneyBlock { + public static void initStates() { + Block.HONEY_BLOCK.addBlockAlternative(new BlockAlternative((short) 15832)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HoneycombBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HoneycombBlock.java new file mode 100644 index 000000000..2040b716a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HoneycombBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class HoneycombBlock { + public static void initStates() { + Block.HONEYCOMB_BLOCK.addBlockAlternative(new BlockAlternative((short) 15833)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java index 9c86e7357..9e4c1ebb0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Hopper.java @@ -1,33 +1,27 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Hopper { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6732, "enabled=true", "facing=down")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6733, "enabled=true", "facing=north")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6734, "enabled=true", "facing=south")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6735, "enabled=true", "facing=west")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6736, "enabled=true", "facing=east")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6737, "enabled=false", "facing=down")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6738, "enabled=false", "facing=north")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6739, "enabled=false", "facing=south")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6740, "enabled=false", "facing=west")); - Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6741, "enabled=false", "facing=east")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6732, "enabled=true","facing=down")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6733, "enabled=true","facing=north")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6734, "enabled=true","facing=south")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6735, "enabled=true","facing=west")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6736, "enabled=true","facing=east")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6737, "enabled=false","facing=down")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6738, "enabled=false","facing=north")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6739, "enabled=false","facing=south")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6740, "enabled=false","facing=west")); + Block.HOPPER.addBlockAlternative(new BlockAlternative((short) 6741, "enabled=false","facing=east")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java index 49a3b2efb..c94390a43 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class HornCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9542, "waterlogged=true")); Block.HORN_CORAL.addBlockAlternative(new BlockAlternative((short) 9543, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralBlock.java new file mode 100644 index 000000000..1c55ae0f7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class HornCoralBlock { + public static void initStates() { + Block.HORN_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9523)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java index bf3ffc112..a7a4ad988 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class HornCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9562, "waterlogged=true")); Block.HORN_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9563, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java index 18e8cd0ac..fd1608fa3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/HornCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class HornCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9636, "facing=north", "waterlogged=true")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9637, "facing=north", "waterlogged=false")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9638, "facing=south", "waterlogged=true")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9639, "facing=south", "waterlogged=false")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9640, "facing=west", "waterlogged=true")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9641, "facing=west", "waterlogged=false")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9642, "facing=east", "waterlogged=true")); - Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9643, "facing=east", "waterlogged=false")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9636, "facing=north","waterlogged=true")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9637, "facing=north","waterlogged=false")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9638, "facing=south","waterlogged=true")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9639, "facing=south","waterlogged=false")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9640, "facing=west","waterlogged=true")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9641, "facing=west","waterlogged=false")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9642, "facing=east","waterlogged=true")); + Block.HORN_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9643, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Ice.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Ice.java new file mode 100644 index 000000000..c15629025 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Ice.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Ice { + public static void initStates() { + Block.ICE.addBlockAlternative(new BlockAlternative((short) 3929)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedChiseledStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedChiseledStoneBricks.java new file mode 100644 index 000000000..011be3122 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedChiseledStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedChiseledStoneBricks { + public static void initStates() { + Block.INFESTED_CHISELED_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4504)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCobblestone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCobblestone.java new file mode 100644 index 000000000..9978f18b4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCobblestone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedCobblestone { + public static void initStates() { + Block.INFESTED_COBBLESTONE.addBlockAlternative(new BlockAlternative((short) 4500)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCrackedStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCrackedStoneBricks.java new file mode 100644 index 000000000..e503257cd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedCrackedStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedCrackedStoneBricks { + public static void initStates() { + Block.INFESTED_CRACKED_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4503)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedMossyStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedMossyStoneBricks.java new file mode 100644 index 000000000..4329029a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedMossyStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedMossyStoneBricks { + public static void initStates() { + Block.INFESTED_MOSSY_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4502)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStone.java new file mode 100644 index 000000000..7a1c39e89 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedStone { + public static void initStates() { + Block.INFESTED_STONE.addBlockAlternative(new BlockAlternative((short) 4499)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStoneBricks.java new file mode 100644 index 000000000..931398b86 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/InfestedStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class InfestedStoneBricks { + public static void initStates() { + Block.INFESTED_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4501)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java index 1eebe8cf1..fd8781c07 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBars.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class IronBars { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4697, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4698, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4699, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4700, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4701, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4702, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4703, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4704, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4705, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4706, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4707, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4708, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4709, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4710, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4711, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4712, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4713, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4714, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4715, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4716, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4717, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4718, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4719, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4720, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4721, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4722, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4723, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4724, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4725, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4726, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4727, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4728, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4697, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4698, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4699, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4700, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4701, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4702, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4703, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4704, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4705, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4706, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4707, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4708, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4709, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4710, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4711, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4712, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4713, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4714, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4715, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4716, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4717, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4718, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4719, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4720, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4721, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4722, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4723, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4724, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4725, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4726, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4727, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.IRON_BARS.addBlockAlternative(new BlockAlternative((short) 4728, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBlock.java new file mode 100644 index 000000000..cd249065a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class IronBlock { + public static void initStates() { + Block.IRON_BLOCK.addBlockAlternative(new BlockAlternative((short) 1428)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java index 33ce342b9..b9a7233dd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class IronDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3809, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3810, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3811, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3812, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3813, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3814, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3815, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3816, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3817, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3818, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3819, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3820, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3821, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3822, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3823, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3824, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3825, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3826, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3827, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3828, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3829, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3830, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3831, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3832, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3833, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3834, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3835, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3836, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3837, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3838, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3839, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3840, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3841, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3842, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3843, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3844, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3845, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3846, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3847, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3848, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3849, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3850, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3851, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3852, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3853, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3854, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3855, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3856, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3857, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3858, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3859, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3860, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3861, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3862, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3863, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3864, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3865, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3866, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3867, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3868, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3869, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3870, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3871, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3872, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3809, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3810, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3811, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3812, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3813, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3814, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3815, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3816, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3817, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3818, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3819, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3820, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3821, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3822, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3823, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3824, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3825, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3826, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3827, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3828, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3829, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3830, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3831, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3832, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3833, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3834, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3835, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3836, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3837, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3838, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3839, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3840, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3841, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3842, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3843, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3844, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3845, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3846, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3847, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3848, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3849, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3850, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3851, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3852, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3853, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3854, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3855, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3856, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3857, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3858, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3859, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3860, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3861, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3862, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3863, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3864, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3865, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3866, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3867, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3868, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3869, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3870, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3871, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.IRON_DOOR.addBlockAlternative(new BlockAlternative((short) 3872, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronOre.java new file mode 100644 index 000000000..f9cd12940 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class IronOre { + public static void initStates() { + Block.IRON_ORE.addBlockAlternative(new BlockAlternative((short) 70)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java index 9d1b94f0f..c4bc4fd88 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/IronTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class IronTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7541, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7542, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7543, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7544, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7545, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7546, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7547, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7548, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7549, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7550, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7551, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7552, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7553, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7554, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7555, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7556, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7557, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7558, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7559, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7560, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7561, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7562, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7563, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7564, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7565, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7566, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7567, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7568, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7569, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7570, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7571, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7572, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7573, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7574, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7575, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7576, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7577, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7578, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7579, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7580, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7581, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7582, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7583, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7584, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7585, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7586, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7587, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7588, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7589, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7590, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7591, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7592, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7593, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7594, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7595, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7596, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7597, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7598, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7599, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7600, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7601, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7602, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7603, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7604, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7541, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7542, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7543, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7544, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7545, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7546, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7547, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7548, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7549, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7550, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7551, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7552, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7553, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7554, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7555, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7556, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7557, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7558, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7559, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7560, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7561, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7562, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7563, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7564, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7565, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7566, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7567, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7568, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7569, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7570, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7571, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7572, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7573, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7574, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7575, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7576, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7577, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7578, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7579, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7580, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7581, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7582, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7583, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7584, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7585, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7586, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7587, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7588, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7589, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7590, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7591, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7592, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7593, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7594, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7595, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7596, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7597, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7598, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7599, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7600, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7601, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7602, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7603, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.IRON_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 7604, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java index bdfc7e6e5..9a2183463 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JackOLantern.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JackOLantern { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4020, "facing=north")); Block.JACK_O_LANTERN.addBlockAlternative(new BlockAlternative((short) 4021, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java index 8a5c97ba3..c190d6d6f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jigsaw.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Jigsaw { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15747, "orientation=down_east")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15748, "orientation=down_north")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15749, "orientation=down_south")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15750, "orientation=down_west")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15751, "orientation=up_east")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15752, "orientation=up_north")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15753, "orientation=up_south")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15754, "orientation=up_west")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15755, "orientation=west_up")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15756, "orientation=east_up")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15757, "orientation=north_up")); - Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15758, "orientation=south_up")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15747, "orientation=DOWN_EAST")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15748, "orientation=DOWN_NORTH")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15749, "orientation=DOWN_SOUTH")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15750, "orientation=DOWN_WEST")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15751, "orientation=UP_EAST")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15752, "orientation=UP_NORTH")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15753, "orientation=UP_SOUTH")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15754, "orientation=UP_WEST")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15755, "orientation=WEST_UP")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15756, "orientation=EAST_UP")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15757, "orientation=NORTH_UP")); + Block.JIGSAW.addBlockAlternative(new BlockAlternative((short) 15758, "orientation=SOUTH_UP")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java index 71751e945..de729eb68 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Jukebox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Jukebox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3964, "has_record=true")); Block.JUKEBOX.addBlockAlternative(new BlockAlternative((short) 3965, "has_record=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java index 7742d1229..3317727d8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6422, "face=floor", "facing=north", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6423, "face=floor", "facing=north", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6424, "face=floor", "facing=south", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6425, "face=floor", "facing=south", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6426, "face=floor", "facing=west", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6427, "face=floor", "facing=west", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6428, "face=floor", "facing=east", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6429, "face=floor", "facing=east", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6430, "face=wall", "facing=north", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6431, "face=wall", "facing=north", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6432, "face=wall", "facing=south", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6433, "face=wall", "facing=south", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6434, "face=wall", "facing=west", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6435, "face=wall", "facing=west", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6436, "face=wall", "facing=east", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6437, "face=wall", "facing=east", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6438, "face=ceiling", "facing=north", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6439, "face=ceiling", "facing=north", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6440, "face=ceiling", "facing=south", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6441, "face=ceiling", "facing=south", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6442, "face=ceiling", "facing=west", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6443, "face=ceiling", "facing=west", "powered=false")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6444, "face=ceiling", "facing=east", "powered=true")); - Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6445, "face=ceiling", "facing=east", "powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6422, "face=FLOOR","facing=north","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6423, "face=FLOOR","facing=north","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6424, "face=FLOOR","facing=south","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6425, "face=FLOOR","facing=south","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6426, "face=FLOOR","facing=west","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6427, "face=FLOOR","facing=west","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6428, "face=FLOOR","facing=east","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6429, "face=FLOOR","facing=east","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6430, "face=WALL","facing=north","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6431, "face=WALL","facing=north","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6432, "face=WALL","facing=south","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6433, "face=WALL","facing=south","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6434, "face=WALL","facing=west","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6435, "face=WALL","facing=west","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6436, "face=WALL","facing=east","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6437, "face=WALL","facing=east","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6438, "face=CEILING","facing=north","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6439, "face=CEILING","facing=north","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6440, "face=CEILING","facing=south","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6441, "face=CEILING","facing=south","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6442, "face=CEILING","facing=west","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6443, "face=CEILING","facing=west","powered=false")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6444, "face=CEILING","facing=east","powered=true")); + Block.JUNGLE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6445, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java index 2caefa837..851413383 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8870, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8871, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8872, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8873, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8874, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8875, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8876, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8877, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8878, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8879, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8880, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8881, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8882, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8883, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8884, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8885, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8886, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8887, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8888, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8889, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8890, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8891, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8892, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8893, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8894, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8895, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8896, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8897, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8898, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8899, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8900, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8901, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8902, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8903, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8904, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8905, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8906, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8907, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8908, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8909, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8910, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8911, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8912, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8913, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8914, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8915, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8916, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8917, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8918, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8919, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8920, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8921, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8922, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8923, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8924, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8925, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8926, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8927, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8928, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8929, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8930, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8931, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8932, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8933, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8870, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8871, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8872, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8873, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8874, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8875, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8876, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8877, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8878, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8879, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8880, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8881, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8882, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8883, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8884, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8885, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8886, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8887, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8888, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8889, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8890, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8891, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8892, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8893, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8894, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8895, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8896, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8897, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8898, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8899, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8900, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8901, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8902, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8903, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8904, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8905, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8906, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8907, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8908, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8909, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8910, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8911, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8912, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8913, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8914, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8915, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8916, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8917, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8918, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8919, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8920, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8921, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8922, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8923, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8924, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8925, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8926, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8927, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8928, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8929, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8930, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8931, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8932, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.JUNGLE_DOOR.addBlockAlternative(new BlockAlternative((short) 8933, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java index 041d8b87f..dc96197d5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8646, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8647, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8648, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8649, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8650, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8651, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8652, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8653, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8654, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8655, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8656, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8657, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8658, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8659, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8660, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8661, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8662, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8663, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8664, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8665, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8666, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8667, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8668, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8669, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8670, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8671, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8672, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8673, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8674, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8675, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8676, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8677, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8646, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8647, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8648, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8649, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8650, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8651, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8652, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8653, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8654, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8655, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8656, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8657, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8658, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8659, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8660, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8661, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8662, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8663, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8664, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8665, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8666, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8667, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8668, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8669, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8670, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8671, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8672, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8673, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8674, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8675, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8676, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.JUNGLE_FENCE.addBlockAlternative(new BlockAlternative((short) 8677, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java index cbaaa8069..97f2474f2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8486, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8487, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8488, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8489, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8490, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8491, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8492, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8493, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8494, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8495, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8496, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8497, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8498, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8499, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8500, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8501, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8502, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8503, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8504, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8505, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8506, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8507, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8508, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8509, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8510, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8511, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8512, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8513, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8514, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8515, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8516, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8517, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8486, "facing=north","in_wall=true","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8487, "facing=north","in_wall=true","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8488, "facing=north","in_wall=true","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8489, "facing=north","in_wall=true","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8490, "facing=north","in_wall=false","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8491, "facing=north","in_wall=false","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8492, "facing=north","in_wall=false","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8493, "facing=north","in_wall=false","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8494, "facing=south","in_wall=true","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8495, "facing=south","in_wall=true","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8496, "facing=south","in_wall=true","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8497, "facing=south","in_wall=true","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8498, "facing=south","in_wall=false","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8499, "facing=south","in_wall=false","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8500, "facing=south","in_wall=false","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8501, "facing=south","in_wall=false","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8502, "facing=west","in_wall=true","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8503, "facing=west","in_wall=true","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8504, "facing=west","in_wall=true","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8505, "facing=west","in_wall=true","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8506, "facing=west","in_wall=false","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8507, "facing=west","in_wall=false","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8508, "facing=west","in_wall=false","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8509, "facing=west","in_wall=false","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8510, "facing=east","in_wall=true","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8511, "facing=east","in_wall=true","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8512, "facing=east","in_wall=true","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8513, "facing=east","in_wall=true","open=false","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8514, "facing=east","in_wall=false","open=true","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8515, "facing=east","in_wall=false","open=true","powered=false")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8516, "facing=east","in_wall=false","open=false","powered=true")); + Block.JUNGLE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8517, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java index 4ba6048fc..73e69c7a2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 187, "distance=1", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 188, "distance=1", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 189, "distance=2", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 190, "distance=2", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 191, "distance=3", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 192, "distance=3", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 193, "distance=4", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 194, "distance=4", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 195, "distance=5", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 196, "distance=5", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 197, "distance=6", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 198, "distance=6", "persistent=false")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 199, "distance=7", "persistent=true")); - Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 200, "distance=7", "persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 187, "distance=1","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 188, "distance=1","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 189, "distance=2","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 190, "distance=2","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 191, "distance=3","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 192, "distance=3","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 193, "distance=4","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 194, "distance=4","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 195, "distance=5","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 196, "distance=5","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 197, "distance=6","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 198, "distance=6","persistent=false")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 199, "distance=7","persistent=true")); + Block.JUNGLE_LEAVES.addBlockAlternative(new BlockAlternative((short) 200, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java index e8d9484a6..8d9427546 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 82, "axis=x")); Block.JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 83, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePlanks.java new file mode 100644 index 000000000..2b59c84c2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class JunglePlanks { + public static void initStates() { + Block.JUNGLE_PLANKS.addBlockAlternative(new BlockAlternative((short) 18)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java index 2570aff93..926df24f6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JunglePressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JunglePressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3879, "powered=true")); Block.JUNGLE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3880, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java index 355b0f560..d4749671c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JUNGLE_SAPLING.addBlockAlternative(new BlockAlternative((short) 27, "stage=0")); Block.JUNGLE_SAPLING.addBlockAlternative(new BlockAlternative((short) 28, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java index 885fa26cc..7b8f8f37c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3509, "rotation=0", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3510, "rotation=0", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3511, "rotation=1", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3512, "rotation=1", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3513, "rotation=2", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3514, "rotation=2", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3515, "rotation=3", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3516, "rotation=3", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3517, "rotation=4", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3518, "rotation=4", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3519, "rotation=5", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3520, "rotation=5", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3521, "rotation=6", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3522, "rotation=6", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3523, "rotation=7", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3524, "rotation=7", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3525, "rotation=8", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3526, "rotation=8", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3527, "rotation=9", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3528, "rotation=9", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3529, "rotation=10", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3530, "rotation=10", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3531, "rotation=11", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3532, "rotation=11", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3533, "rotation=12", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3534, "rotation=12", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3535, "rotation=13", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3536, "rotation=13", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3537, "rotation=14", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3538, "rotation=14", "waterlogged=false")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3539, "rotation=15", "waterlogged=true")); - Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3540, "rotation=15", "waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3509, "rotation=0","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3510, "rotation=0","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3511, "rotation=1","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3512, "rotation=1","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3513, "rotation=2","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3514, "rotation=2","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3515, "rotation=3","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3516, "rotation=3","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3517, "rotation=4","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3518, "rotation=4","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3519, "rotation=5","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3520, "rotation=5","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3521, "rotation=6","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3522, "rotation=6","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3523, "rotation=7","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3524, "rotation=7","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3525, "rotation=8","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3526, "rotation=8","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3527, "rotation=9","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3528, "rotation=9","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3529, "rotation=10","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3530, "rotation=10","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3531, "rotation=11","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3532, "rotation=11","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3533, "rotation=12","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3534, "rotation=12","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3535, "rotation=13","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3536, "rotation=13","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3537, "rotation=14","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3538, "rotation=14","waterlogged=false")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3539, "rotation=15","waterlogged=true")); + Block.JUNGLE_SIGN.addBlockAlternative(new BlockAlternative((short) 3540, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java index e2ff205fa..357b12e22 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8322, "type=top", "waterlogged=true")); - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8323, "type=top", "waterlogged=false")); - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8324, "type=bottom", "waterlogged=true")); - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8325, "type=bottom", "waterlogged=false")); - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8326, "type=double", "waterlogged=true")); - Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8327, "type=double", "waterlogged=false")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8322, "type=top","waterlogged=true")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8323, "type=top","waterlogged=false")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8324, "type=bottom","waterlogged=true")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8325, "type=bottom","waterlogged=false")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8326, "type=double","waterlogged=true")); + Block.JUNGLE_SLAB.addBlockAlternative(new BlockAlternative((short) 8327, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java index bea1cb511..2641f2bad 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5568, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5569, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5570, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5571, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5572, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5573, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5574, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5575, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5576, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5577, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5578, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5579, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5580, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5581, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5582, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5583, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5584, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5585, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5586, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5587, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5588, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5589, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5590, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5591, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5592, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5593, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5594, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5595, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5596, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5597, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5598, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5599, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5600, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5601, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5602, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5603, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5604, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5605, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5606, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5607, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5608, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5609, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5610, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5611, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5612, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5613, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5614, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5615, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5616, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5617, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5618, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5619, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5620, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5621, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5622, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5623, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5624, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5625, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5626, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5627, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5628, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5629, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5630, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5631, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5632, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5633, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5634, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5635, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5636, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5637, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5638, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5639, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5640, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5641, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5642, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5643, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5644, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5645, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5646, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5647, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5568, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5569, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5570, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5571, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5572, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5573, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5574, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5575, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5576, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5577, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5578, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5579, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5580, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5581, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5582, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5583, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5584, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5585, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5586, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5587, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5588, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5589, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5590, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5591, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5592, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5593, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5594, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5595, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5596, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5597, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5598, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5599, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5600, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5601, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5602, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5603, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5604, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5605, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5606, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5607, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5608, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5609, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5610, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5611, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5612, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5613, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5614, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5615, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5616, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5617, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5618, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5619, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5620, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5621, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5622, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5623, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5624, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5625, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5626, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5627, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5628, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5629, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5630, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5631, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5632, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5633, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5634, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5635, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5636, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5637, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5638, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5639, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5640, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5641, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5642, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5643, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5644, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5645, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5646, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.JUNGLE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5647, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java index d6e1bfed2..a3d997277 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4303, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4304, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4305, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4306, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4307, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4308, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4309, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4310, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4311, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4312, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4313, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4314, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4315, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4316, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4317, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4318, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4319, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4320, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4321, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4322, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4323, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4324, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4325, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4326, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4327, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4328, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4329, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4330, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4331, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4332, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4333, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4334, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4335, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4336, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4337, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4338, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4339, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4340, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4341, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4342, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4343, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4344, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4345, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4346, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4347, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4348, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4349, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4350, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4351, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4352, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4353, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4354, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4355, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4356, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4357, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4358, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4359, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4360, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4361, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4362, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4363, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4364, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4365, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4366, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4303, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4304, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4305, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4306, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4307, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4308, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4309, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4310, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4311, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4312, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4313, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4314, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4315, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4316, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4317, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4318, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4319, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4320, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4321, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4322, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4323, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4324, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4325, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4326, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4327, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4328, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4329, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4330, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4331, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4332, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4333, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4334, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4335, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4336, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4337, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4338, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4339, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4340, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4341, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4342, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4343, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4344, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4345, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4346, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4347, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4348, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4349, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4350, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4351, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4352, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4353, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4354, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4355, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4356, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4357, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4358, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4359, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4360, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4361, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4362, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4363, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4364, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4365, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.JUNGLE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4366, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java index d2b5f5245..5f33c5b6a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3767, "facing=north", "waterlogged=true")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3768, "facing=north", "waterlogged=false")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3769, "facing=south", "waterlogged=true")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3770, "facing=south", "waterlogged=false")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3771, "facing=west", "waterlogged=true")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3772, "facing=west", "waterlogged=false")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3773, "facing=east", "waterlogged=true")); - Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3774, "facing=east", "waterlogged=false")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3767, "facing=north","waterlogged=true")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3768, "facing=north","waterlogged=false")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3769, "facing=south","waterlogged=true")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3770, "facing=south","waterlogged=false")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3771, "facing=west","waterlogged=true")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3772, "facing=west","waterlogged=false")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3773, "facing=east","waterlogged=true")); + Block.JUNGLE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3774, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java index 1a1c46a58..67e22653e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/JungleWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class JungleWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 118, "axis=x")); Block.JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 119, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java index 4e6cbb34e..127ab2972 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Kelp.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Kelp { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.KELP.addBlockAlternative(new BlockAlternative((short) 9474, "age=0")); Block.KELP.addBlockAlternative(new BlockAlternative((short) 9475, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/KelpPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/KelpPlant.java new file mode 100644 index 000000000..4f018bd71 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/KelpPlant.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class KelpPlant { + public static void initStates() { + Block.KELP_PLANT.addBlockAlternative(new BlockAlternative((short) 9500)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java index dbef9a1dd..be1ce97a8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Ladder.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Ladder { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3637, "facing=north", "waterlogged=true")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3638, "facing=north", "waterlogged=false")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3639, "facing=south", "waterlogged=true")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3640, "facing=south", "waterlogged=false")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3641, "facing=west", "waterlogged=true")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3642, "facing=west", "waterlogged=false")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3643, "facing=east", "waterlogged=true")); - Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3644, "facing=east", "waterlogged=false")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3637, "facing=north","waterlogged=true")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3638, "facing=north","waterlogged=false")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3639, "facing=south","waterlogged=true")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3640, "facing=south","waterlogged=false")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3641, "facing=west","waterlogged=true")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3642, "facing=west","waterlogged=false")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3643, "facing=east","waterlogged=true")); + Block.LADDER.addBlockAlternative(new BlockAlternative((short) 3644, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java index b2b720170..1cbb26358 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lantern.java @@ -1,27 +1,21 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Lantern { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14890, "hanging=true", "waterlogged=true")); - Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14891, "hanging=true", "waterlogged=false")); - Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14892, "hanging=false", "waterlogged=true")); - Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14893, "hanging=false", "waterlogged=false")); + Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14890, "hanging=true","waterlogged=true")); + Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14891, "hanging=true","waterlogged=false")); + Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14892, "hanging=false","waterlogged=true")); + Block.LANTERN.addBlockAlternative(new BlockAlternative((short) 14893, "hanging=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LapisBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LapisBlock.java new file mode 100644 index 000000000..9710331ef --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LapisBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LapisBlock { + public static void initStates() { + Block.LAPIS_BLOCK.addBlockAlternative(new BlockAlternative((short) 233)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LapisOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LapisOre.java new file mode 100644 index 000000000..37bd25146 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LapisOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LapisOre { + public static void initStates() { + Block.LAPIS_ORE.addBlockAlternative(new BlockAlternative((short) 232)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java index 9d9320351..fa983f397 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LargeFern.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LargeFern { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7899, "half=upper")); Block.LARGE_FERN.addBlockAlternative(new BlockAlternative((short) 7900, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java index 9c3e6fefe..b397413cf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lava.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Lava { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LAVA.addBlockAlternative(new BlockAlternative((short) 50, "level=0")); Block.LAVA.addBlockAlternative(new BlockAlternative((short) 51, "level=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java index 1748f9e27..f46b36562 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lectern.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Lectern { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14837, "facing=north", "has_book=true", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14838, "facing=north", "has_book=true", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14839, "facing=north", "has_book=false", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14840, "facing=north", "has_book=false", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14841, "facing=south", "has_book=true", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14842, "facing=south", "has_book=true", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14843, "facing=south", "has_book=false", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14844, "facing=south", "has_book=false", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14845, "facing=west", "has_book=true", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14846, "facing=west", "has_book=true", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14847, "facing=west", "has_book=false", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14848, "facing=west", "has_book=false", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14849, "facing=east", "has_book=true", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14850, "facing=east", "has_book=true", "powered=false")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14851, "facing=east", "has_book=false", "powered=true")); - Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14852, "facing=east", "has_book=false", "powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14837, "facing=north","has_book=true","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14838, "facing=north","has_book=true","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14839, "facing=north","has_book=false","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14840, "facing=north","has_book=false","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14841, "facing=south","has_book=true","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14842, "facing=south","has_book=true","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14843, "facing=south","has_book=false","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14844, "facing=south","has_book=false","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14845, "facing=west","has_book=true","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14846, "facing=west","has_book=true","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14847, "facing=west","has_book=false","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14848, "facing=west","has_book=false","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14849, "facing=east","has_book=true","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14850, "facing=east","has_book=true","powered=false")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14851, "facing=east","has_book=false","powered=true")); + Block.LECTERN.addBlockAlternative(new BlockAlternative((short) 14852, "facing=east","has_book=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java index 654054f6e..7fba935fa 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lever.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Lever { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3783, "face=floor", "facing=north", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3784, "face=floor", "facing=north", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3785, "face=floor", "facing=south", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3786, "face=floor", "facing=south", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3787, "face=floor", "facing=west", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3788, "face=floor", "facing=west", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3789, "face=floor", "facing=east", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3790, "face=floor", "facing=east", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3791, "face=wall", "facing=north", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3792, "face=wall", "facing=north", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3793, "face=wall", "facing=south", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3794, "face=wall", "facing=south", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3795, "face=wall", "facing=west", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3796, "face=wall", "facing=west", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3797, "face=wall", "facing=east", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3798, "face=wall", "facing=east", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3799, "face=ceiling", "facing=north", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3800, "face=ceiling", "facing=north", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3801, "face=ceiling", "facing=south", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3802, "face=ceiling", "facing=south", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3803, "face=ceiling", "facing=west", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3804, "face=ceiling", "facing=west", "powered=false")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3805, "face=ceiling", "facing=east", "powered=true")); - Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3806, "face=ceiling", "facing=east", "powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3783, "face=FLOOR","facing=north","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3784, "face=FLOOR","facing=north","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3785, "face=FLOOR","facing=south","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3786, "face=FLOOR","facing=south","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3787, "face=FLOOR","facing=west","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3788, "face=FLOOR","facing=west","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3789, "face=FLOOR","facing=east","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3790, "face=FLOOR","facing=east","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3791, "face=WALL","facing=north","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3792, "face=WALL","facing=north","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3793, "face=WALL","facing=south","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3794, "face=WALL","facing=south","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3795, "face=WALL","facing=west","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3796, "face=WALL","facing=west","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3797, "face=WALL","facing=east","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3798, "face=WALL","facing=east","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3799, "face=CEILING","facing=north","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3800, "face=CEILING","facing=north","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3801, "face=CEILING","facing=south","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3802, "face=CEILING","facing=south","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3803, "face=CEILING","facing=west","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3804, "face=CEILING","facing=west","powered=false")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3805, "face=CEILING","facing=east","powered=true")); + Block.LEVER.addBlockAlternative(new BlockAlternative((short) 3806, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java index 4b5bbc5ba..c0aef20f3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7949, "rotation=0")); Block.LIGHT_BLUE_BANNER.addBlockAlternative(new BlockAlternative((short) 7950, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java index 3d6eb75a0..bc530df2f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1097, "facing=north", "occupied=true", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1098, "facing=north", "occupied=true", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1099, "facing=north", "occupied=false", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1100, "facing=north", "occupied=false", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1101, "facing=south", "occupied=true", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1102, "facing=south", "occupied=true", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1103, "facing=south", "occupied=false", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1104, "facing=south", "occupied=false", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1105, "facing=west", "occupied=true", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1106, "facing=west", "occupied=true", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1107, "facing=west", "occupied=false", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1108, "facing=west", "occupied=false", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1109, "facing=east", "occupied=true", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1110, "facing=east", "occupied=true", "part=foot")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1111, "facing=east", "occupied=false", "part=head")); - Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1112, "facing=east", "occupied=false", "part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1097, "facing=north","occupied=true","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1098, "facing=north","occupied=true","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1099, "facing=north","occupied=false","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1100, "facing=north","occupied=false","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1101, "facing=south","occupied=true","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1102, "facing=south","occupied=true","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1103, "facing=south","occupied=false","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1104, "facing=south","occupied=false","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1105, "facing=west","occupied=true","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1106, "facing=west","occupied=true","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1107, "facing=west","occupied=false","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1108, "facing=west","occupied=false","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1109, "facing=east","occupied=true","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1110, "facing=east","occupied=true","part=foot")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1111, "facing=east","occupied=false","part=head")); + Block.LIGHT_BLUE_BED.addBlockAlternative(new BlockAlternative((short) 1112, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueCarpet.java new file mode 100644 index 000000000..693a34cb3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueCarpet { + public static void initStates() { + Block.LIGHT_BLUE_CARPET.addBlockAlternative(new BlockAlternative((short) 7873)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcrete.java new file mode 100644 index 000000000..5fe4c231f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueConcrete { + public static void initStates() { + Block.LIGHT_BLUE_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9445)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcretePowder.java new file mode 100644 index 000000000..747dbcd3a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueConcretePowder { + public static void initStates() { + Block.LIGHT_BLUE_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9461)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java index cc50e06ed..2c4d6cabd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9390, "facing=north")); Block.LIGHT_BLUE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9391, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java index 326ee0de4..6316d41e9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9300, "facing=north")); Block.LIGHT_BLUE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9301, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlass.java new file mode 100644 index 000000000..6e008a077 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueStainedGlass { + public static void initStates() { + Block.LIGHT_BLUE_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4098)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java index c69c301ff..8b6858eb2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6963, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6964, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6965, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6966, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6967, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6968, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6969, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6970, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6971, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6972, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6973, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6974, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6975, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6976, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6977, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6978, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6979, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6980, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6981, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6982, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6983, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6984, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6985, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6986, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6987, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6988, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6989, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6990, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6991, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6992, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6993, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6994, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6963, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6964, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6965, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6966, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6967, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6968, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6969, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6970, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6971, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6972, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6973, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6974, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6975, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6976, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6977, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6978, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6979, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6980, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6981, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6982, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6983, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6984, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6985, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6986, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6987, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6988, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6989, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6990, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6991, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6992, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6993, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.LIGHT_BLUE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6994, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueTerracotta.java new file mode 100644 index 000000000..7e7375e4c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueTerracotta { + public static void initStates() { + Block.LIGHT_BLUE_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6854)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java index e29c04b20..94cecd405 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightBlueWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8169, "facing=north")); Block.LIGHT_BLUE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8170, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWool.java new file mode 100644 index 000000000..e8d911a8f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightBlueWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightBlueWool { + public static void initStates() { + Block.LIGHT_BLUE_WOOL.addBlockAlternative(new BlockAlternative((short) 1387)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java index 94cabda93..f49b735da 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8029, "rotation=0")); Block.LIGHT_GRAY_BANNER.addBlockAlternative(new BlockAlternative((short) 8030, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java index bfdbfae70..41f240c50 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1177, "facing=north", "occupied=true", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1178, "facing=north", "occupied=true", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1179, "facing=north", "occupied=false", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1180, "facing=north", "occupied=false", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1181, "facing=south", "occupied=true", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1182, "facing=south", "occupied=true", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1183, "facing=south", "occupied=false", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1184, "facing=south", "occupied=false", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1185, "facing=west", "occupied=true", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1186, "facing=west", "occupied=true", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1187, "facing=west", "occupied=false", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1188, "facing=west", "occupied=false", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1189, "facing=east", "occupied=true", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1190, "facing=east", "occupied=true", "part=foot")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1191, "facing=east", "occupied=false", "part=head")); - Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1192, "facing=east", "occupied=false", "part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1177, "facing=north","occupied=true","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1178, "facing=north","occupied=true","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1179, "facing=north","occupied=false","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1180, "facing=north","occupied=false","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1181, "facing=south","occupied=true","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1182, "facing=south","occupied=true","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1183, "facing=south","occupied=false","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1184, "facing=south","occupied=false","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1185, "facing=west","occupied=true","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1186, "facing=west","occupied=true","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1187, "facing=west","occupied=false","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1188, "facing=west","occupied=false","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1189, "facing=east","occupied=true","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1190, "facing=east","occupied=true","part=foot")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1191, "facing=east","occupied=false","part=head")); + Block.LIGHT_GRAY_BED.addBlockAlternative(new BlockAlternative((short) 1192, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayCarpet.java new file mode 100644 index 000000000..10ca02d5d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayCarpet { + public static void initStates() { + Block.LIGHT_GRAY_CARPET.addBlockAlternative(new BlockAlternative((short) 7878)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcrete.java new file mode 100644 index 000000000..88c1fe2bb --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayConcrete { + public static void initStates() { + Block.LIGHT_GRAY_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9450)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcretePowder.java new file mode 100644 index 000000000..fc13a07d8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayConcretePowder { + public static void initStates() { + Block.LIGHT_GRAY_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9466)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java index 7457333f6..ae18a73af 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9410, "facing=north")); Block.LIGHT_GRAY_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9411, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java index 1105f8658..efe3a9da0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9330, "facing=north")); Block.LIGHT_GRAY_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9331, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlass.java new file mode 100644 index 000000000..581d2f29c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayStainedGlass { + public static void initStates() { + Block.LIGHT_GRAY_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4103)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java index 901068404..1c7efb631 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7123, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7124, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7125, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7126, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7127, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7128, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7129, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7130, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7131, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7132, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7133, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7134, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7135, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7136, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7137, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7138, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7139, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7140, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7141, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7142, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7143, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7144, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7145, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7146, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7147, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7148, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7149, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7150, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7151, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7152, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7153, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7154, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7123, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7124, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7125, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7126, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7127, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7128, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7129, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7130, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7131, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7132, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7133, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7134, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7135, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7136, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7137, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7138, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7139, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7140, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7141, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7142, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7143, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7144, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7145, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7146, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7147, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7148, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7149, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7150, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7151, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7152, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7153, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.LIGHT_GRAY_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7154, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayTerracotta.java new file mode 100644 index 000000000..cbb18c534 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayTerracotta { + public static void initStates() { + Block.LIGHT_GRAY_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6859)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java index e5a77dbff..cc6435a63 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightGrayWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8189, "facing=north")); Block.LIGHT_GRAY_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8190, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWool.java new file mode 100644 index 000000000..5e35a96a0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightGrayWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LightGrayWool { + public static void initStates() { + Block.LIGHT_GRAY_WOOL.addBlockAlternative(new BlockAlternative((short) 1392)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java index eb1453ebe..3d0ad851a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LightWeightedPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LightWeightedPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6650, "power=0")); Block.LIGHT_WEIGHTED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 6651, "power=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java index 54e1f4a98..ab2067ce3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lilac.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Lilac { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LILAC.addBlockAlternative(new BlockAlternative((short) 7891, "half=upper")); Block.LILAC.addBlockAlternative(new BlockAlternative((short) 7892, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LilyOfTheValley.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LilyOfTheValley.java new file mode 100644 index 000000000..5e37279a4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LilyOfTheValley.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LilyOfTheValley { + public static void initStates() { + Block.LILY_OF_THE_VALLEY.addBlockAlternative(new BlockAlternative((short) 1424)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LilyPad.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LilyPad.java new file mode 100644 index 000000000..83b425615 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LilyPad.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LilyPad { + public static void initStates() { + Block.LILY_PAD.addBlockAlternative(new BlockAlternative((short) 5018)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java index 0a9691f4b..239f76bc9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7981, "rotation=0")); Block.LIME_BANNER.addBlockAlternative(new BlockAlternative((short) 7982, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java index f3d5d1c91..373c4e9cf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1129, "facing=north", "occupied=true", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1130, "facing=north", "occupied=true", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1131, "facing=north", "occupied=false", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1132, "facing=north", "occupied=false", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1133, "facing=south", "occupied=true", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1134, "facing=south", "occupied=true", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1135, "facing=south", "occupied=false", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1136, "facing=south", "occupied=false", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1137, "facing=west", "occupied=true", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1138, "facing=west", "occupied=true", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1139, "facing=west", "occupied=false", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1140, "facing=west", "occupied=false", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1141, "facing=east", "occupied=true", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1142, "facing=east", "occupied=true", "part=foot")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1143, "facing=east", "occupied=false", "part=head")); - Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1144, "facing=east", "occupied=false", "part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1129, "facing=north","occupied=true","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1130, "facing=north","occupied=true","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1131, "facing=north","occupied=false","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1132, "facing=north","occupied=false","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1133, "facing=south","occupied=true","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1134, "facing=south","occupied=true","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1135, "facing=south","occupied=false","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1136, "facing=south","occupied=false","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1137, "facing=west","occupied=true","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1138, "facing=west","occupied=true","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1139, "facing=west","occupied=false","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1140, "facing=west","occupied=false","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1141, "facing=east","occupied=true","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1142, "facing=east","occupied=true","part=foot")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1143, "facing=east","occupied=false","part=head")); + Block.LIME_BED.addBlockAlternative(new BlockAlternative((short) 1144, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeCarpet.java new file mode 100644 index 000000000..e7af41ae4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeCarpet { + public static void initStates() { + Block.LIME_CARPET.addBlockAlternative(new BlockAlternative((short) 7875)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcrete.java new file mode 100644 index 000000000..ac28f18a2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeConcrete { + public static void initStates() { + Block.LIME_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9447)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcretePowder.java new file mode 100644 index 000000000..7f5c75580 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeConcretePowder { + public static void initStates() { + Block.LIME_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9463)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java index 0fb6f8a39..a25e5450a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9398, "facing=north")); Block.LIME_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9399, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java index 3fff46bea..c737c0011 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9312, "facing=north")); Block.LIME_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9313, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlass.java new file mode 100644 index 000000000..3d8159f89 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeStainedGlass { + public static void initStates() { + Block.LIME_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4100)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java index 01451c04a..af5715fcd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7027, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7028, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7029, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7030, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7031, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7032, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7033, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7034, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7035, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7036, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7037, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7038, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7039, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7040, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7041, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7042, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7043, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7044, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7045, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7046, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7047, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7048, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7049, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7050, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7051, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7052, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7053, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7054, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7055, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7056, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7057, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7058, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7027, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7028, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7029, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7030, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7031, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7032, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7033, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7034, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7035, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7036, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7037, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7038, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7039, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7040, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7041, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7042, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7043, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7044, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7045, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7046, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7047, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7048, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7049, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7050, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7051, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7052, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7053, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7054, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7055, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7056, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7057, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.LIME_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7058, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeTerracotta.java new file mode 100644 index 000000000..17f4d9611 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeTerracotta { + public static void initStates() { + Block.LIME_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6856)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java index ae13eb5ff..29b43c721 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class LimeWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8177, "facing=north")); Block.LIME_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8178, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWool.java new file mode 100644 index 000000000..68ca68801 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/LimeWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class LimeWool { + public static void initStates() { + Block.LIME_WOOL.addBlockAlternative(new BlockAlternative((short) 1389)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Lodestone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Lodestone.java new file mode 100644 index 000000000..9b427981b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Lodestone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Lodestone { + public static void initStates() { + Block.LODESTONE.addBlockAlternative(new BlockAlternative((short) 15846)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java index 292d8b1df..a84498733 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Loom.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Loom { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.LOOM.addBlockAlternative(new BlockAlternative((short) 14791, "facing=north")); Block.LOOM.addBlockAlternative(new BlockAlternative((short) 14792, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java index 26e5de28b..8ff512c7a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7933, "rotation=0")); Block.MAGENTA_BANNER.addBlockAlternative(new BlockAlternative((short) 7934, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java index bcb0c360f..c09558443 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1081, "facing=north", "occupied=true", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1082, "facing=north", "occupied=true", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1083, "facing=north", "occupied=false", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1084, "facing=north", "occupied=false", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1085, "facing=south", "occupied=true", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1086, "facing=south", "occupied=true", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1087, "facing=south", "occupied=false", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1088, "facing=south", "occupied=false", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1089, "facing=west", "occupied=true", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1090, "facing=west", "occupied=true", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1091, "facing=west", "occupied=false", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1092, "facing=west", "occupied=false", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1093, "facing=east", "occupied=true", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1094, "facing=east", "occupied=true", "part=foot")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1095, "facing=east", "occupied=false", "part=head")); - Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1096, "facing=east", "occupied=false", "part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1081, "facing=north","occupied=true","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1082, "facing=north","occupied=true","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1083, "facing=north","occupied=false","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1084, "facing=north","occupied=false","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1085, "facing=south","occupied=true","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1086, "facing=south","occupied=true","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1087, "facing=south","occupied=false","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1088, "facing=south","occupied=false","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1089, "facing=west","occupied=true","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1090, "facing=west","occupied=true","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1091, "facing=west","occupied=false","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1092, "facing=west","occupied=false","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1093, "facing=east","occupied=true","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1094, "facing=east","occupied=true","part=foot")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1095, "facing=east","occupied=false","part=head")); + Block.MAGENTA_BED.addBlockAlternative(new BlockAlternative((short) 1096, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaCarpet.java new file mode 100644 index 000000000..9e554128f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaCarpet { + public static void initStates() { + Block.MAGENTA_CARPET.addBlockAlternative(new BlockAlternative((short) 7872)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcrete.java new file mode 100644 index 000000000..fcebf97a2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaConcrete { + public static void initStates() { + Block.MAGENTA_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9444)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcretePowder.java new file mode 100644 index 000000000..969421903 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaConcretePowder { + public static void initStates() { + Block.MAGENTA_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9460)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java index 883bf77d1..dc64d6ee3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9386, "facing=north")); Block.MAGENTA_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9387, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java index 9f24d2b64..273740537 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9294, "facing=north")); Block.MAGENTA_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9295, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlass.java new file mode 100644 index 000000000..b9dec7503 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaStainedGlass { + public static void initStates() { + Block.MAGENTA_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4097)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java index 5937f00bd..84dec6f39 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6931, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6932, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6933, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6934, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6935, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6936, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6937, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6938, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6939, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6940, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6941, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6942, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6943, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6944, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6945, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6946, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6947, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6948, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6949, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6950, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6951, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6952, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6953, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6954, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6955, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6956, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6957, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6958, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6959, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6960, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6961, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6962, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6931, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6932, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6933, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6934, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6935, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6936, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6937, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6938, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6939, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6940, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6941, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6942, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6943, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6944, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6945, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6946, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6947, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6948, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6949, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6950, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6951, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6952, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6953, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6954, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6955, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6956, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6957, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6958, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6959, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6960, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6961, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.MAGENTA_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6962, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaTerracotta.java new file mode 100644 index 000000000..d10e514e7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaTerracotta { + public static void initStates() { + Block.MAGENTA_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6853)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java index 591283cd7..423636b13 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MagentaWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8165, "facing=north")); Block.MAGENTA_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8166, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWool.java new file mode 100644 index 000000000..9a0ad467c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagentaWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagentaWool { + public static void initStates() { + Block.MAGENTA_WOOL.addBlockAlternative(new BlockAlternative((short) 1386)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MagmaBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MagmaBlock.java new file mode 100644 index 000000000..addd7df0c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MagmaBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MagmaBlock { + public static void initStates() { + Block.MAGMA_BLOCK.addBlockAlternative(new BlockAlternative((short) 9257)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Melon.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Melon.java new file mode 100644 index 000000000..b14f9d10e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Melon.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Melon { + public static void initStates() { + Block.MELON.addBlockAlternative(new BlockAlternative((short) 4767)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java index e4690f1db..39e8846fd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MelonStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MelonStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4784, "age=0")); Block.MELON_STEM.addBlockAlternative(new BlockAlternative((short) 4785, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestone.java new file mode 100644 index 000000000..0b4f19f4c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MossyCobblestone { + public static void initStates() { + Block.MOSSY_COBBLESTONE.addBlockAlternative(new BlockAlternative((short) 1433)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java index 14988ae96..f88b24a34 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyCobblestoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10817, "type=top", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10818, "type=top", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10819, "type=bottom", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10820, "type=bottom", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10821, "type=double", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10822, "type=double", "waterlogged=false")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10817, "type=top","waterlogged=true")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10818, "type=top","waterlogged=false")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10819, "type=bottom","waterlogged=true")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10820, "type=bottom","waterlogged=false")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10821, "type=double","waterlogged=true")); + Block.MOSSY_COBBLESTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10822, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java index 4a6434a30..b143f37fe 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyCobblestoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9993, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9994, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9995, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9996, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9997, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9998, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9999, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10000, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10001, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10002, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10003, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10004, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10005, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10006, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10007, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10008, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10009, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10010, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10011, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10012, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10013, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10014, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10015, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10016, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10017, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10018, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10019, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10020, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10021, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10022, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10023, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10024, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10025, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10026, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10027, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10028, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10029, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10030, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10031, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10032, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10033, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10034, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10035, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10036, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10037, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10038, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10039, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10040, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10041, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10042, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10043, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10044, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10045, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10046, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10047, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10048, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10049, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10050, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10051, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10052, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10053, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10054, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10055, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10056, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10057, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10058, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10059, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10060, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10061, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10062, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10063, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10064, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10065, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10066, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10067, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10068, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10069, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10070, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10071, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10072, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9993, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9994, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9995, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9996, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9997, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9998, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9999, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10000, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10001, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10002, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10003, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10004, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10005, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10006, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10007, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10008, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10009, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10010, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10011, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10012, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10013, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10014, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10015, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10016, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10017, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10018, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10019, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10020, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10021, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10022, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10023, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10024, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10025, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10026, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10027, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10028, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10029, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10030, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10031, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10032, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10033, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10034, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10035, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10036, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10037, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10038, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10039, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10040, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10041, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10042, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10043, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10044, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10045, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10046, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10047, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10048, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10049, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10050, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10051, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10052, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10053, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10054, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10055, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10056, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10057, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10058, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10059, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10060, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10061, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10062, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10063, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10064, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10065, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10066, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10067, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10068, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10069, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10070, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10071, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_COBBLESTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10072, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java index 824cae128..4fae76121 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyCobblestoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyCobblestoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5985, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5986, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5987, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5988, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5989, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5990, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5991, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5992, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5993, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5994, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5995, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5996, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5997, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5998, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5999, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6000, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6001, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6002, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6003, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6004, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6005, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6006, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6007, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6008, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6009, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6010, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6011, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6012, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6013, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6014, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6015, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6016, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6017, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6018, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6019, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6020, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6021, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6022, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6023, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6024, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6025, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6026, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6027, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6028, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6029, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6030, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6031, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6032, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6033, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6034, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6035, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6036, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6037, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6038, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6039, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6040, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6041, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6042, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6043, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6044, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6045, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6046, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6047, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6048, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6049, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6050, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6051, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6052, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6053, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6054, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6055, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6056, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6057, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6058, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6059, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6060, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6061, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6062, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6063, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6064, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6065, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6066, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6067, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6068, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6069, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6070, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6071, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6072, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6073, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6074, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6075, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6076, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6077, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6078, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6079, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6080, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6081, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6082, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6083, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6084, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6085, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6086, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6087, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6088, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6089, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6090, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6091, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6092, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6093, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6094, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6095, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6096, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6097, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6098, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6099, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6100, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6101, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6102, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6103, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6104, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6105, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6106, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6107, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6108, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6109, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6110, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6111, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6112, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6113, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6114, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6115, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6116, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6117, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6118, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6119, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6120, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6121, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6122, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6123, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6124, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6125, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6126, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6127, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6128, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6129, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6130, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6131, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6132, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6133, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6134, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6135, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6136, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6137, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6138, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6139, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6140, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6141, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6142, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6143, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6144, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6145, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6146, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6147, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6148, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6149, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6150, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6151, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6152, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6153, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6154, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6155, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6156, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6157, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6158, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6159, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6160, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6161, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6162, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6163, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6164, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6165, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6166, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6167, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6168, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6169, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6170, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6171, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6172, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6173, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6174, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6175, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6176, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6177, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6178, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6179, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6180, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6181, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6182, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6183, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6184, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6185, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6186, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6187, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6188, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6189, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6190, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6191, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6192, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6193, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6194, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6195, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6196, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6197, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6198, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6199, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6200, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6201, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6202, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6203, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6204, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6205, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6206, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6207, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6208, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6209, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6210, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6211, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6212, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6213, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6214, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6215, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6216, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6217, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6218, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6219, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6220, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6221, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6222, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6223, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6224, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6225, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6226, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6227, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6228, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6229, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6230, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6231, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6232, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6233, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6234, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6235, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6236, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6237, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6238, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6239, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6240, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6241, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6242, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6243, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6244, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6245, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6246, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6247, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6248, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6249, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6250, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6251, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6252, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6253, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6254, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6255, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6256, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6257, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6258, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6259, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6260, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6261, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6262, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6263, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6264, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6265, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6266, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6267, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6268, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6269, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6270, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6271, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6272, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6273, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6274, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6275, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6276, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6277, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6278, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6279, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6280, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6281, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6282, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6283, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6284, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6285, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6286, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6287, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6288, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6289, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6290, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6291, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6292, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6293, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6294, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6295, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6296, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6297, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6298, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6299, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6300, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6301, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6302, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6303, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6304, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6305, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6306, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6307, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6308, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5985, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5986, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5987, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5988, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5989, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5990, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5991, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5992, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5993, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5994, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5995, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5996, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5997, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5998, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 5999, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6000, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6001, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6002, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6003, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6004, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6005, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6006, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6007, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6008, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6009, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6010, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6011, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6012, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6013, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6014, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6015, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6016, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6017, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6018, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6019, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6020, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6021, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6022, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6023, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6024, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6025, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6026, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6027, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6028, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6029, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6030, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6031, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6032, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6033, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6034, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6035, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6036, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6037, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6038, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6039, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6040, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6041, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6042, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6043, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6044, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6045, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6046, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6047, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6048, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6049, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6050, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6051, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6052, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6053, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6054, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6055, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6056, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6057, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6058, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6059, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6060, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6061, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6062, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6063, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6064, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6065, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6066, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6067, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6068, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6069, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6070, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6071, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6072, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6073, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6074, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6075, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6076, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6077, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6078, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6079, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6080, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6081, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6082, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6083, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6084, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6085, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6086, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6087, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6088, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6089, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6090, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6091, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6092, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6093, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6094, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6095, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6096, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6097, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6098, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6099, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6100, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6101, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6102, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6103, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6104, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6105, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6106, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6107, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6108, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6109, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6110, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6111, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6112, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6113, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6114, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6115, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6116, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6117, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6118, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6119, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6120, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6121, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6122, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6123, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6124, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6125, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6126, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6127, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6128, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6129, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6130, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6131, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6132, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6133, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6134, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6135, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6136, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6137, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6138, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6139, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6140, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6141, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6142, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6143, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6144, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6145, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6146, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6147, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6148, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6149, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6150, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6151, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6152, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6153, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6154, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6155, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6156, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6157, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6158, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6159, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6160, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6161, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6162, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6163, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6164, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6165, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6166, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6167, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6168, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6169, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6170, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6171, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6172, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6173, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6174, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6175, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6176, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6177, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6178, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6179, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6180, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6181, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6182, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6183, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6184, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6185, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6186, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6187, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6188, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6189, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6190, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6191, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6192, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6193, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6194, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6195, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6196, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6197, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6198, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6199, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6200, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6201, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6202, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6203, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6204, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6205, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6206, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6207, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6208, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6209, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6210, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6211, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6212, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6213, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6214, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6215, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6216, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6217, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6218, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6219, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6220, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6221, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6222, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6223, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6224, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6225, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6226, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6227, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6228, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6229, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6230, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6231, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6232, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6233, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6234, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6235, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6236, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6237, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6238, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6239, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6240, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6241, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6242, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6243, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6244, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6245, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6246, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6247, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6248, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6249, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6250, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6251, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6252, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6253, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6254, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6255, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6256, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6257, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6258, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6259, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6260, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6261, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6262, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6263, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6264, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6265, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6266, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6267, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6268, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6269, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6270, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6271, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6272, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6273, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6274, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6275, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6276, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6277, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6278, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6279, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6280, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6281, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6282, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6283, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6284, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6285, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6286, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6287, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6288, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6289, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6290, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6291, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6292, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6293, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6294, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6295, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6296, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6297, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6298, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6299, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6300, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6301, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6302, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6303, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6304, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6305, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6306, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6307, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_COBBLESTONE_WALL.addBlockAlternative(new BlockAlternative((short) 6308, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java index c873e04d8..f98efed43 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyStoneBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10805, "type=top", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10806, "type=top", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10807, "type=bottom", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10808, "type=bottom", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10809, "type=double", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10810, "type=double", "waterlogged=false")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10805, "type=top","waterlogged=true")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10806, "type=top","waterlogged=false")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10807, "type=bottom","waterlogged=true")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10808, "type=bottom","waterlogged=false")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10809, "type=double","waterlogged=true")); + Block.MOSSY_STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10810, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java index b82016ce0..6dd69873a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyStoneBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9833, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9834, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9835, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9836, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9837, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9838, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9839, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9840, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9841, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9842, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9843, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9844, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9845, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9846, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9847, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9848, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9849, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9850, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9851, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9852, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9853, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9854, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9855, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9856, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9857, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9858, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9859, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9860, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9861, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9862, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9863, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9864, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9865, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9866, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9867, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9868, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9869, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9870, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9871, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9872, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9873, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9874, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9875, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9876, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9877, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9878, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9879, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9880, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9881, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9882, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9883, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9884, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9885, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9886, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9887, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9888, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9889, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9890, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9891, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9892, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9893, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9894, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9895, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9896, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9897, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9898, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9899, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9900, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9901, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9902, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9903, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9904, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9905, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9906, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9907, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9908, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9909, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9910, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9911, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9912, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9833, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9834, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9835, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9836, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9837, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9838, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9839, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9840, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9841, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9842, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9843, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9844, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9845, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9846, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9847, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9848, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9849, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9850, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9851, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9852, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9853, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9854, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9855, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9856, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9857, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9858, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9859, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9860, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9861, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9862, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9863, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9864, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9865, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9866, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9867, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9868, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9869, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9870, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9871, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9872, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9873, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9874, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9875, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9876, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9877, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9878, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9879, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9880, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9881, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9882, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9883, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9884, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9885, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9886, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9887, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9888, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9889, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9890, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9891, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9892, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9893, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9894, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9895, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9896, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9897, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9898, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9899, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9900, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9901, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9902, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9903, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9904, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9905, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9906, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9907, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9908, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9909, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9910, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9911, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.MOSSY_STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 9912, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java index de1543f63..dd5c0c1dd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MossyStoneBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11843, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11844, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11845, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11846, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11847, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11848, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11849, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11850, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11851, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11852, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11853, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11854, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11855, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11856, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11857, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11858, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11859, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11860, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11861, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11862, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11863, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11864, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11865, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11866, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11867, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11868, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11869, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11870, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11871, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11872, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11873, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11874, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11875, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11876, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11877, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11878, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11879, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11880, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11881, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11882, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11883, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11884, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11885, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11886, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11887, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11888, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11889, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11890, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11891, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11892, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11893, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11894, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11895, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11896, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11897, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11898, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11899, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11900, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11901, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11902, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11903, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11904, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11905, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11906, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11907, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11908, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11909, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11910, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11911, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11912, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11913, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11914, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11915, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11916, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11917, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11918, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11919, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11920, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11921, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11922, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11923, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11924, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11925, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11926, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11927, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11928, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11929, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11930, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11931, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11932, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11933, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11934, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11935, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11936, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11937, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11938, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11939, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11940, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11941, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11942, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11943, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11944, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11945, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11946, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11947, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11948, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11949, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11950, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11951, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11952, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11953, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11954, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11955, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11956, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11957, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11958, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11959, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11960, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11961, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11962, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11963, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11964, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11965, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11966, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11967, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11968, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11969, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11970, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11971, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11972, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11973, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11974, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11975, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11976, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11977, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11978, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11979, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11980, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11981, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11982, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11983, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11984, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11985, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11986, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11987, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11988, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11989, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11990, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11991, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11992, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11993, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11994, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11995, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11996, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11997, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11998, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11999, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12000, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12001, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12002, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12003, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12004, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12005, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12006, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12007, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12008, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12009, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12010, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12011, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12012, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12013, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12014, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12015, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12016, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12017, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12018, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12019, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12020, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12021, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12022, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12023, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12024, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12025, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12026, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12027, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12028, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12029, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12030, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12031, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12032, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12033, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12034, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12035, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12036, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12037, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12038, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12039, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12040, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12041, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12042, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12043, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12044, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12045, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12046, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12047, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12048, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12049, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12050, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12051, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12052, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12053, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12054, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12055, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12056, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12057, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12058, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12059, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12060, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12061, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12062, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12063, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12064, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12065, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12066, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12067, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12068, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12069, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12070, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12071, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12072, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12073, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12074, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12075, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12076, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12077, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12078, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12079, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12080, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12081, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12082, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12083, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12084, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12085, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12086, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12087, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12088, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12089, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12090, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12091, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12092, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12093, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12094, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12095, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12096, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12097, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12098, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12099, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12100, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12101, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12102, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12103, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12104, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12105, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12106, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12107, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12108, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12109, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12110, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12111, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12112, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12113, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12114, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12115, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12116, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12117, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12118, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12119, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12120, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12121, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12122, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12123, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12124, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12125, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12126, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12127, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12128, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12129, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12130, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12131, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12132, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12133, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12134, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12135, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12136, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12137, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12138, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12139, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12140, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12141, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12142, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12143, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12144, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12145, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12146, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12147, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12148, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12149, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12150, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12151, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12152, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12153, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12154, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12155, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12156, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12157, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12158, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12159, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12160, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12161, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12162, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12163, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12164, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12165, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12166, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11843, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11844, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11845, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11846, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11847, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11848, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11849, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11850, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11851, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11852, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11853, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11854, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11855, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11856, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11857, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11858, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11859, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11860, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11861, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11862, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11863, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11864, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11865, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11866, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11867, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11868, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11869, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11870, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11871, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11872, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11873, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11874, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11875, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11876, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11877, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11878, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11879, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11880, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11881, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11882, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11883, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11884, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11885, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11886, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11887, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11888, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11889, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11890, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11891, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11892, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11893, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11894, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11895, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11896, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11897, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11898, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11899, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11900, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11901, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11902, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11903, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11904, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11905, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11906, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11907, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11908, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11909, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11910, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11911, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11912, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11913, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11914, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11915, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11916, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11917, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11918, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11919, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11920, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11921, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11922, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11923, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11924, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11925, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11926, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11927, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11928, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11929, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11930, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11931, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11932, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11933, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11934, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11935, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11936, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11937, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11938, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11939, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11940, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11941, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11942, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11943, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11944, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11945, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11946, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11947, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11948, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11949, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11950, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11951, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11952, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11953, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11954, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11955, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11956, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11957, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11958, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11959, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11960, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11961, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11962, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11963, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11964, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11965, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11966, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11967, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11968, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11969, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11970, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11971, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11972, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11973, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11974, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11975, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11976, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11977, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11978, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11979, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11980, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11981, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11982, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11983, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11984, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11985, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11986, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11987, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11988, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11989, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11990, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11991, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11992, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11993, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11994, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11995, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11996, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11997, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11998, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 11999, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12000, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12001, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12002, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12003, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12004, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12005, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12006, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12007, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12008, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12009, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12010, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12011, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12012, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12013, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12014, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12015, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12016, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12017, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12018, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12019, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12020, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12021, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12022, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12023, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12024, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12025, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12026, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12027, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12028, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12029, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12030, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12031, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12032, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12033, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12034, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12035, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12036, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12037, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12038, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12039, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12040, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12041, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12042, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12043, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12044, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12045, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12046, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12047, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12048, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12049, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12050, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12051, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12052, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12053, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12054, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12055, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12056, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12057, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12058, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12059, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12060, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12061, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12062, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12063, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12064, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12065, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12066, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12067, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12068, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12069, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12070, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12071, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12072, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12073, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12074, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12075, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12076, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12077, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12078, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12079, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12080, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12081, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12082, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12083, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12084, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12085, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12086, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12087, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12088, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12089, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12090, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12091, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12092, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12093, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12094, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12095, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12096, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12097, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12098, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12099, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12100, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12101, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12102, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12103, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12104, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12105, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12106, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12107, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12108, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12109, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12110, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12111, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12112, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12113, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12114, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12115, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12116, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12117, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12118, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12119, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12120, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12121, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12122, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12123, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12124, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12125, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12126, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12127, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12128, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12129, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12130, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12131, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12132, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12133, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12134, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12135, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12136, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12137, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12138, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12139, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12140, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12141, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12142, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12143, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12144, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12145, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12146, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12147, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12148, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12149, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12150, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12151, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12152, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12153, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12154, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12155, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12156, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12157, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12158, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12159, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12160, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12161, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12162, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12163, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12164, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12165, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.MOSSY_STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12166, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBricks.java new file mode 100644 index 000000000..9dafe0861 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MossyStoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class MossyStoneBricks { + public static void initStates() { + Block.MOSSY_STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4496)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java index d0413d21d..28d2a04f5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MovingPiston.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MovingPiston { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1400, "facing=north", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1401, "facing=north", "type=sticky")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1402, "facing=east", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1403, "facing=east", "type=sticky")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1404, "facing=south", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1405, "facing=south", "type=sticky")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1406, "facing=west", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1407, "facing=west", "type=sticky")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1408, "facing=up", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1409, "facing=up", "type=sticky")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1410, "facing=down", "type=normal")); - Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1411, "facing=down", "type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1400, "facing=north","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1401, "facing=north","type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1402, "facing=east","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1403, "facing=east","type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1404, "facing=south","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1405, "facing=south","type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1406, "facing=west","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1407, "facing=west","type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1408, "facing=up","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1409, "facing=up","type=sticky")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1410, "facing=down","type=normal")); + Block.MOVING_PISTON.addBlockAlternative(new BlockAlternative((short) 1411, "facing=down","type=sticky")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java index ea0be20c4..030d584c3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/MushroomStem.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class MushroomStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4633, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4634, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4635, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4636, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4637, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4638, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4639, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4640, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4641, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4642, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4643, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4644, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4645, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4646, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4647, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4648, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4649, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4650, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4651, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4652, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4653, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4654, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4655, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4656, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4657, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4658, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4659, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4660, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4661, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4662, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4663, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4664, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4665, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4666, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4667, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4668, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4669, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4670, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4671, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4672, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4673, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4674, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4675, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4676, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4677, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4678, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4679, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4680, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4681, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4682, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4683, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4684, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4685, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4686, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4687, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4688, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4689, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4690, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4691, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4692, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4693, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4694, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4695, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4696, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4633, "down=true","east=true","north=true","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4634, "down=true","east=true","north=true","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4635, "down=true","east=true","north=true","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4636, "down=true","east=true","north=true","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4637, "down=true","east=true","north=true","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4638, "down=true","east=true","north=true","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4639, "down=true","east=true","north=true","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4640, "down=true","east=true","north=true","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4641, "down=true","east=true","north=false","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4642, "down=true","east=true","north=false","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4643, "down=true","east=true","north=false","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4644, "down=true","east=true","north=false","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4645, "down=true","east=true","north=false","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4646, "down=true","east=true","north=false","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4647, "down=true","east=true","north=false","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4648, "down=true","east=true","north=false","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4649, "down=true","east=false","north=true","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4650, "down=true","east=false","north=true","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4651, "down=true","east=false","north=true","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4652, "down=true","east=false","north=true","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4653, "down=true","east=false","north=true","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4654, "down=true","east=false","north=true","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4655, "down=true","east=false","north=true","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4656, "down=true","east=false","north=true","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4657, "down=true","east=false","north=false","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4658, "down=true","east=false","north=false","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4659, "down=true","east=false","north=false","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4660, "down=true","east=false","north=false","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4661, "down=true","east=false","north=false","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4662, "down=true","east=false","north=false","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4663, "down=true","east=false","north=false","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4664, "down=true","east=false","north=false","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4665, "down=false","east=true","north=true","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4666, "down=false","east=true","north=true","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4667, "down=false","east=true","north=true","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4668, "down=false","east=true","north=true","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4669, "down=false","east=true","north=true","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4670, "down=false","east=true","north=true","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4671, "down=false","east=true","north=true","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4672, "down=false","east=true","north=true","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4673, "down=false","east=true","north=false","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4674, "down=false","east=true","north=false","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4675, "down=false","east=true","north=false","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4676, "down=false","east=true","north=false","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4677, "down=false","east=true","north=false","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4678, "down=false","east=true","north=false","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4679, "down=false","east=true","north=false","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4680, "down=false","east=true","north=false","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4681, "down=false","east=false","north=true","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4682, "down=false","east=false","north=true","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4683, "down=false","east=false","north=true","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4684, "down=false","east=false","north=true","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4685, "down=false","east=false","north=true","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4686, "down=false","east=false","north=true","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4687, "down=false","east=false","north=true","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4688, "down=false","east=false","north=true","south=false","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4689, "down=false","east=false","north=false","south=true","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4690, "down=false","east=false","north=false","south=true","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4691, "down=false","east=false","north=false","south=true","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4692, "down=false","east=false","north=false","south=true","up=false","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4693, "down=false","east=false","north=false","south=false","up=true","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4694, "down=false","east=false","north=false","south=false","up=true","west=false")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4695, "down=false","east=false","north=false","south=false","up=false","west=true")); + Block.MUSHROOM_STEM.addBlockAlternative(new BlockAlternative((short) 4696, "down=false","east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java index 690e3119c..d64285586 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Mycelium.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Mycelium { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5016, "snowy=true")); Block.MYCELIUM.addBlockAlternative(new BlockAlternative((short) 5017, "snowy=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java index 3dc9080cc..165e2ac6c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherBrickFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5020, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5021, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5022, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5023, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5024, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5025, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5026, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5027, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5028, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5029, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5030, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5031, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5032, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5033, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5034, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5035, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5036, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5037, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5038, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5039, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5040, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5041, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5042, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5043, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5044, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5045, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5046, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5047, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5048, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5049, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5050, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5051, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5020, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5021, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5022, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5023, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5024, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5025, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5026, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5027, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5028, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5029, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5030, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5031, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5032, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5033, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5034, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5035, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5036, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5037, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5038, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5039, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5040, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5041, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5042, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5043, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5044, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5045, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5046, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5047, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5048, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5049, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5050, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.NETHER_BRICK_FENCE.addBlockAlternative(new BlockAlternative((short) 5051, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java index c263ffdaa..ae1244e32 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8388, "type=top", "waterlogged=true")); - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8389, "type=top", "waterlogged=false")); - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8390, "type=bottom", "waterlogged=true")); - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8391, "type=bottom", "waterlogged=false")); - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8392, "type=double", "waterlogged=true")); - Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8393, "type=double", "waterlogged=false")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8388, "type=top","waterlogged=true")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8389, "type=top","waterlogged=false")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8390, "type=bottom","waterlogged=true")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8391, "type=bottom","waterlogged=false")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8392, "type=double","waterlogged=true")); + Block.NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8393, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java index 4e816d745..aa24bc0e2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5052, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5053, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5054, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5055, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5056, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5057, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5058, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5059, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5060, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5061, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5062, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5063, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5064, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5065, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5066, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5067, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5068, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5069, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5070, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5071, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5072, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5073, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5074, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5075, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5076, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5077, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5078, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5079, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5080, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5081, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5082, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5083, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5084, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5085, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5086, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5087, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5088, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5089, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5090, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5091, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5092, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5093, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5094, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5095, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5096, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5097, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5098, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5099, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5100, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5101, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5102, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5103, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5104, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5105, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5106, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5107, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5108, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5109, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5110, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5111, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5112, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5113, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5114, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5115, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5116, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5117, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5118, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5119, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5120, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5121, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5122, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5123, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5124, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5125, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5126, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5127, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5128, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5129, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5130, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5131, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5052, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5053, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5054, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5055, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5056, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5057, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5058, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5059, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5060, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5061, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5062, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5063, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5064, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5065, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5066, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5067, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5068, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5069, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5070, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5071, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5072, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5073, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5074, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5075, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5076, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5077, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5078, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5079, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5080, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5081, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5082, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5083, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5084, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5085, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5086, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5087, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5088, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5089, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5090, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5091, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5092, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5093, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5094, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5095, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5096, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5097, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5098, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5099, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5100, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5101, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5102, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5103, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5104, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5105, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5106, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5107, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5108, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5109, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5110, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5111, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5112, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5113, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5114, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5115, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5116, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5117, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5118, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5119, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5120, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5121, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5122, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5123, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5124, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5125, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5126, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5127, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5128, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5129, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5130, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5131, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java index 70f052be4..313e92f9d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12815, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12816, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12817, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12818, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12819, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12820, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12821, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12822, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12823, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12824, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12825, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12826, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12827, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12828, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12829, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12830, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12831, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12832, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12833, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12834, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12835, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12836, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12837, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12838, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12839, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12840, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12841, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12842, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12843, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12844, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12845, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12846, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12847, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12848, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12849, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12850, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12851, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12852, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12853, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12854, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12855, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12856, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12857, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12858, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12859, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12860, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12861, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12862, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12863, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12864, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12865, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12866, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12867, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12868, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12869, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12870, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12871, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12872, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12873, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12874, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12875, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12876, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12877, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12878, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12879, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12880, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12881, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12882, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12883, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12884, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12885, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12886, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12887, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12888, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12889, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12890, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12891, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12892, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12893, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12894, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12895, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12896, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12897, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12898, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12899, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12900, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12901, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12902, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12903, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12904, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12905, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12906, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12907, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12908, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12909, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12910, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12911, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12912, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12913, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12914, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12915, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12916, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12917, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12918, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12919, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12920, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12921, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12922, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12923, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12924, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12925, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12926, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12927, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12928, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12929, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12930, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12931, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12932, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12933, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12934, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12935, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12936, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12937, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12938, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12939, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12940, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12941, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12942, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12943, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12944, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12945, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12946, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12947, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12948, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12949, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12950, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12951, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12952, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12953, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12954, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12955, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12956, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12957, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12958, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12959, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12960, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12961, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12962, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12963, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12964, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12965, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12966, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12967, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12968, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12969, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12970, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12971, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12972, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12973, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12974, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12975, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12976, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12977, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12978, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12979, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12980, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12981, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12982, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12983, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12984, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12985, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12986, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12987, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12988, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12989, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12990, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12991, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12992, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12993, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12994, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12995, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12996, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12997, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12998, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12999, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13000, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13001, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13002, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13003, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13004, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13005, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13006, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13007, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13008, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13009, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13010, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13011, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13012, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13013, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13014, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13015, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13016, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13017, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13018, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13019, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13020, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13021, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13022, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13023, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13024, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13025, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13026, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13027, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13028, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13029, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13030, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13031, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13032, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13033, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13034, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13035, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13036, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13037, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13038, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13039, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13040, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13041, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13042, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13043, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13044, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13045, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13046, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13047, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13048, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13049, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13050, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13051, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13052, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13053, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13054, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13055, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13056, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13057, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13058, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13059, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13060, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13061, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13062, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13063, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13064, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13065, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13066, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13067, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13068, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13069, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13070, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13071, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13072, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13073, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13074, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13075, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13076, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13077, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13078, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13079, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13080, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13081, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13082, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13083, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13084, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13085, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13086, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13087, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13088, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13089, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13090, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13091, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13092, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13093, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13094, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13095, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13096, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13097, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13098, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13099, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13100, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13101, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13102, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13103, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13104, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13105, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13106, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13107, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13108, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13109, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13110, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13111, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13112, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13113, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13114, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13115, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13116, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13117, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13118, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13119, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13120, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13121, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13122, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13123, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13124, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13125, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13126, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13127, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13128, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13129, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13130, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13131, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13132, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13133, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13134, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13135, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13136, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13137, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13138, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12815, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12816, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12817, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12818, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12819, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12820, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12821, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12822, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12823, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12824, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12825, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12826, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12827, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12828, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12829, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12830, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12831, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12832, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12833, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12834, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12835, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12836, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12837, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12838, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12839, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12840, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12841, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12842, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12843, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12844, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12845, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12846, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12847, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12848, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12849, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12850, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12851, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12852, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12853, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12854, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12855, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12856, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12857, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12858, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12859, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12860, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12861, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12862, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12863, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12864, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12865, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12866, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12867, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12868, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12869, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12870, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12871, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12872, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12873, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12874, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12875, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12876, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12877, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12878, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12879, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12880, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12881, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12882, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12883, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12884, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12885, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12886, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12887, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12888, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12889, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12890, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12891, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12892, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12893, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12894, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12895, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12896, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12897, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12898, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12899, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12900, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12901, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12902, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12903, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12904, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12905, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12906, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12907, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12908, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12909, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12910, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12911, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12912, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12913, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12914, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12915, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12916, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12917, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12918, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12919, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12920, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12921, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12922, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12923, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12924, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12925, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12926, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12927, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12928, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12929, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12930, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12931, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12932, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12933, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12934, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12935, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12936, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12937, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12938, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12939, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12940, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12941, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12942, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12943, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12944, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12945, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12946, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12947, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12948, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12949, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12950, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12951, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12952, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12953, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12954, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12955, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12956, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12957, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12958, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12959, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12960, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12961, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12962, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12963, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12964, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12965, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12966, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12967, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12968, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12969, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12970, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12971, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12972, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12973, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12974, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12975, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12976, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12977, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12978, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12979, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12980, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12981, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12982, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12983, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12984, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12985, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12986, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12987, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12988, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12989, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12990, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12991, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12992, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12993, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12994, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12995, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12996, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12997, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12998, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12999, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13000, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13001, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13002, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13003, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13004, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13005, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13006, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13007, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13008, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13009, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13010, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13011, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13012, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13013, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13014, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13015, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13016, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13017, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13018, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13019, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13020, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13021, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13022, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13023, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13024, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13025, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13026, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13027, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13028, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13029, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13030, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13031, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13032, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13033, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13034, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13035, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13036, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13037, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13038, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13039, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13040, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13041, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13042, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13043, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13044, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13045, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13046, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13047, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13048, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13049, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13050, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13051, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13052, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13053, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13054, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13055, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13056, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13057, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13058, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13059, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13060, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13061, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13062, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13063, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13064, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13065, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13066, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13067, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13068, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13069, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13070, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13071, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13072, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13073, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13074, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13075, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13076, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13077, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13078, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13079, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13080, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13081, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13082, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13083, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13084, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13085, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13086, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13087, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13088, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13089, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13090, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13091, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13092, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13093, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13094, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13095, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13096, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13097, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13098, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13099, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13100, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13101, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13102, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13103, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13104, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13105, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13106, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13107, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13108, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13109, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13110, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13111, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13112, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13113, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13114, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13115, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13116, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13117, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13118, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13119, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13120, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13121, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13122, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13123, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13124, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13125, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13126, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13127, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13128, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13129, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13130, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13131, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13132, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13133, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13134, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13135, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13136, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13137, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13138, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBricks.java new file mode 100644 index 000000000..20233986a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetherBricks { + public static void initStates() { + Block.NETHER_BRICKS.addBlockAlternative(new BlockAlternative((short) 5019)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherGoldOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherGoldOre.java new file mode 100644 index 000000000..543425830 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherGoldOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetherGoldOre { + public static void initStates() { + Block.NETHER_GOLD_ORE.addBlockAlternative(new BlockAlternative((short) 72)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java index 56615c1bf..3ef104d27 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherPortal.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherPortal { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4014, "axis=x")); Block.NETHER_PORTAL.addBlockAlternative(new BlockAlternative((short) 4015, "axis=z")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherQuartzOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherQuartzOre.java new file mode 100644 index 000000000..c887685be --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherQuartzOre.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetherQuartzOre { + public static void initStates() { + Block.NETHER_QUARTZ_ORE.addBlockAlternative(new BlockAlternative((short) 6731)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherSprouts.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherSprouts.java new file mode 100644 index 000000000..30595d667 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherSprouts.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetherSprouts { + public static void initStates() { + Block.NETHER_SPROUTS.addBlockAlternative(new BlockAlternative((short) 14982)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java index e0c8cc927..3cf4f87a2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWart.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NetherWart { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5132, "age=0")); Block.NETHER_WART.addBlockAlternative(new BlockAlternative((short) 5133, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWartBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWartBlock.java new file mode 100644 index 000000000..fa9988c22 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetherWartBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetherWartBlock { + public static void initStates() { + Block.NETHER_WART_BLOCK.addBlockAlternative(new BlockAlternative((short) 9258)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NetheriteBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NetheriteBlock.java new file mode 100644 index 000000000..a6bab3ae9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NetheriteBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class NetheriteBlock { + public static void initStates() { + Block.NETHERITE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15834)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Netherrack.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Netherrack.java new file mode 100644 index 000000000..7ec31ed19 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Netherrack.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Netherrack { + public static void initStates() { + Block.NETHERRACK.addBlockAlternative(new BlockAlternative((short) 3999)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java index 7150ff45d..a599a3fb3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/NoteBlock.java @@ -1,823 +1,817 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class NoteBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 249, "instrument=harp", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 250, "instrument=harp", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 251, "instrument=harp", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 252, "instrument=harp", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 253, "instrument=harp", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 254, "instrument=harp", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 255, "instrument=harp", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 256, "instrument=harp", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 257, "instrument=harp", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 258, "instrument=harp", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 259, "instrument=harp", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 260, "instrument=harp", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 261, "instrument=harp", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 262, "instrument=harp", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 263, "instrument=harp", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 264, "instrument=harp", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 265, "instrument=harp", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 266, "instrument=harp", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 267, "instrument=harp", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 268, "instrument=harp", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 269, "instrument=harp", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 270, "instrument=harp", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 271, "instrument=harp", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 272, "instrument=harp", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 273, "instrument=harp", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 274, "instrument=harp", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 275, "instrument=harp", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 276, "instrument=harp", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 277, "instrument=harp", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 278, "instrument=harp", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 279, "instrument=harp", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 280, "instrument=harp", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 281, "instrument=harp", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 282, "instrument=harp", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 283, "instrument=harp", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 284, "instrument=harp", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 285, "instrument=harp", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 286, "instrument=harp", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 287, "instrument=harp", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 288, "instrument=harp", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 289, "instrument=harp", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 290, "instrument=harp", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 291, "instrument=harp", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 292, "instrument=harp", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 293, "instrument=harp", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 294, "instrument=harp", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 295, "instrument=harp", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 296, "instrument=harp", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 297, "instrument=harp", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 298, "instrument=harp", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 299, "instrument=basedrum", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 300, "instrument=basedrum", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 301, "instrument=basedrum", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 302, "instrument=basedrum", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 303, "instrument=basedrum", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 304, "instrument=basedrum", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 305, "instrument=basedrum", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 306, "instrument=basedrum", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 307, "instrument=basedrum", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 308, "instrument=basedrum", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 309, "instrument=basedrum", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 310, "instrument=basedrum", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 311, "instrument=basedrum", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 312, "instrument=basedrum", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 313, "instrument=basedrum", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 314, "instrument=basedrum", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 315, "instrument=basedrum", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 316, "instrument=basedrum", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 317, "instrument=basedrum", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 318, "instrument=basedrum", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 319, "instrument=basedrum", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 320, "instrument=basedrum", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 321, "instrument=basedrum", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 322, "instrument=basedrum", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 323, "instrument=basedrum", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 324, "instrument=basedrum", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 325, "instrument=basedrum", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 326, "instrument=basedrum", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 327, "instrument=basedrum", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 328, "instrument=basedrum", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 329, "instrument=basedrum", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 330, "instrument=basedrum", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 331, "instrument=basedrum", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 332, "instrument=basedrum", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 333, "instrument=basedrum", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 334, "instrument=basedrum", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 335, "instrument=basedrum", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 336, "instrument=basedrum", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 337, "instrument=basedrum", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 338, "instrument=basedrum", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 339, "instrument=basedrum", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 340, "instrument=basedrum", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 341, "instrument=basedrum", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 342, "instrument=basedrum", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 343, "instrument=basedrum", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 344, "instrument=basedrum", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 345, "instrument=basedrum", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 346, "instrument=basedrum", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 347, "instrument=basedrum", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 348, "instrument=basedrum", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 349, "instrument=snare", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 350, "instrument=snare", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 351, "instrument=snare", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 352, "instrument=snare", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 353, "instrument=snare", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 354, "instrument=snare", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 355, "instrument=snare", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 356, "instrument=snare", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 357, "instrument=snare", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 358, "instrument=snare", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 359, "instrument=snare", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 360, "instrument=snare", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 361, "instrument=snare", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 362, "instrument=snare", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 363, "instrument=snare", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 364, "instrument=snare", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 365, "instrument=snare", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 366, "instrument=snare", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 367, "instrument=snare", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 368, "instrument=snare", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 369, "instrument=snare", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 370, "instrument=snare", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 371, "instrument=snare", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 372, "instrument=snare", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 373, "instrument=snare", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 374, "instrument=snare", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 375, "instrument=snare", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 376, "instrument=snare", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 377, "instrument=snare", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 378, "instrument=snare", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 379, "instrument=snare", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 380, "instrument=snare", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 381, "instrument=snare", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 382, "instrument=snare", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 383, "instrument=snare", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 384, "instrument=snare", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 385, "instrument=snare", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 386, "instrument=snare", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 387, "instrument=snare", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 388, "instrument=snare", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 389, "instrument=snare", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 390, "instrument=snare", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 391, "instrument=snare", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 392, "instrument=snare", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 393, "instrument=snare", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 394, "instrument=snare", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 395, "instrument=snare", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 396, "instrument=snare", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 397, "instrument=snare", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 398, "instrument=snare", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 399, "instrument=hat", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 400, "instrument=hat", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 401, "instrument=hat", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 402, "instrument=hat", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 403, "instrument=hat", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 404, "instrument=hat", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 405, "instrument=hat", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 406, "instrument=hat", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 407, "instrument=hat", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 408, "instrument=hat", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 409, "instrument=hat", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 410, "instrument=hat", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 411, "instrument=hat", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 412, "instrument=hat", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 413, "instrument=hat", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 414, "instrument=hat", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 415, "instrument=hat", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 416, "instrument=hat", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 417, "instrument=hat", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 418, "instrument=hat", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 419, "instrument=hat", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 420, "instrument=hat", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 421, "instrument=hat", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 422, "instrument=hat", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 423, "instrument=hat", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 424, "instrument=hat", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 425, "instrument=hat", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 426, "instrument=hat", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 427, "instrument=hat", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 428, "instrument=hat", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 429, "instrument=hat", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 430, "instrument=hat", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 431, "instrument=hat", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 432, "instrument=hat", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 433, "instrument=hat", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 434, "instrument=hat", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 435, "instrument=hat", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 436, "instrument=hat", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 437, "instrument=hat", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 438, "instrument=hat", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 439, "instrument=hat", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 440, "instrument=hat", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 441, "instrument=hat", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 442, "instrument=hat", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 443, "instrument=hat", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 444, "instrument=hat", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 445, "instrument=hat", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 446, "instrument=hat", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 447, "instrument=hat", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 448, "instrument=hat", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 449, "instrument=bass", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 450, "instrument=bass", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 451, "instrument=bass", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 452, "instrument=bass", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 453, "instrument=bass", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 454, "instrument=bass", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 455, "instrument=bass", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 456, "instrument=bass", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 457, "instrument=bass", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 458, "instrument=bass", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 459, "instrument=bass", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 460, "instrument=bass", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 461, "instrument=bass", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 462, "instrument=bass", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 463, "instrument=bass", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 464, "instrument=bass", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 465, "instrument=bass", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 466, "instrument=bass", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 467, "instrument=bass", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 468, "instrument=bass", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 469, "instrument=bass", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 470, "instrument=bass", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 471, "instrument=bass", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 472, "instrument=bass", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 473, "instrument=bass", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 474, "instrument=bass", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 475, "instrument=bass", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 476, "instrument=bass", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 477, "instrument=bass", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 478, "instrument=bass", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 479, "instrument=bass", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 480, "instrument=bass", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 481, "instrument=bass", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 482, "instrument=bass", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 483, "instrument=bass", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 484, "instrument=bass", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 485, "instrument=bass", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 486, "instrument=bass", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 487, "instrument=bass", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 488, "instrument=bass", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 489, "instrument=bass", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 490, "instrument=bass", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 491, "instrument=bass", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 492, "instrument=bass", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 493, "instrument=bass", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 494, "instrument=bass", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 495, "instrument=bass", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 496, "instrument=bass", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 497, "instrument=bass", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 498, "instrument=bass", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 499, "instrument=flute", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 500, "instrument=flute", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 501, "instrument=flute", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 502, "instrument=flute", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 503, "instrument=flute", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 504, "instrument=flute", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 505, "instrument=flute", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 506, "instrument=flute", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 507, "instrument=flute", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 508, "instrument=flute", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 509, "instrument=flute", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 510, "instrument=flute", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 511, "instrument=flute", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 512, "instrument=flute", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 513, "instrument=flute", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 514, "instrument=flute", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 515, "instrument=flute", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 516, "instrument=flute", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 517, "instrument=flute", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 518, "instrument=flute", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 519, "instrument=flute", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 520, "instrument=flute", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 521, "instrument=flute", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 522, "instrument=flute", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 523, "instrument=flute", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 524, "instrument=flute", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 525, "instrument=flute", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 526, "instrument=flute", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 527, "instrument=flute", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 528, "instrument=flute", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 529, "instrument=flute", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 530, "instrument=flute", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 531, "instrument=flute", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 532, "instrument=flute", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 533, "instrument=flute", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 534, "instrument=flute", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 535, "instrument=flute", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 536, "instrument=flute", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 537, "instrument=flute", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 538, "instrument=flute", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 539, "instrument=flute", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 540, "instrument=flute", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 541, "instrument=flute", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 542, "instrument=flute", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 543, "instrument=flute", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 544, "instrument=flute", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 545, "instrument=flute", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 546, "instrument=flute", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 547, "instrument=flute", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 548, "instrument=flute", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 549, "instrument=bell", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 550, "instrument=bell", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 551, "instrument=bell", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 552, "instrument=bell", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 553, "instrument=bell", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 554, "instrument=bell", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 555, "instrument=bell", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 556, "instrument=bell", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 557, "instrument=bell", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 558, "instrument=bell", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 559, "instrument=bell", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 560, "instrument=bell", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 561, "instrument=bell", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 562, "instrument=bell", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 563, "instrument=bell", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 564, "instrument=bell", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 565, "instrument=bell", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 566, "instrument=bell", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 567, "instrument=bell", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 568, "instrument=bell", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 569, "instrument=bell", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 570, "instrument=bell", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 571, "instrument=bell", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 572, "instrument=bell", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 573, "instrument=bell", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 574, "instrument=bell", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 575, "instrument=bell", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 576, "instrument=bell", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 577, "instrument=bell", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 578, "instrument=bell", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 579, "instrument=bell", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 580, "instrument=bell", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 581, "instrument=bell", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 582, "instrument=bell", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 583, "instrument=bell", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 584, "instrument=bell", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 585, "instrument=bell", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 586, "instrument=bell", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 587, "instrument=bell", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 588, "instrument=bell", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 589, "instrument=bell", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 590, "instrument=bell", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 591, "instrument=bell", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 592, "instrument=bell", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 593, "instrument=bell", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 594, "instrument=bell", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 595, "instrument=bell", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 596, "instrument=bell", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 597, "instrument=bell", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 598, "instrument=bell", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 599, "instrument=guitar", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 600, "instrument=guitar", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 601, "instrument=guitar", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 602, "instrument=guitar", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 603, "instrument=guitar", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 604, "instrument=guitar", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 605, "instrument=guitar", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 606, "instrument=guitar", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 607, "instrument=guitar", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 608, "instrument=guitar", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 609, "instrument=guitar", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 610, "instrument=guitar", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 611, "instrument=guitar", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 612, "instrument=guitar", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 613, "instrument=guitar", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 614, "instrument=guitar", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 615, "instrument=guitar", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 616, "instrument=guitar", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 617, "instrument=guitar", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 618, "instrument=guitar", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 619, "instrument=guitar", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 620, "instrument=guitar", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 621, "instrument=guitar", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 622, "instrument=guitar", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 623, "instrument=guitar", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 624, "instrument=guitar", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 625, "instrument=guitar", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 626, "instrument=guitar", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 627, "instrument=guitar", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 628, "instrument=guitar", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 629, "instrument=guitar", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 630, "instrument=guitar", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 631, "instrument=guitar", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 632, "instrument=guitar", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 633, "instrument=guitar", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 634, "instrument=guitar", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 635, "instrument=guitar", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 636, "instrument=guitar", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 637, "instrument=guitar", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 638, "instrument=guitar", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 639, "instrument=guitar", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 640, "instrument=guitar", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 641, "instrument=guitar", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 642, "instrument=guitar", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 643, "instrument=guitar", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 644, "instrument=guitar", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 645, "instrument=guitar", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 646, "instrument=guitar", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 647, "instrument=guitar", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 648, "instrument=guitar", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 649, "instrument=chime", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 650, "instrument=chime", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 651, "instrument=chime", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 652, "instrument=chime", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 653, "instrument=chime", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 654, "instrument=chime", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 655, "instrument=chime", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 656, "instrument=chime", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 657, "instrument=chime", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 658, "instrument=chime", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 659, "instrument=chime", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 660, "instrument=chime", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 661, "instrument=chime", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 662, "instrument=chime", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 663, "instrument=chime", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 664, "instrument=chime", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 665, "instrument=chime", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 666, "instrument=chime", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 667, "instrument=chime", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 668, "instrument=chime", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 669, "instrument=chime", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 670, "instrument=chime", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 671, "instrument=chime", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 672, "instrument=chime", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 673, "instrument=chime", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 674, "instrument=chime", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 675, "instrument=chime", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 676, "instrument=chime", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 677, "instrument=chime", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 678, "instrument=chime", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 679, "instrument=chime", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 680, "instrument=chime", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 681, "instrument=chime", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 682, "instrument=chime", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 683, "instrument=chime", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 684, "instrument=chime", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 685, "instrument=chime", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 686, "instrument=chime", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 687, "instrument=chime", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 688, "instrument=chime", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 689, "instrument=chime", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 690, "instrument=chime", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 691, "instrument=chime", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 692, "instrument=chime", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 693, "instrument=chime", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 694, "instrument=chime", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 695, "instrument=chime", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 696, "instrument=chime", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 697, "instrument=chime", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 698, "instrument=chime", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 699, "instrument=xylophone", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 700, "instrument=xylophone", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 701, "instrument=xylophone", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 702, "instrument=xylophone", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 703, "instrument=xylophone", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 704, "instrument=xylophone", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 705, "instrument=xylophone", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 706, "instrument=xylophone", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 707, "instrument=xylophone", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 708, "instrument=xylophone", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 709, "instrument=xylophone", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 710, "instrument=xylophone", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 711, "instrument=xylophone", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 712, "instrument=xylophone", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 713, "instrument=xylophone", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 714, "instrument=xylophone", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 715, "instrument=xylophone", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 716, "instrument=xylophone", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 717, "instrument=xylophone", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 718, "instrument=xylophone", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 719, "instrument=xylophone", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 720, "instrument=xylophone", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 721, "instrument=xylophone", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 722, "instrument=xylophone", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 723, "instrument=xylophone", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 724, "instrument=xylophone", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 725, "instrument=xylophone", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 726, "instrument=xylophone", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 727, "instrument=xylophone", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 728, "instrument=xylophone", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 729, "instrument=xylophone", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 730, "instrument=xylophone", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 731, "instrument=xylophone", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 732, "instrument=xylophone", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 733, "instrument=xylophone", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 734, "instrument=xylophone", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 735, "instrument=xylophone", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 736, "instrument=xylophone", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 737, "instrument=xylophone", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 738, "instrument=xylophone", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 739, "instrument=xylophone", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 740, "instrument=xylophone", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 741, "instrument=xylophone", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 742, "instrument=xylophone", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 743, "instrument=xylophone", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 744, "instrument=xylophone", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 745, "instrument=xylophone", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 746, "instrument=xylophone", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 747, "instrument=xylophone", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 748, "instrument=xylophone", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 749, "instrument=iron_xylophone", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 750, "instrument=iron_xylophone", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 751, "instrument=iron_xylophone", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 752, "instrument=iron_xylophone", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 753, "instrument=iron_xylophone", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 754, "instrument=iron_xylophone", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 755, "instrument=iron_xylophone", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 756, "instrument=iron_xylophone", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 757, "instrument=iron_xylophone", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 758, "instrument=iron_xylophone", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 759, "instrument=iron_xylophone", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 760, "instrument=iron_xylophone", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 761, "instrument=iron_xylophone", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 762, "instrument=iron_xylophone", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 763, "instrument=iron_xylophone", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 764, "instrument=iron_xylophone", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 765, "instrument=iron_xylophone", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 766, "instrument=iron_xylophone", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 767, "instrument=iron_xylophone", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 768, "instrument=iron_xylophone", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 769, "instrument=iron_xylophone", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 770, "instrument=iron_xylophone", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 771, "instrument=iron_xylophone", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 772, "instrument=iron_xylophone", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 773, "instrument=iron_xylophone", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 774, "instrument=iron_xylophone", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 775, "instrument=iron_xylophone", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 776, "instrument=iron_xylophone", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 777, "instrument=iron_xylophone", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 778, "instrument=iron_xylophone", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 779, "instrument=iron_xylophone", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 780, "instrument=iron_xylophone", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 781, "instrument=iron_xylophone", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 782, "instrument=iron_xylophone", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 783, "instrument=iron_xylophone", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 784, "instrument=iron_xylophone", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 785, "instrument=iron_xylophone", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 786, "instrument=iron_xylophone", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 787, "instrument=iron_xylophone", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 788, "instrument=iron_xylophone", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 789, "instrument=iron_xylophone", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 790, "instrument=iron_xylophone", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 791, "instrument=iron_xylophone", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 792, "instrument=iron_xylophone", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 793, "instrument=iron_xylophone", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 794, "instrument=iron_xylophone", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 795, "instrument=iron_xylophone", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 796, "instrument=iron_xylophone", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 797, "instrument=iron_xylophone", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 798, "instrument=iron_xylophone", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 799, "instrument=cow_bell", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 800, "instrument=cow_bell", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 801, "instrument=cow_bell", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 802, "instrument=cow_bell", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 803, "instrument=cow_bell", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 804, "instrument=cow_bell", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 805, "instrument=cow_bell", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 806, "instrument=cow_bell", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 807, "instrument=cow_bell", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 808, "instrument=cow_bell", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 809, "instrument=cow_bell", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 810, "instrument=cow_bell", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 811, "instrument=cow_bell", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 812, "instrument=cow_bell", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 813, "instrument=cow_bell", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 814, "instrument=cow_bell", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 815, "instrument=cow_bell", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 816, "instrument=cow_bell", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 817, "instrument=cow_bell", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 818, "instrument=cow_bell", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 819, "instrument=cow_bell", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 820, "instrument=cow_bell", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 821, "instrument=cow_bell", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 822, "instrument=cow_bell", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 823, "instrument=cow_bell", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 824, "instrument=cow_bell", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 825, "instrument=cow_bell", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 826, "instrument=cow_bell", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 827, "instrument=cow_bell", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 828, "instrument=cow_bell", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 829, "instrument=cow_bell", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 830, "instrument=cow_bell", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 831, "instrument=cow_bell", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 832, "instrument=cow_bell", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 833, "instrument=cow_bell", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 834, "instrument=cow_bell", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 835, "instrument=cow_bell", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 836, "instrument=cow_bell", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 837, "instrument=cow_bell", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 838, "instrument=cow_bell", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 839, "instrument=cow_bell", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 840, "instrument=cow_bell", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 841, "instrument=cow_bell", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 842, "instrument=cow_bell", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 843, "instrument=cow_bell", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 844, "instrument=cow_bell", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 845, "instrument=cow_bell", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 846, "instrument=cow_bell", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 847, "instrument=cow_bell", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 848, "instrument=cow_bell", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 849, "instrument=didgeridoo", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 850, "instrument=didgeridoo", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 851, "instrument=didgeridoo", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 852, "instrument=didgeridoo", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 853, "instrument=didgeridoo", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 854, "instrument=didgeridoo", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 855, "instrument=didgeridoo", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 856, "instrument=didgeridoo", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 857, "instrument=didgeridoo", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 858, "instrument=didgeridoo", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 859, "instrument=didgeridoo", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 860, "instrument=didgeridoo", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 861, "instrument=didgeridoo", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 862, "instrument=didgeridoo", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 863, "instrument=didgeridoo", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 864, "instrument=didgeridoo", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 865, "instrument=didgeridoo", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 866, "instrument=didgeridoo", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 867, "instrument=didgeridoo", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 868, "instrument=didgeridoo", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 869, "instrument=didgeridoo", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 870, "instrument=didgeridoo", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 871, "instrument=didgeridoo", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 872, "instrument=didgeridoo", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 873, "instrument=didgeridoo", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 874, "instrument=didgeridoo", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 875, "instrument=didgeridoo", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 876, "instrument=didgeridoo", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 877, "instrument=didgeridoo", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 878, "instrument=didgeridoo", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 879, "instrument=didgeridoo", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 880, "instrument=didgeridoo", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 881, "instrument=didgeridoo", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 882, "instrument=didgeridoo", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 883, "instrument=didgeridoo", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 884, "instrument=didgeridoo", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 885, "instrument=didgeridoo", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 886, "instrument=didgeridoo", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 887, "instrument=didgeridoo", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 888, "instrument=didgeridoo", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 889, "instrument=didgeridoo", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 890, "instrument=didgeridoo", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 891, "instrument=didgeridoo", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 892, "instrument=didgeridoo", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 893, "instrument=didgeridoo", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 894, "instrument=didgeridoo", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 895, "instrument=didgeridoo", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 896, "instrument=didgeridoo", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 897, "instrument=didgeridoo", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 898, "instrument=didgeridoo", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 899, "instrument=bit", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 900, "instrument=bit", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 901, "instrument=bit", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 902, "instrument=bit", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 903, "instrument=bit", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 904, "instrument=bit", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 905, "instrument=bit", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 906, "instrument=bit", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 907, "instrument=bit", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 908, "instrument=bit", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 909, "instrument=bit", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 910, "instrument=bit", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 911, "instrument=bit", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 912, "instrument=bit", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 913, "instrument=bit", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 914, "instrument=bit", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 915, "instrument=bit", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 916, "instrument=bit", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 917, "instrument=bit", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 918, "instrument=bit", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 919, "instrument=bit", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 920, "instrument=bit", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 921, "instrument=bit", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 922, "instrument=bit", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 923, "instrument=bit", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 924, "instrument=bit", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 925, "instrument=bit", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 926, "instrument=bit", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 927, "instrument=bit", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 928, "instrument=bit", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 929, "instrument=bit", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 930, "instrument=bit", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 931, "instrument=bit", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 932, "instrument=bit", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 933, "instrument=bit", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 934, "instrument=bit", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 935, "instrument=bit", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 936, "instrument=bit", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 937, "instrument=bit", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 938, "instrument=bit", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 939, "instrument=bit", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 940, "instrument=bit", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 941, "instrument=bit", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 942, "instrument=bit", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 943, "instrument=bit", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 944, "instrument=bit", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 945, "instrument=bit", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 946, "instrument=bit", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 947, "instrument=bit", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 948, "instrument=bit", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 949, "instrument=banjo", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 950, "instrument=banjo", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 951, "instrument=banjo", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 952, "instrument=banjo", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 953, "instrument=banjo", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 954, "instrument=banjo", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 955, "instrument=banjo", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 956, "instrument=banjo", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 957, "instrument=banjo", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 958, "instrument=banjo", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 959, "instrument=banjo", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 960, "instrument=banjo", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 961, "instrument=banjo", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 962, "instrument=banjo", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 963, "instrument=banjo", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 964, "instrument=banjo", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 965, "instrument=banjo", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 966, "instrument=banjo", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 967, "instrument=banjo", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 968, "instrument=banjo", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 969, "instrument=banjo", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 970, "instrument=banjo", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 971, "instrument=banjo", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 972, "instrument=banjo", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 973, "instrument=banjo", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 974, "instrument=banjo", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 975, "instrument=banjo", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 976, "instrument=banjo", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 977, "instrument=banjo", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 978, "instrument=banjo", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 979, "instrument=banjo", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 980, "instrument=banjo", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 981, "instrument=banjo", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 982, "instrument=banjo", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 983, "instrument=banjo", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 984, "instrument=banjo", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 985, "instrument=banjo", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 986, "instrument=banjo", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 987, "instrument=banjo", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 988, "instrument=banjo", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 989, "instrument=banjo", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 990, "instrument=banjo", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 991, "instrument=banjo", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 992, "instrument=banjo", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 993, "instrument=banjo", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 994, "instrument=banjo", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 995, "instrument=banjo", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 996, "instrument=banjo", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 997, "instrument=banjo", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 998, "instrument=banjo", "note=24", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 999, "instrument=pling", "note=0", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1000, "instrument=pling", "note=0", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1001, "instrument=pling", "note=1", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1002, "instrument=pling", "note=1", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1003, "instrument=pling", "note=2", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1004, "instrument=pling", "note=2", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1005, "instrument=pling", "note=3", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1006, "instrument=pling", "note=3", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1007, "instrument=pling", "note=4", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1008, "instrument=pling", "note=4", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1009, "instrument=pling", "note=5", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1010, "instrument=pling", "note=5", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1011, "instrument=pling", "note=6", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1012, "instrument=pling", "note=6", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1013, "instrument=pling", "note=7", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1014, "instrument=pling", "note=7", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1015, "instrument=pling", "note=8", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1016, "instrument=pling", "note=8", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1017, "instrument=pling", "note=9", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1018, "instrument=pling", "note=9", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1019, "instrument=pling", "note=10", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1020, "instrument=pling", "note=10", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1021, "instrument=pling", "note=11", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1022, "instrument=pling", "note=11", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1023, "instrument=pling", "note=12", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1024, "instrument=pling", "note=12", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1025, "instrument=pling", "note=13", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1026, "instrument=pling", "note=13", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1027, "instrument=pling", "note=14", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1028, "instrument=pling", "note=14", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1029, "instrument=pling", "note=15", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1030, "instrument=pling", "note=15", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1031, "instrument=pling", "note=16", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1032, "instrument=pling", "note=16", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1033, "instrument=pling", "note=17", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1034, "instrument=pling", "note=17", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1035, "instrument=pling", "note=18", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1036, "instrument=pling", "note=18", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1037, "instrument=pling", "note=19", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1038, "instrument=pling", "note=19", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1039, "instrument=pling", "note=20", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1040, "instrument=pling", "note=20", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1041, "instrument=pling", "note=21", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1042, "instrument=pling", "note=21", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1043, "instrument=pling", "note=22", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1044, "instrument=pling", "note=22", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1045, "instrument=pling", "note=23", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1046, "instrument=pling", "note=23", "powered=false")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1047, "instrument=pling", "note=24", "powered=true")); - Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1048, "instrument=pling", "note=24", "powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 249, "instrument=HARP","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 250, "instrument=HARP","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 251, "instrument=HARP","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 252, "instrument=HARP","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 253, "instrument=HARP","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 254, "instrument=HARP","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 255, "instrument=HARP","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 256, "instrument=HARP","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 257, "instrument=HARP","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 258, "instrument=HARP","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 259, "instrument=HARP","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 260, "instrument=HARP","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 261, "instrument=HARP","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 262, "instrument=HARP","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 263, "instrument=HARP","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 264, "instrument=HARP","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 265, "instrument=HARP","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 266, "instrument=HARP","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 267, "instrument=HARP","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 268, "instrument=HARP","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 269, "instrument=HARP","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 270, "instrument=HARP","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 271, "instrument=HARP","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 272, "instrument=HARP","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 273, "instrument=HARP","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 274, "instrument=HARP","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 275, "instrument=HARP","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 276, "instrument=HARP","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 277, "instrument=HARP","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 278, "instrument=HARP","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 279, "instrument=HARP","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 280, "instrument=HARP","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 281, "instrument=HARP","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 282, "instrument=HARP","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 283, "instrument=HARP","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 284, "instrument=HARP","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 285, "instrument=HARP","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 286, "instrument=HARP","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 287, "instrument=HARP","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 288, "instrument=HARP","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 289, "instrument=HARP","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 290, "instrument=HARP","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 291, "instrument=HARP","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 292, "instrument=HARP","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 293, "instrument=HARP","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 294, "instrument=HARP","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 295, "instrument=HARP","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 296, "instrument=HARP","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 297, "instrument=HARP","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 298, "instrument=HARP","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 299, "instrument=BASEDRUM","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 300, "instrument=BASEDRUM","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 301, "instrument=BASEDRUM","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 302, "instrument=BASEDRUM","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 303, "instrument=BASEDRUM","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 304, "instrument=BASEDRUM","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 305, "instrument=BASEDRUM","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 306, "instrument=BASEDRUM","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 307, "instrument=BASEDRUM","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 308, "instrument=BASEDRUM","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 309, "instrument=BASEDRUM","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 310, "instrument=BASEDRUM","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 311, "instrument=BASEDRUM","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 312, "instrument=BASEDRUM","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 313, "instrument=BASEDRUM","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 314, "instrument=BASEDRUM","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 315, "instrument=BASEDRUM","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 316, "instrument=BASEDRUM","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 317, "instrument=BASEDRUM","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 318, "instrument=BASEDRUM","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 319, "instrument=BASEDRUM","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 320, "instrument=BASEDRUM","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 321, "instrument=BASEDRUM","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 322, "instrument=BASEDRUM","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 323, "instrument=BASEDRUM","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 324, "instrument=BASEDRUM","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 325, "instrument=BASEDRUM","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 326, "instrument=BASEDRUM","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 327, "instrument=BASEDRUM","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 328, "instrument=BASEDRUM","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 329, "instrument=BASEDRUM","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 330, "instrument=BASEDRUM","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 331, "instrument=BASEDRUM","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 332, "instrument=BASEDRUM","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 333, "instrument=BASEDRUM","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 334, "instrument=BASEDRUM","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 335, "instrument=BASEDRUM","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 336, "instrument=BASEDRUM","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 337, "instrument=BASEDRUM","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 338, "instrument=BASEDRUM","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 339, "instrument=BASEDRUM","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 340, "instrument=BASEDRUM","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 341, "instrument=BASEDRUM","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 342, "instrument=BASEDRUM","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 343, "instrument=BASEDRUM","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 344, "instrument=BASEDRUM","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 345, "instrument=BASEDRUM","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 346, "instrument=BASEDRUM","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 347, "instrument=BASEDRUM","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 348, "instrument=BASEDRUM","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 349, "instrument=SNARE","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 350, "instrument=SNARE","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 351, "instrument=SNARE","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 352, "instrument=SNARE","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 353, "instrument=SNARE","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 354, "instrument=SNARE","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 355, "instrument=SNARE","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 356, "instrument=SNARE","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 357, "instrument=SNARE","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 358, "instrument=SNARE","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 359, "instrument=SNARE","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 360, "instrument=SNARE","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 361, "instrument=SNARE","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 362, "instrument=SNARE","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 363, "instrument=SNARE","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 364, "instrument=SNARE","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 365, "instrument=SNARE","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 366, "instrument=SNARE","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 367, "instrument=SNARE","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 368, "instrument=SNARE","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 369, "instrument=SNARE","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 370, "instrument=SNARE","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 371, "instrument=SNARE","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 372, "instrument=SNARE","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 373, "instrument=SNARE","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 374, "instrument=SNARE","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 375, "instrument=SNARE","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 376, "instrument=SNARE","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 377, "instrument=SNARE","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 378, "instrument=SNARE","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 379, "instrument=SNARE","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 380, "instrument=SNARE","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 381, "instrument=SNARE","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 382, "instrument=SNARE","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 383, "instrument=SNARE","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 384, "instrument=SNARE","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 385, "instrument=SNARE","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 386, "instrument=SNARE","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 387, "instrument=SNARE","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 388, "instrument=SNARE","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 389, "instrument=SNARE","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 390, "instrument=SNARE","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 391, "instrument=SNARE","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 392, "instrument=SNARE","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 393, "instrument=SNARE","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 394, "instrument=SNARE","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 395, "instrument=SNARE","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 396, "instrument=SNARE","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 397, "instrument=SNARE","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 398, "instrument=SNARE","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 399, "instrument=HAT","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 400, "instrument=HAT","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 401, "instrument=HAT","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 402, "instrument=HAT","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 403, "instrument=HAT","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 404, "instrument=HAT","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 405, "instrument=HAT","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 406, "instrument=HAT","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 407, "instrument=HAT","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 408, "instrument=HAT","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 409, "instrument=HAT","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 410, "instrument=HAT","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 411, "instrument=HAT","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 412, "instrument=HAT","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 413, "instrument=HAT","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 414, "instrument=HAT","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 415, "instrument=HAT","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 416, "instrument=HAT","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 417, "instrument=HAT","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 418, "instrument=HAT","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 419, "instrument=HAT","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 420, "instrument=HAT","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 421, "instrument=HAT","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 422, "instrument=HAT","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 423, "instrument=HAT","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 424, "instrument=HAT","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 425, "instrument=HAT","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 426, "instrument=HAT","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 427, "instrument=HAT","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 428, "instrument=HAT","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 429, "instrument=HAT","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 430, "instrument=HAT","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 431, "instrument=HAT","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 432, "instrument=HAT","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 433, "instrument=HAT","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 434, "instrument=HAT","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 435, "instrument=HAT","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 436, "instrument=HAT","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 437, "instrument=HAT","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 438, "instrument=HAT","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 439, "instrument=HAT","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 440, "instrument=HAT","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 441, "instrument=HAT","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 442, "instrument=HAT","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 443, "instrument=HAT","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 444, "instrument=HAT","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 445, "instrument=HAT","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 446, "instrument=HAT","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 447, "instrument=HAT","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 448, "instrument=HAT","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 449, "instrument=BASS","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 450, "instrument=BASS","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 451, "instrument=BASS","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 452, "instrument=BASS","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 453, "instrument=BASS","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 454, "instrument=BASS","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 455, "instrument=BASS","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 456, "instrument=BASS","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 457, "instrument=BASS","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 458, "instrument=BASS","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 459, "instrument=BASS","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 460, "instrument=BASS","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 461, "instrument=BASS","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 462, "instrument=BASS","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 463, "instrument=BASS","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 464, "instrument=BASS","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 465, "instrument=BASS","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 466, "instrument=BASS","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 467, "instrument=BASS","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 468, "instrument=BASS","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 469, "instrument=BASS","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 470, "instrument=BASS","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 471, "instrument=BASS","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 472, "instrument=BASS","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 473, "instrument=BASS","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 474, "instrument=BASS","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 475, "instrument=BASS","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 476, "instrument=BASS","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 477, "instrument=BASS","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 478, "instrument=BASS","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 479, "instrument=BASS","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 480, "instrument=BASS","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 481, "instrument=BASS","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 482, "instrument=BASS","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 483, "instrument=BASS","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 484, "instrument=BASS","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 485, "instrument=BASS","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 486, "instrument=BASS","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 487, "instrument=BASS","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 488, "instrument=BASS","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 489, "instrument=BASS","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 490, "instrument=BASS","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 491, "instrument=BASS","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 492, "instrument=BASS","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 493, "instrument=BASS","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 494, "instrument=BASS","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 495, "instrument=BASS","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 496, "instrument=BASS","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 497, "instrument=BASS","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 498, "instrument=BASS","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 499, "instrument=FLUTE","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 500, "instrument=FLUTE","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 501, "instrument=FLUTE","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 502, "instrument=FLUTE","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 503, "instrument=FLUTE","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 504, "instrument=FLUTE","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 505, "instrument=FLUTE","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 506, "instrument=FLUTE","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 507, "instrument=FLUTE","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 508, "instrument=FLUTE","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 509, "instrument=FLUTE","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 510, "instrument=FLUTE","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 511, "instrument=FLUTE","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 512, "instrument=FLUTE","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 513, "instrument=FLUTE","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 514, "instrument=FLUTE","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 515, "instrument=FLUTE","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 516, "instrument=FLUTE","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 517, "instrument=FLUTE","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 518, "instrument=FLUTE","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 519, "instrument=FLUTE","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 520, "instrument=FLUTE","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 521, "instrument=FLUTE","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 522, "instrument=FLUTE","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 523, "instrument=FLUTE","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 524, "instrument=FLUTE","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 525, "instrument=FLUTE","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 526, "instrument=FLUTE","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 527, "instrument=FLUTE","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 528, "instrument=FLUTE","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 529, "instrument=FLUTE","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 530, "instrument=FLUTE","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 531, "instrument=FLUTE","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 532, "instrument=FLUTE","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 533, "instrument=FLUTE","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 534, "instrument=FLUTE","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 535, "instrument=FLUTE","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 536, "instrument=FLUTE","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 537, "instrument=FLUTE","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 538, "instrument=FLUTE","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 539, "instrument=FLUTE","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 540, "instrument=FLUTE","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 541, "instrument=FLUTE","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 542, "instrument=FLUTE","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 543, "instrument=FLUTE","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 544, "instrument=FLUTE","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 545, "instrument=FLUTE","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 546, "instrument=FLUTE","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 547, "instrument=FLUTE","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 548, "instrument=FLUTE","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 549, "instrument=BELL","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 550, "instrument=BELL","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 551, "instrument=BELL","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 552, "instrument=BELL","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 553, "instrument=BELL","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 554, "instrument=BELL","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 555, "instrument=BELL","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 556, "instrument=BELL","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 557, "instrument=BELL","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 558, "instrument=BELL","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 559, "instrument=BELL","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 560, "instrument=BELL","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 561, "instrument=BELL","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 562, "instrument=BELL","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 563, "instrument=BELL","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 564, "instrument=BELL","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 565, "instrument=BELL","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 566, "instrument=BELL","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 567, "instrument=BELL","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 568, "instrument=BELL","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 569, "instrument=BELL","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 570, "instrument=BELL","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 571, "instrument=BELL","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 572, "instrument=BELL","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 573, "instrument=BELL","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 574, "instrument=BELL","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 575, "instrument=BELL","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 576, "instrument=BELL","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 577, "instrument=BELL","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 578, "instrument=BELL","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 579, "instrument=BELL","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 580, "instrument=BELL","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 581, "instrument=BELL","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 582, "instrument=BELL","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 583, "instrument=BELL","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 584, "instrument=BELL","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 585, "instrument=BELL","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 586, "instrument=BELL","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 587, "instrument=BELL","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 588, "instrument=BELL","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 589, "instrument=BELL","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 590, "instrument=BELL","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 591, "instrument=BELL","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 592, "instrument=BELL","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 593, "instrument=BELL","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 594, "instrument=BELL","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 595, "instrument=BELL","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 596, "instrument=BELL","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 597, "instrument=BELL","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 598, "instrument=BELL","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 599, "instrument=GUITAR","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 600, "instrument=GUITAR","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 601, "instrument=GUITAR","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 602, "instrument=GUITAR","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 603, "instrument=GUITAR","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 604, "instrument=GUITAR","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 605, "instrument=GUITAR","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 606, "instrument=GUITAR","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 607, "instrument=GUITAR","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 608, "instrument=GUITAR","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 609, "instrument=GUITAR","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 610, "instrument=GUITAR","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 611, "instrument=GUITAR","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 612, "instrument=GUITAR","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 613, "instrument=GUITAR","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 614, "instrument=GUITAR","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 615, "instrument=GUITAR","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 616, "instrument=GUITAR","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 617, "instrument=GUITAR","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 618, "instrument=GUITAR","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 619, "instrument=GUITAR","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 620, "instrument=GUITAR","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 621, "instrument=GUITAR","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 622, "instrument=GUITAR","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 623, "instrument=GUITAR","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 624, "instrument=GUITAR","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 625, "instrument=GUITAR","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 626, "instrument=GUITAR","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 627, "instrument=GUITAR","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 628, "instrument=GUITAR","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 629, "instrument=GUITAR","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 630, "instrument=GUITAR","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 631, "instrument=GUITAR","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 632, "instrument=GUITAR","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 633, "instrument=GUITAR","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 634, "instrument=GUITAR","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 635, "instrument=GUITAR","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 636, "instrument=GUITAR","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 637, "instrument=GUITAR","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 638, "instrument=GUITAR","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 639, "instrument=GUITAR","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 640, "instrument=GUITAR","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 641, "instrument=GUITAR","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 642, "instrument=GUITAR","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 643, "instrument=GUITAR","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 644, "instrument=GUITAR","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 645, "instrument=GUITAR","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 646, "instrument=GUITAR","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 647, "instrument=GUITAR","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 648, "instrument=GUITAR","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 649, "instrument=CHIME","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 650, "instrument=CHIME","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 651, "instrument=CHIME","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 652, "instrument=CHIME","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 653, "instrument=CHIME","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 654, "instrument=CHIME","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 655, "instrument=CHIME","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 656, "instrument=CHIME","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 657, "instrument=CHIME","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 658, "instrument=CHIME","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 659, "instrument=CHIME","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 660, "instrument=CHIME","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 661, "instrument=CHIME","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 662, "instrument=CHIME","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 663, "instrument=CHIME","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 664, "instrument=CHIME","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 665, "instrument=CHIME","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 666, "instrument=CHIME","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 667, "instrument=CHIME","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 668, "instrument=CHIME","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 669, "instrument=CHIME","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 670, "instrument=CHIME","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 671, "instrument=CHIME","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 672, "instrument=CHIME","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 673, "instrument=CHIME","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 674, "instrument=CHIME","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 675, "instrument=CHIME","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 676, "instrument=CHIME","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 677, "instrument=CHIME","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 678, "instrument=CHIME","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 679, "instrument=CHIME","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 680, "instrument=CHIME","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 681, "instrument=CHIME","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 682, "instrument=CHIME","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 683, "instrument=CHIME","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 684, "instrument=CHIME","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 685, "instrument=CHIME","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 686, "instrument=CHIME","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 687, "instrument=CHIME","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 688, "instrument=CHIME","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 689, "instrument=CHIME","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 690, "instrument=CHIME","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 691, "instrument=CHIME","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 692, "instrument=CHIME","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 693, "instrument=CHIME","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 694, "instrument=CHIME","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 695, "instrument=CHIME","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 696, "instrument=CHIME","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 697, "instrument=CHIME","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 698, "instrument=CHIME","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 699, "instrument=XYLOPHONE","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 700, "instrument=XYLOPHONE","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 701, "instrument=XYLOPHONE","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 702, "instrument=XYLOPHONE","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 703, "instrument=XYLOPHONE","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 704, "instrument=XYLOPHONE","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 705, "instrument=XYLOPHONE","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 706, "instrument=XYLOPHONE","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 707, "instrument=XYLOPHONE","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 708, "instrument=XYLOPHONE","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 709, "instrument=XYLOPHONE","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 710, "instrument=XYLOPHONE","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 711, "instrument=XYLOPHONE","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 712, "instrument=XYLOPHONE","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 713, "instrument=XYLOPHONE","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 714, "instrument=XYLOPHONE","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 715, "instrument=XYLOPHONE","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 716, "instrument=XYLOPHONE","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 717, "instrument=XYLOPHONE","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 718, "instrument=XYLOPHONE","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 719, "instrument=XYLOPHONE","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 720, "instrument=XYLOPHONE","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 721, "instrument=XYLOPHONE","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 722, "instrument=XYLOPHONE","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 723, "instrument=XYLOPHONE","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 724, "instrument=XYLOPHONE","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 725, "instrument=XYLOPHONE","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 726, "instrument=XYLOPHONE","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 727, "instrument=XYLOPHONE","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 728, "instrument=XYLOPHONE","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 729, "instrument=XYLOPHONE","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 730, "instrument=XYLOPHONE","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 731, "instrument=XYLOPHONE","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 732, "instrument=XYLOPHONE","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 733, "instrument=XYLOPHONE","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 734, "instrument=XYLOPHONE","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 735, "instrument=XYLOPHONE","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 736, "instrument=XYLOPHONE","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 737, "instrument=XYLOPHONE","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 738, "instrument=XYLOPHONE","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 739, "instrument=XYLOPHONE","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 740, "instrument=XYLOPHONE","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 741, "instrument=XYLOPHONE","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 742, "instrument=XYLOPHONE","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 743, "instrument=XYLOPHONE","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 744, "instrument=XYLOPHONE","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 745, "instrument=XYLOPHONE","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 746, "instrument=XYLOPHONE","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 747, "instrument=XYLOPHONE","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 748, "instrument=XYLOPHONE","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 749, "instrument=IRON_XYLOPHONE","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 750, "instrument=IRON_XYLOPHONE","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 751, "instrument=IRON_XYLOPHONE","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 752, "instrument=IRON_XYLOPHONE","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 753, "instrument=IRON_XYLOPHONE","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 754, "instrument=IRON_XYLOPHONE","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 755, "instrument=IRON_XYLOPHONE","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 756, "instrument=IRON_XYLOPHONE","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 757, "instrument=IRON_XYLOPHONE","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 758, "instrument=IRON_XYLOPHONE","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 759, "instrument=IRON_XYLOPHONE","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 760, "instrument=IRON_XYLOPHONE","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 761, "instrument=IRON_XYLOPHONE","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 762, "instrument=IRON_XYLOPHONE","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 763, "instrument=IRON_XYLOPHONE","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 764, "instrument=IRON_XYLOPHONE","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 765, "instrument=IRON_XYLOPHONE","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 766, "instrument=IRON_XYLOPHONE","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 767, "instrument=IRON_XYLOPHONE","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 768, "instrument=IRON_XYLOPHONE","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 769, "instrument=IRON_XYLOPHONE","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 770, "instrument=IRON_XYLOPHONE","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 771, "instrument=IRON_XYLOPHONE","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 772, "instrument=IRON_XYLOPHONE","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 773, "instrument=IRON_XYLOPHONE","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 774, "instrument=IRON_XYLOPHONE","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 775, "instrument=IRON_XYLOPHONE","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 776, "instrument=IRON_XYLOPHONE","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 777, "instrument=IRON_XYLOPHONE","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 778, "instrument=IRON_XYLOPHONE","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 779, "instrument=IRON_XYLOPHONE","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 780, "instrument=IRON_XYLOPHONE","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 781, "instrument=IRON_XYLOPHONE","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 782, "instrument=IRON_XYLOPHONE","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 783, "instrument=IRON_XYLOPHONE","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 784, "instrument=IRON_XYLOPHONE","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 785, "instrument=IRON_XYLOPHONE","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 786, "instrument=IRON_XYLOPHONE","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 787, "instrument=IRON_XYLOPHONE","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 788, "instrument=IRON_XYLOPHONE","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 789, "instrument=IRON_XYLOPHONE","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 790, "instrument=IRON_XYLOPHONE","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 791, "instrument=IRON_XYLOPHONE","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 792, "instrument=IRON_XYLOPHONE","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 793, "instrument=IRON_XYLOPHONE","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 794, "instrument=IRON_XYLOPHONE","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 795, "instrument=IRON_XYLOPHONE","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 796, "instrument=IRON_XYLOPHONE","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 797, "instrument=IRON_XYLOPHONE","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 798, "instrument=IRON_XYLOPHONE","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 799, "instrument=COW_BELL","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 800, "instrument=COW_BELL","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 801, "instrument=COW_BELL","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 802, "instrument=COW_BELL","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 803, "instrument=COW_BELL","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 804, "instrument=COW_BELL","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 805, "instrument=COW_BELL","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 806, "instrument=COW_BELL","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 807, "instrument=COW_BELL","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 808, "instrument=COW_BELL","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 809, "instrument=COW_BELL","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 810, "instrument=COW_BELL","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 811, "instrument=COW_BELL","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 812, "instrument=COW_BELL","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 813, "instrument=COW_BELL","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 814, "instrument=COW_BELL","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 815, "instrument=COW_BELL","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 816, "instrument=COW_BELL","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 817, "instrument=COW_BELL","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 818, "instrument=COW_BELL","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 819, "instrument=COW_BELL","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 820, "instrument=COW_BELL","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 821, "instrument=COW_BELL","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 822, "instrument=COW_BELL","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 823, "instrument=COW_BELL","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 824, "instrument=COW_BELL","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 825, "instrument=COW_BELL","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 826, "instrument=COW_BELL","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 827, "instrument=COW_BELL","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 828, "instrument=COW_BELL","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 829, "instrument=COW_BELL","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 830, "instrument=COW_BELL","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 831, "instrument=COW_BELL","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 832, "instrument=COW_BELL","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 833, "instrument=COW_BELL","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 834, "instrument=COW_BELL","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 835, "instrument=COW_BELL","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 836, "instrument=COW_BELL","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 837, "instrument=COW_BELL","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 838, "instrument=COW_BELL","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 839, "instrument=COW_BELL","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 840, "instrument=COW_BELL","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 841, "instrument=COW_BELL","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 842, "instrument=COW_BELL","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 843, "instrument=COW_BELL","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 844, "instrument=COW_BELL","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 845, "instrument=COW_BELL","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 846, "instrument=COW_BELL","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 847, "instrument=COW_BELL","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 848, "instrument=COW_BELL","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 849, "instrument=DIDGERIDOO","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 850, "instrument=DIDGERIDOO","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 851, "instrument=DIDGERIDOO","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 852, "instrument=DIDGERIDOO","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 853, "instrument=DIDGERIDOO","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 854, "instrument=DIDGERIDOO","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 855, "instrument=DIDGERIDOO","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 856, "instrument=DIDGERIDOO","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 857, "instrument=DIDGERIDOO","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 858, "instrument=DIDGERIDOO","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 859, "instrument=DIDGERIDOO","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 860, "instrument=DIDGERIDOO","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 861, "instrument=DIDGERIDOO","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 862, "instrument=DIDGERIDOO","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 863, "instrument=DIDGERIDOO","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 864, "instrument=DIDGERIDOO","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 865, "instrument=DIDGERIDOO","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 866, "instrument=DIDGERIDOO","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 867, "instrument=DIDGERIDOO","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 868, "instrument=DIDGERIDOO","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 869, "instrument=DIDGERIDOO","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 870, "instrument=DIDGERIDOO","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 871, "instrument=DIDGERIDOO","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 872, "instrument=DIDGERIDOO","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 873, "instrument=DIDGERIDOO","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 874, "instrument=DIDGERIDOO","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 875, "instrument=DIDGERIDOO","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 876, "instrument=DIDGERIDOO","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 877, "instrument=DIDGERIDOO","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 878, "instrument=DIDGERIDOO","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 879, "instrument=DIDGERIDOO","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 880, "instrument=DIDGERIDOO","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 881, "instrument=DIDGERIDOO","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 882, "instrument=DIDGERIDOO","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 883, "instrument=DIDGERIDOO","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 884, "instrument=DIDGERIDOO","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 885, "instrument=DIDGERIDOO","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 886, "instrument=DIDGERIDOO","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 887, "instrument=DIDGERIDOO","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 888, "instrument=DIDGERIDOO","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 889, "instrument=DIDGERIDOO","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 890, "instrument=DIDGERIDOO","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 891, "instrument=DIDGERIDOO","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 892, "instrument=DIDGERIDOO","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 893, "instrument=DIDGERIDOO","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 894, "instrument=DIDGERIDOO","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 895, "instrument=DIDGERIDOO","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 896, "instrument=DIDGERIDOO","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 897, "instrument=DIDGERIDOO","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 898, "instrument=DIDGERIDOO","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 899, "instrument=BIT","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 900, "instrument=BIT","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 901, "instrument=BIT","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 902, "instrument=BIT","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 903, "instrument=BIT","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 904, "instrument=BIT","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 905, "instrument=BIT","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 906, "instrument=BIT","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 907, "instrument=BIT","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 908, "instrument=BIT","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 909, "instrument=BIT","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 910, "instrument=BIT","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 911, "instrument=BIT","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 912, "instrument=BIT","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 913, "instrument=BIT","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 914, "instrument=BIT","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 915, "instrument=BIT","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 916, "instrument=BIT","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 917, "instrument=BIT","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 918, "instrument=BIT","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 919, "instrument=BIT","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 920, "instrument=BIT","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 921, "instrument=BIT","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 922, "instrument=BIT","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 923, "instrument=BIT","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 924, "instrument=BIT","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 925, "instrument=BIT","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 926, "instrument=BIT","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 927, "instrument=BIT","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 928, "instrument=BIT","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 929, "instrument=BIT","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 930, "instrument=BIT","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 931, "instrument=BIT","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 932, "instrument=BIT","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 933, "instrument=BIT","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 934, "instrument=BIT","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 935, "instrument=BIT","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 936, "instrument=BIT","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 937, "instrument=BIT","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 938, "instrument=BIT","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 939, "instrument=BIT","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 940, "instrument=BIT","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 941, "instrument=BIT","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 942, "instrument=BIT","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 943, "instrument=BIT","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 944, "instrument=BIT","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 945, "instrument=BIT","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 946, "instrument=BIT","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 947, "instrument=BIT","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 948, "instrument=BIT","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 949, "instrument=BANJO","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 950, "instrument=BANJO","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 951, "instrument=BANJO","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 952, "instrument=BANJO","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 953, "instrument=BANJO","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 954, "instrument=BANJO","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 955, "instrument=BANJO","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 956, "instrument=BANJO","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 957, "instrument=BANJO","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 958, "instrument=BANJO","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 959, "instrument=BANJO","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 960, "instrument=BANJO","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 961, "instrument=BANJO","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 962, "instrument=BANJO","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 963, "instrument=BANJO","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 964, "instrument=BANJO","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 965, "instrument=BANJO","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 966, "instrument=BANJO","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 967, "instrument=BANJO","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 968, "instrument=BANJO","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 969, "instrument=BANJO","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 970, "instrument=BANJO","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 971, "instrument=BANJO","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 972, "instrument=BANJO","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 973, "instrument=BANJO","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 974, "instrument=BANJO","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 975, "instrument=BANJO","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 976, "instrument=BANJO","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 977, "instrument=BANJO","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 978, "instrument=BANJO","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 979, "instrument=BANJO","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 980, "instrument=BANJO","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 981, "instrument=BANJO","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 982, "instrument=BANJO","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 983, "instrument=BANJO","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 984, "instrument=BANJO","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 985, "instrument=BANJO","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 986, "instrument=BANJO","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 987, "instrument=BANJO","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 988, "instrument=BANJO","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 989, "instrument=BANJO","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 990, "instrument=BANJO","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 991, "instrument=BANJO","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 992, "instrument=BANJO","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 993, "instrument=BANJO","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 994, "instrument=BANJO","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 995, "instrument=BANJO","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 996, "instrument=BANJO","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 997, "instrument=BANJO","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 998, "instrument=BANJO","note=24","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 999, "instrument=PLING","note=0","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1000, "instrument=PLING","note=0","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1001, "instrument=PLING","note=1","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1002, "instrument=PLING","note=1","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1003, "instrument=PLING","note=2","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1004, "instrument=PLING","note=2","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1005, "instrument=PLING","note=3","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1006, "instrument=PLING","note=3","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1007, "instrument=PLING","note=4","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1008, "instrument=PLING","note=4","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1009, "instrument=PLING","note=5","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1010, "instrument=PLING","note=5","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1011, "instrument=PLING","note=6","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1012, "instrument=PLING","note=6","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1013, "instrument=PLING","note=7","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1014, "instrument=PLING","note=7","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1015, "instrument=PLING","note=8","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1016, "instrument=PLING","note=8","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1017, "instrument=PLING","note=9","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1018, "instrument=PLING","note=9","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1019, "instrument=PLING","note=10","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1020, "instrument=PLING","note=10","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1021, "instrument=PLING","note=11","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1022, "instrument=PLING","note=11","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1023, "instrument=PLING","note=12","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1024, "instrument=PLING","note=12","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1025, "instrument=PLING","note=13","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1026, "instrument=PLING","note=13","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1027, "instrument=PLING","note=14","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1028, "instrument=PLING","note=14","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1029, "instrument=PLING","note=15","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1030, "instrument=PLING","note=15","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1031, "instrument=PLING","note=16","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1032, "instrument=PLING","note=16","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1033, "instrument=PLING","note=17","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1034, "instrument=PLING","note=17","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1035, "instrument=PLING","note=18","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1036, "instrument=PLING","note=18","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1037, "instrument=PLING","note=19","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1038, "instrument=PLING","note=19","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1039, "instrument=PLING","note=20","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1040, "instrument=PLING","note=20","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1041, "instrument=PLING","note=21","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1042, "instrument=PLING","note=21","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1043, "instrument=PLING","note=22","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1044, "instrument=PLING","note=22","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1045, "instrument=PLING","note=23","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1046, "instrument=PLING","note=23","powered=false")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1047, "instrument=PLING","note=24","powered=true")); + Block.NOTE_BLOCK.addBlockAlternative(new BlockAlternative((short) 1048, "instrument=PLING","note=24","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java index 702ed5018..61c4a854b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6350, "face=floor", "facing=north", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6351, "face=floor", "facing=north", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6352, "face=floor", "facing=south", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6353, "face=floor", "facing=south", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6354, "face=floor", "facing=west", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6355, "face=floor", "facing=west", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6356, "face=floor", "facing=east", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6357, "face=floor", "facing=east", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6358, "face=wall", "facing=north", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6359, "face=wall", "facing=north", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6360, "face=wall", "facing=south", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6361, "face=wall", "facing=south", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6362, "face=wall", "facing=west", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6363, "face=wall", "facing=west", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6364, "face=wall", "facing=east", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6365, "face=wall", "facing=east", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6366, "face=ceiling", "facing=north", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6367, "face=ceiling", "facing=north", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6368, "face=ceiling", "facing=south", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6369, "face=ceiling", "facing=south", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6370, "face=ceiling", "facing=west", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6371, "face=ceiling", "facing=west", "powered=false")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6372, "face=ceiling", "facing=east", "powered=true")); - Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6373, "face=ceiling", "facing=east", "powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6350, "face=FLOOR","facing=north","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6351, "face=FLOOR","facing=north","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6352, "face=FLOOR","facing=south","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6353, "face=FLOOR","facing=south","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6354, "face=FLOOR","facing=west","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6355, "face=FLOOR","facing=west","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6356, "face=FLOOR","facing=east","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6357, "face=FLOOR","facing=east","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6358, "face=WALL","facing=north","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6359, "face=WALL","facing=north","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6360, "face=WALL","facing=south","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6361, "face=WALL","facing=south","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6362, "face=WALL","facing=west","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6363, "face=WALL","facing=west","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6364, "face=WALL","facing=east","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6365, "face=WALL","facing=east","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6366, "face=CEILING","facing=north","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6367, "face=CEILING","facing=north","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6368, "face=CEILING","facing=south","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6369, "face=CEILING","facing=south","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6370, "face=CEILING","facing=west","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6371, "face=CEILING","facing=west","powered=false")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6372, "face=CEILING","facing=east","powered=true")); + Block.OAK_BUTTON.addBlockAlternative(new BlockAlternative((short) 6373, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java index 7687db25e..f51734b1a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3573, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3574, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3575, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3576, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3577, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3578, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3579, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3580, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3581, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3582, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3583, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3584, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3585, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3586, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3587, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3588, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3589, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3590, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3591, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3592, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3593, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3594, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3595, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3596, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3597, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3598, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3599, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3600, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3601, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3602, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3603, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3604, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3605, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3606, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3607, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3608, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3609, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3610, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3611, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3612, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3613, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3614, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3615, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3616, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3617, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3618, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3619, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3620, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3621, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3622, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3623, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3624, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3625, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3626, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3627, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3628, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3629, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3630, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3631, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3632, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3633, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3634, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3635, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3636, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3573, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3574, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3575, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3576, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3577, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3578, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3579, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3580, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3581, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3582, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3583, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3584, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3585, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3586, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3587, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3588, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3589, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3590, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3591, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3592, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3593, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3594, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3595, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3596, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3597, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3598, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3599, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3600, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3601, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3602, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3603, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3604, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3605, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3606, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3607, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3608, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3609, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3610, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3611, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3612, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3613, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3614, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3615, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3616, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3617, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3618, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3619, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3620, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3621, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3622, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3623, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3624, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3625, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3626, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3627, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3628, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3629, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3630, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3631, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3632, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3633, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3634, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3635, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.OAK_DOOR.addBlockAlternative(new BlockAlternative((short) 3636, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java index a3d5e8aba..ebbd1469c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3966, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3967, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3968, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3969, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3970, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3971, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3972, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3973, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3974, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3975, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3976, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3977, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3978, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3979, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3980, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3981, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3982, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3983, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3984, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3985, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3986, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3987, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3988, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3989, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3990, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3991, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3992, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3993, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3994, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3995, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3996, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3997, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3966, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3967, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3968, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3969, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3970, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3971, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3972, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3973, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3974, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3975, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3976, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3977, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3978, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3979, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3980, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3981, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3982, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3983, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3984, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3985, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3986, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3987, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3988, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3989, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3990, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3991, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3992, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3993, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3994, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3995, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3996, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.OAK_FENCE.addBlockAlternative(new BlockAlternative((short) 3997, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java index 1cc613e09..52f33f664 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4824, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4825, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4826, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4827, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4828, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4829, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4830, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4831, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4832, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4833, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4834, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4835, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4836, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4837, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4838, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4839, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4840, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4841, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4842, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4843, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4844, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4845, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4846, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4847, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4848, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4849, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4850, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4851, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4852, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4853, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4854, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4855, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4824, "facing=north","in_wall=true","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4825, "facing=north","in_wall=true","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4826, "facing=north","in_wall=true","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4827, "facing=north","in_wall=true","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4828, "facing=north","in_wall=false","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4829, "facing=north","in_wall=false","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4830, "facing=north","in_wall=false","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4831, "facing=north","in_wall=false","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4832, "facing=south","in_wall=true","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4833, "facing=south","in_wall=true","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4834, "facing=south","in_wall=true","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4835, "facing=south","in_wall=true","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4836, "facing=south","in_wall=false","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4837, "facing=south","in_wall=false","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4838, "facing=south","in_wall=false","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4839, "facing=south","in_wall=false","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4840, "facing=west","in_wall=true","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4841, "facing=west","in_wall=true","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4842, "facing=west","in_wall=true","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4843, "facing=west","in_wall=true","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4844, "facing=west","in_wall=false","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4845, "facing=west","in_wall=false","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4846, "facing=west","in_wall=false","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4847, "facing=west","in_wall=false","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4848, "facing=east","in_wall=true","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4849, "facing=east","in_wall=true","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4850, "facing=east","in_wall=true","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4851, "facing=east","in_wall=true","open=false","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4852, "facing=east","in_wall=false","open=true","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4853, "facing=east","in_wall=false","open=true","powered=false")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4854, "facing=east","in_wall=false","open=false","powered=true")); + Block.OAK_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 4855, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java index 569bd6a12..82f829073 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 145, "distance=1", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 146, "distance=1", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 147, "distance=2", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 148, "distance=2", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 149, "distance=3", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 150, "distance=3", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 151, "distance=4", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 152, "distance=4", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 153, "distance=5", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 154, "distance=5", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 155, "distance=6", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 156, "distance=6", "persistent=false")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 157, "distance=7", "persistent=true")); - Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 158, "distance=7", "persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 145, "distance=1","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 146, "distance=1","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 147, "distance=2","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 148, "distance=2","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 149, "distance=3","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 150, "distance=3","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 151, "distance=4","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 152, "distance=4","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 153, "distance=5","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 154, "distance=5","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 155, "distance=6","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 156, "distance=6","persistent=false")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 157, "distance=7","persistent=true")); + Block.OAK_LEAVES.addBlockAlternative(new BlockAlternative((short) 158, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java index 97f57bf60..99f9b94ea 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.OAK_LOG.addBlockAlternative(new BlockAlternative((short) 73, "axis=x")); Block.OAK_LOG.addBlockAlternative(new BlockAlternative((short) 74, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPlanks.java new file mode 100644 index 000000000..592352337 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OakPlanks { + public static void initStates() { + Block.OAK_PLANKS.addBlockAlternative(new BlockAlternative((short) 15)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java index c833c8e96..656c1cb16 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3873, "powered=true")); Block.OAK_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3874, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java index bb0e0d765..87b799959 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 21, "stage=0")); Block.OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 22, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java index 8c6a4b4fc..2b9ff0d97 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3381, "rotation=0", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3382, "rotation=0", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3383, "rotation=1", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3384, "rotation=1", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3385, "rotation=2", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3386, "rotation=2", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3387, "rotation=3", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3388, "rotation=3", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3389, "rotation=4", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3390, "rotation=4", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3391, "rotation=5", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3392, "rotation=5", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3393, "rotation=6", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3394, "rotation=6", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3395, "rotation=7", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3396, "rotation=7", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3397, "rotation=8", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3398, "rotation=8", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3399, "rotation=9", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3400, "rotation=9", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3401, "rotation=10", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3402, "rotation=10", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3403, "rotation=11", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3404, "rotation=11", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3405, "rotation=12", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3406, "rotation=12", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3407, "rotation=13", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3408, "rotation=13", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3409, "rotation=14", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3410, "rotation=14", "waterlogged=false")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3411, "rotation=15", "waterlogged=true")); - Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3412, "rotation=15", "waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3381, "rotation=0","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3382, "rotation=0","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3383, "rotation=1","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3384, "rotation=1","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3385, "rotation=2","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3386, "rotation=2","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3387, "rotation=3","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3388, "rotation=3","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3389, "rotation=4","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3390, "rotation=4","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3391, "rotation=5","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3392, "rotation=5","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3393, "rotation=6","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3394, "rotation=6","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3395, "rotation=7","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3396, "rotation=7","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3397, "rotation=8","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3398, "rotation=8","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3399, "rotation=9","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3400, "rotation=9","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3401, "rotation=10","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3402, "rotation=10","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3403, "rotation=11","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3404, "rotation=11","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3405, "rotation=12","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3406, "rotation=12","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3407, "rotation=13","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3408, "rotation=13","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3409, "rotation=14","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3410, "rotation=14","waterlogged=false")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3411, "rotation=15","waterlogged=true")); + Block.OAK_SIGN.addBlockAlternative(new BlockAlternative((short) 3412, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java index 6905633c3..045b3857d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8304, "type=top", "waterlogged=true")); - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8305, "type=top", "waterlogged=false")); - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8306, "type=bottom", "waterlogged=true")); - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8307, "type=bottom", "waterlogged=false")); - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8308, "type=double", "waterlogged=true")); - Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8309, "type=double", "waterlogged=false")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8304, "type=top","waterlogged=true")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8305, "type=top","waterlogged=false")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8306, "type=bottom","waterlogged=true")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8307, "type=bottom","waterlogged=false")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8308, "type=double","waterlogged=true")); + Block.OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8309, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java index f00ebf6be..7ad205c0c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1954, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1955, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1956, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1957, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1958, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1959, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1960, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1961, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1962, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1963, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1964, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1965, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1966, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1967, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1968, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1969, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1970, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1971, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1972, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1973, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1974, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1975, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1976, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1977, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1978, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1979, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1980, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1981, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1982, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1983, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1984, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1985, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1986, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1987, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1988, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1989, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1990, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1991, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1992, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1993, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1994, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1995, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1996, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1997, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1998, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1999, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2000, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2001, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2002, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2003, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2004, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2005, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2006, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2007, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2008, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2009, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2010, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2011, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2012, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2013, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2014, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2015, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2016, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2017, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2018, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2019, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2020, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2021, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2022, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2023, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2024, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2025, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2026, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2027, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2028, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2029, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2030, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2031, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2032, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2033, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1954, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1955, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1956, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1957, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1958, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1959, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1960, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1961, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1962, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1963, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1964, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1965, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1966, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1967, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1968, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1969, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1970, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1971, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1972, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1973, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1974, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1975, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1976, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1977, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1978, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1979, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1980, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1981, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1982, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1983, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1984, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1985, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1986, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1987, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1988, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1989, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1990, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1991, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1992, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1993, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1994, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1995, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1996, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1997, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1998, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 1999, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2000, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2001, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2002, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2003, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2004, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2005, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2006, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2007, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2008, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2009, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2010, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2011, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2012, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2013, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2014, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2015, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2016, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2017, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2018, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2019, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2020, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2021, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2022, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2023, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2024, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2025, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2026, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2027, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2028, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2029, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2030, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2031, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2032, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.OAK_STAIRS.addBlockAlternative(new BlockAlternative((short) 2033, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java index 29dd7719e..e78aa4aa3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4111, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4112, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4113, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4114, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4115, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4116, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4117, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4118, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4119, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4120, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4121, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4122, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4123, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4124, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4125, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4126, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4127, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4128, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4129, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4130, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4131, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4132, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4133, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4134, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4135, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4136, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4137, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4138, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4139, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4140, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4141, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4142, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4143, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4144, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4145, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4146, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4147, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4148, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4149, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4150, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4151, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4152, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4153, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4154, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4155, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4156, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4157, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4158, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4159, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4160, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4161, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4162, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4163, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4164, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4165, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4166, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4167, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4168, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4169, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4170, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4171, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4172, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4173, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4174, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4111, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4112, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4113, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4114, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4115, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4116, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4117, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4118, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4119, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4120, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4121, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4122, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4123, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4124, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4125, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4126, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4127, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4128, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4129, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4130, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4131, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4132, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4133, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4134, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4135, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4136, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4137, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4138, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4139, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4140, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4141, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4142, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4143, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4144, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4145, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4146, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4147, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4148, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4149, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4150, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4151, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4152, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4153, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4154, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4155, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4156, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4157, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4158, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4159, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4160, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4161, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4162, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4163, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4164, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4165, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4166, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4167, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4168, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4169, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4170, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4171, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4172, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4173, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.OAK_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4174, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java index b790f66a0..f66d17507 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3735, "facing=north", "waterlogged=true")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3736, "facing=north", "waterlogged=false")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3737, "facing=south", "waterlogged=true")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3738, "facing=south", "waterlogged=false")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3739, "facing=west", "waterlogged=true")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3740, "facing=west", "waterlogged=false")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3741, "facing=east", "waterlogged=true")); - Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3742, "facing=east", "waterlogged=false")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3735, "facing=north","waterlogged=true")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3736, "facing=north","waterlogged=false")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3737, "facing=south","waterlogged=true")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3738, "facing=south","waterlogged=false")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3739, "facing=west","waterlogged=true")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3740, "facing=west","waterlogged=false")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3741, "facing=east","waterlogged=true")); + Block.OAK_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3742, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java index 3d8d182fd..c13dff9ba 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OakWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OakWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 109, "axis=x")); Block.OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 110, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java index ea04a4808..4a5e8576c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Observer.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Observer { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9264, "facing=north", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9265, "facing=north", "powered=false")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9266, "facing=east", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9267, "facing=east", "powered=false")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9268, "facing=south", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9269, "facing=south", "powered=false")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9270, "facing=west", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9271, "facing=west", "powered=false")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9272, "facing=up", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9273, "facing=up", "powered=false")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9274, "facing=down", "powered=true")); - Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9275, "facing=down", "powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9264, "facing=north","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9265, "facing=north","powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9266, "facing=east","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9267, "facing=east","powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9268, "facing=south","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9269, "facing=south","powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9270, "facing=west","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9271, "facing=west","powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9272, "facing=up","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9273, "facing=up","powered=false")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9274, "facing=down","powered=true")); + Block.OBSERVER.addBlockAlternative(new BlockAlternative((short) 9275, "facing=down","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Obsidian.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Obsidian.java new file mode 100644 index 000000000..898aa2915 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Obsidian.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Obsidian { + public static void initStates() { + Block.OBSIDIAN.addBlockAlternative(new BlockAlternative((short) 1434)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java index a80538a90..a4858e8c5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7917, "rotation=0")); Block.ORANGE_BANNER.addBlockAlternative(new BlockAlternative((short) 7918, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java index b77dbe55d..c6596e78d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1065, "facing=north", "occupied=true", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1066, "facing=north", "occupied=true", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1067, "facing=north", "occupied=false", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1068, "facing=north", "occupied=false", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1069, "facing=south", "occupied=true", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1070, "facing=south", "occupied=true", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1071, "facing=south", "occupied=false", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1072, "facing=south", "occupied=false", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1073, "facing=west", "occupied=true", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1074, "facing=west", "occupied=true", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1075, "facing=west", "occupied=false", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1076, "facing=west", "occupied=false", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1077, "facing=east", "occupied=true", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1078, "facing=east", "occupied=true", "part=foot")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1079, "facing=east", "occupied=false", "part=head")); - Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1080, "facing=east", "occupied=false", "part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1065, "facing=north","occupied=true","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1066, "facing=north","occupied=true","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1067, "facing=north","occupied=false","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1068, "facing=north","occupied=false","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1069, "facing=south","occupied=true","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1070, "facing=south","occupied=true","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1071, "facing=south","occupied=false","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1072, "facing=south","occupied=false","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1073, "facing=west","occupied=true","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1074, "facing=west","occupied=true","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1075, "facing=west","occupied=false","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1076, "facing=west","occupied=false","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1077, "facing=east","occupied=true","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1078, "facing=east","occupied=true","part=foot")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1079, "facing=east","occupied=false","part=head")); + Block.ORANGE_BED.addBlockAlternative(new BlockAlternative((short) 1080, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeCarpet.java new file mode 100644 index 000000000..6f5be9440 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeCarpet { + public static void initStates() { + Block.ORANGE_CARPET.addBlockAlternative(new BlockAlternative((short) 7871)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcrete.java new file mode 100644 index 000000000..a2c278c0c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeConcrete { + public static void initStates() { + Block.ORANGE_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9443)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcretePowder.java new file mode 100644 index 000000000..49dd50331 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeConcretePowder { + public static void initStates() { + Block.ORANGE_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9459)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java index b118c5ae3..3ff46624b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9382, "facing=north")); Block.ORANGE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9383, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java index d539a899b..bfe5c8470 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9288, "facing=north")); Block.ORANGE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9289, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlass.java new file mode 100644 index 000000000..314503813 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeStainedGlass { + public static void initStates() { + Block.ORANGE_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4096)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java index d8c460d0b..ba9af371b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6899, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6900, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6901, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6902, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6903, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6904, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6905, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6906, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6907, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6908, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6909, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6910, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6911, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6912, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6913, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6914, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6915, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6916, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6917, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6918, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6919, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6920, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6921, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6922, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6923, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6924, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6925, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6926, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6927, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6928, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6929, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6930, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6899, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6900, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6901, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6902, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6903, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6904, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6905, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6906, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6907, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6908, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6909, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6910, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6911, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6912, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6913, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6914, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6915, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6916, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6917, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6918, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6919, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6920, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6921, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6922, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6923, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6924, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6925, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6926, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6927, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6928, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6929, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.ORANGE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6930, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTerracotta.java new file mode 100644 index 000000000..290b79678 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeTerracotta { + public static void initStates() { + Block.ORANGE_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6852)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTulip.java new file mode 100644 index 000000000..fbbbe17b5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeTulip { + public static void initStates() { + Block.ORANGE_TULIP.addBlockAlternative(new BlockAlternative((short) 1418)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java index 5e1988743..0bd7f34c8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class OrangeWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8161, "facing=north")); Block.ORANGE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8162, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWool.java new file mode 100644 index 000000000..1a22b148f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OrangeWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OrangeWool { + public static void initStates() { + Block.ORANGE_WOOL.addBlockAlternative(new BlockAlternative((short) 1385)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/OxeyeDaisy.java b/src/autogenerated/java/net/minestom/server/instance/block/states/OxeyeDaisy.java new file mode 100644 index 000000000..049e184e4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/OxeyeDaisy.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class OxeyeDaisy { + public static void initStates() { + Block.OXEYE_DAISY.addBlockAlternative(new BlockAlternative((short) 1421)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PackedIce.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PackedIce.java new file mode 100644 index 000000000..32ff75735 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PackedIce.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PackedIce { + public static void initStates() { + Block.PACKED_ICE.addBlockAlternative(new BlockAlternative((short) 7888)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java index 491d980eb..f5ad1270c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Peony.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Peony { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PEONY.addBlockAlternative(new BlockAlternative((short) 7895, "half=upper")); Block.PEONY.addBlockAlternative(new BlockAlternative((short) 7896, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java index e24a96b08..44dd4de36 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PetrifiedOakSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PetrifiedOakSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8364, "type=top", "waterlogged=true")); - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8365, "type=top", "waterlogged=false")); - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8366, "type=bottom", "waterlogged=true")); - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8367, "type=bottom", "waterlogged=false")); - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8368, "type=double", "waterlogged=true")); - Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8369, "type=double", "waterlogged=false")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8364, "type=top","waterlogged=true")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8365, "type=top","waterlogged=false")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8366, "type=bottom","waterlogged=true")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8367, "type=bottom","waterlogged=false")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8368, "type=double","waterlogged=true")); + Block.PETRIFIED_OAK_SLAB.addBlockAlternative(new BlockAlternative((short) 8369, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java index a51421a10..7ef441eab 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7997, "rotation=0")); Block.PINK_BANNER.addBlockAlternative(new BlockAlternative((short) 7998, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java index 5f0d5834d..4c9d4c676 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1145, "facing=north", "occupied=true", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1146, "facing=north", "occupied=true", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1147, "facing=north", "occupied=false", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1148, "facing=north", "occupied=false", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1149, "facing=south", "occupied=true", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1150, "facing=south", "occupied=true", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1151, "facing=south", "occupied=false", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1152, "facing=south", "occupied=false", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1153, "facing=west", "occupied=true", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1154, "facing=west", "occupied=true", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1155, "facing=west", "occupied=false", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1156, "facing=west", "occupied=false", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1157, "facing=east", "occupied=true", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1158, "facing=east", "occupied=true", "part=foot")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1159, "facing=east", "occupied=false", "part=head")); - Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1160, "facing=east", "occupied=false", "part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1145, "facing=north","occupied=true","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1146, "facing=north","occupied=true","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1147, "facing=north","occupied=false","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1148, "facing=north","occupied=false","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1149, "facing=south","occupied=true","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1150, "facing=south","occupied=true","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1151, "facing=south","occupied=false","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1152, "facing=south","occupied=false","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1153, "facing=west","occupied=true","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1154, "facing=west","occupied=true","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1155, "facing=west","occupied=false","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1156, "facing=west","occupied=false","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1157, "facing=east","occupied=true","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1158, "facing=east","occupied=true","part=foot")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1159, "facing=east","occupied=false","part=head")); + Block.PINK_BED.addBlockAlternative(new BlockAlternative((short) 1160, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkCarpet.java new file mode 100644 index 000000000..a37b6d213 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkCarpet { + public static void initStates() { + Block.PINK_CARPET.addBlockAlternative(new BlockAlternative((short) 7876)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcrete.java new file mode 100644 index 000000000..dfd7e7d3d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkConcrete { + public static void initStates() { + Block.PINK_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9448)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcretePowder.java new file mode 100644 index 000000000..159eced03 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkConcretePowder { + public static void initStates() { + Block.PINK_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9464)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java index 6dc1f5c85..8b8deae62 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9402, "facing=north")); Block.PINK_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9403, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java index 62a5faa5f..1e14cc3d1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9318, "facing=north")); Block.PINK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9319, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlass.java new file mode 100644 index 000000000..2fa523611 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkStainedGlass { + public static void initStates() { + Block.PINK_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4101)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java index bdabb76b2..9d4d31774 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7059, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7060, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7061, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7062, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7063, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7064, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7065, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7066, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7067, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7068, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7069, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7070, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7071, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7072, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7073, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7074, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7075, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7076, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7077, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7078, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7079, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7080, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7081, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7082, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7083, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7084, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7085, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7086, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7087, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7088, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7089, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7090, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7059, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7060, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7061, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7062, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7063, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7064, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7065, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7066, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7067, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7068, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7069, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7070, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7071, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7072, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7073, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7074, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7075, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7076, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7077, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7078, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7079, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7080, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7081, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7082, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7083, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7084, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7085, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7086, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7087, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7088, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7089, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.PINK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7090, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTerracotta.java new file mode 100644 index 000000000..c09d98bee --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkTerracotta { + public static void initStates() { + Block.PINK_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6857)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTulip.java new file mode 100644 index 000000000..eed02ca61 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkTulip { + public static void initStates() { + Block.PINK_TULIP.addBlockAlternative(new BlockAlternative((short) 1420)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java index 096d644ad..c725cd7b2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PinkWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8181, "facing=north")); Block.PINK_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8182, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWool.java new file mode 100644 index 000000000..a39a901d5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PinkWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PinkWool { + public static void initStates() { + Block.PINK_WOOL.addBlockAlternative(new BlockAlternative((short) 1390)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java index f70e2423d..e694843d5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Piston.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Piston { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1348, "extended=true", "facing=north")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1349, "extended=true", "facing=east")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1350, "extended=true", "facing=south")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1351, "extended=true", "facing=west")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1352, "extended=true", "facing=up")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1353, "extended=true", "facing=down")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1354, "extended=false", "facing=north")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1355, "extended=false", "facing=east")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1356, "extended=false", "facing=south")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1357, "extended=false", "facing=west")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1358, "extended=false", "facing=up")); - Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1359, "extended=false", "facing=down")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1348, "extended=true","facing=north")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1349, "extended=true","facing=east")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1350, "extended=true","facing=south")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1351, "extended=true","facing=west")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1352, "extended=true","facing=up")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1353, "extended=true","facing=down")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1354, "extended=false","facing=north")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1355, "extended=false","facing=east")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1356, "extended=false","facing=south")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1357, "extended=false","facing=west")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1358, "extended=false","facing=up")); + Block.PISTON.addBlockAlternative(new BlockAlternative((short) 1359, "extended=false","facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java index 7d357298c..481fa42d0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PistonHead.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PistonHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1360, "facing=north", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1361, "facing=north", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1362, "facing=north", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1363, "facing=north", "short=false", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1364, "facing=east", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1365, "facing=east", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1366, "facing=east", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1367, "facing=east", "short=false", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1368, "facing=south", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1369, "facing=south", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1370, "facing=south", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1371, "facing=south", "short=false", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1372, "facing=west", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1373, "facing=west", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1374, "facing=west", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1375, "facing=west", "short=false", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1376, "facing=up", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1377, "facing=up", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1378, "facing=up", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1379, "facing=up", "short=false", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1380, "facing=down", "short=true", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1381, "facing=down", "short=true", "type=sticky")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1382, "facing=down", "short=false", "type=normal")); - Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1383, "facing=down", "short=false", "type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1360, "facing=north","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1361, "facing=north","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1362, "facing=north","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1363, "facing=north","short=false","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1364, "facing=east","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1365, "facing=east","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1366, "facing=east","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1367, "facing=east","short=false","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1368, "facing=south","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1369, "facing=south","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1370, "facing=south","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1371, "facing=south","short=false","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1372, "facing=west","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1373, "facing=west","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1374, "facing=west","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1375, "facing=west","short=false","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1376, "facing=up","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1377, "facing=up","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1378, "facing=up","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1379, "facing=up","short=false","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1380, "facing=down","short=true","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1381, "facing=down","short=true","type=sticky")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1382, "facing=down","short=false","type=normal")); + Block.PISTON_HEAD.addBlockAlternative(new BlockAlternative((short) 1383, "facing=down","short=false","type=sticky")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java index 26be43b0a..96c1aa1b0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PlayerHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6554, "rotation=0")); Block.PLAYER_HEAD.addBlockAlternative(new BlockAlternative((short) 6555, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java index e37c1f304..50a47786e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PlayerWallHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PlayerWallHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6570, "facing=north")); Block.PLAYER_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6571, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java index 1a8648d30..85a1a85e7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Podzol.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Podzol { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PODZOL.addBlockAlternative(new BlockAlternative((short) 12, "snowy=true")); Block.PODZOL.addBlockAlternative(new BlockAlternative((short) 13, "snowy=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesite.java new file mode 100644 index 000000000..37bd672e7 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PolishedAndesite { + public static void initStates() { + Block.POLISHED_ANDESITE.addBlockAlternative(new BlockAlternative((short) 7)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java index e931de88e..e1fe39031 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedAndesiteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10859, "type=top", "waterlogged=true")); - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10860, "type=top", "waterlogged=false")); - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10861, "type=bottom", "waterlogged=true")); - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10862, "type=bottom", "waterlogged=false")); - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10863, "type=double", "waterlogged=true")); - Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10864, "type=double", "waterlogged=false")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10859, "type=top","waterlogged=true")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10860, "type=top","waterlogged=false")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10861, "type=bottom","waterlogged=true")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10862, "type=bottom","waterlogged=false")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10863, "type=double","waterlogged=true")); + Block.POLISHED_ANDESITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10864, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java index 195eacdc0..1a8595b14 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedAndesiteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedAndesiteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10633, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10634, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10635, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10636, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10637, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10638, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10639, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10640, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10641, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10642, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10643, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10644, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10645, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10646, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10647, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10648, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10649, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10650, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10651, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10652, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10653, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10654, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10655, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10656, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10657, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10658, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10659, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10660, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10661, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10662, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10663, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10664, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10665, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10666, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10667, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10668, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10669, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10670, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10671, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10672, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10673, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10674, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10675, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10676, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10677, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10678, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10679, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10680, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10681, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10682, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10683, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10684, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10685, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10686, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10687, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10688, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10689, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10690, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10691, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10692, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10693, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10694, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10695, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10696, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10697, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10698, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10699, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10700, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10701, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10702, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10703, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10704, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10705, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10706, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10707, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10708, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10709, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10710, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10711, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10712, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10633, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10634, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10635, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10636, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10637, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10638, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10639, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10640, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10641, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10642, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10643, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10644, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10645, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10646, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10647, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10648, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10649, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10650, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10651, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10652, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10653, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10654, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10655, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10656, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10657, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10658, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10659, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10660, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10661, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10662, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10663, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10664, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10665, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10666, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10667, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10668, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10669, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10670, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10671, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10672, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10673, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10674, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10675, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10676, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10677, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10678, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10679, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10680, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10681, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10682, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10683, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10684, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10685, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10686, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10687, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10688, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10689, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10690, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10691, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10692, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10693, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10694, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10695, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10696, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10697, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10698, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10699, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10700, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10701, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10702, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10703, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10704, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10705, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10706, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10707, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10708, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10709, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10710, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10711, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_ANDESITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10712, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java index 4cc5f4240..c71c7150a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBasalt.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBasalt { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.POLISHED_BASALT.addBlockAlternative(new BlockAlternative((short) 4005, "axis=x")); Block.POLISHED_BASALT.addBlockAlternative(new BlockAlternative((short) 4006, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstone.java new file mode 100644 index 000000000..5b842ee6d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PolishedBlackstone { + public static void initStates() { + Block.POLISHED_BLACKSTONE.addBlockAlternative(new BlockAlternative((short) 16258)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java index 776a36db2..534104511 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16262, "type=top", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16263, "type=top", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16264, "type=bottom", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16265, "type=bottom", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16266, "type=double", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16267, "type=double", "waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16262, "type=top","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16263, "type=top","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16264, "type=bottom","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16265, "type=bottom","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16266, "type=double","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 16267, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java index 8e803cd5c..3662b9a3d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16268, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16269, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16270, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16271, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16272, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16273, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16274, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16275, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16276, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16277, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16278, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16279, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16280, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16281, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16282, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16283, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16284, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16285, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16286, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16287, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16288, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16289, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16290, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16291, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16292, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16293, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16294, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16295, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16296, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16297, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16298, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16299, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16300, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16301, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16302, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16303, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16304, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16305, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16306, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16307, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16308, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16309, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16310, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16311, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16312, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16313, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16314, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16315, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16316, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16317, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16318, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16319, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16320, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16321, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16322, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16323, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16324, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16325, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16326, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16327, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16328, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16329, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16330, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16331, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16332, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16333, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16334, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16335, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16336, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16337, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16338, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16339, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16340, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16341, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16342, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16343, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16344, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16345, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16346, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16347, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16268, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16269, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16270, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16271, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16272, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16273, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16274, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16275, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16276, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16277, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16278, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16279, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16280, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16281, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16282, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16283, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16284, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16285, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16286, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16287, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16288, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16289, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16290, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16291, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16292, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16293, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16294, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16295, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16296, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16297, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16298, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16299, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16300, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16301, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16302, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16303, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16304, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16305, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16306, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16307, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16308, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16309, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16310, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16311, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16312, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16313, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16314, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16315, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16316, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16317, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16318, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16319, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16320, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16321, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16322, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16323, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16324, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16325, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16326, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16327, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16328, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16329, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16330, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16331, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16332, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16333, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16334, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16335, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16336, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16337, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16338, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16339, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16340, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16341, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16342, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16343, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16344, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16345, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16346, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 16347, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java index d47956592..e08645be1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16348, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16349, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16350, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16351, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16352, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16353, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16354, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16355, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16356, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16357, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16358, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16359, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16360, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16361, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16362, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16363, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16364, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16365, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16366, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16367, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16368, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16369, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16370, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16371, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16372, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16373, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16374, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16375, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16376, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16377, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16378, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16379, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16380, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16381, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16382, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16383, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16384, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16385, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16386, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16387, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16388, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16389, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16390, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16391, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16392, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16393, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16394, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16395, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16396, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16397, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16398, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16399, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16400, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16401, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16402, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16403, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16404, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16405, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16406, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16407, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16408, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16409, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16410, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16411, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16412, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16413, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16414, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16415, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16416, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16417, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16418, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16419, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16420, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16421, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16422, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16423, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16424, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16425, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16426, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16427, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16428, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16429, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16430, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16431, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16432, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16433, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16434, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16435, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16436, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16437, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16438, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16439, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16440, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16441, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16442, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16443, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16444, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16445, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16446, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16447, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16448, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16449, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16450, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16451, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16452, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16453, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16454, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16455, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16456, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16457, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16458, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16459, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16460, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16461, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16462, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16463, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16464, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16465, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16466, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16467, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16468, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16469, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16470, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16471, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16472, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16473, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16474, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16475, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16476, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16477, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16478, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16479, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16480, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16481, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16482, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16483, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16484, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16485, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16486, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16487, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16488, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16489, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16490, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16491, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16492, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16493, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16494, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16495, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16496, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16497, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16498, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16499, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16500, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16501, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16502, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16503, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16504, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16505, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16506, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16507, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16508, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16509, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16510, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16511, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16512, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16513, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16514, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16515, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16516, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16517, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16518, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16519, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16520, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16521, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16522, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16523, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16524, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16525, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16526, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16527, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16528, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16529, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16530, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16531, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16532, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16533, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16534, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16535, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16536, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16537, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16538, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16539, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16540, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16541, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16542, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16543, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16544, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16545, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16546, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16547, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16548, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16549, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16550, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16551, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16552, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16553, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16554, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16555, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16556, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16557, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16558, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16559, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16560, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16561, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16562, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16563, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16564, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16565, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16566, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16567, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16568, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16569, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16570, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16571, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16572, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16573, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16574, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16575, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16576, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16577, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16578, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16579, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16580, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16581, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16582, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16583, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16584, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16585, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16586, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16587, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16588, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16589, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16590, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16591, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16592, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16593, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16594, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16595, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16596, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16597, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16598, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16599, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16600, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16601, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16602, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16603, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16604, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16605, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16606, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16607, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16608, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16609, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16610, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16611, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16612, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16613, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16614, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16615, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16616, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16617, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16618, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16619, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16620, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16621, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16622, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16623, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16624, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16625, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16626, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16627, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16628, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16629, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16630, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16631, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16632, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16633, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16634, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16635, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16636, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16637, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16638, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16639, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16640, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16641, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16642, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16643, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16644, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16645, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16646, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16647, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16648, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16649, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16650, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16651, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16652, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16653, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16654, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16655, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16656, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16657, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16658, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16659, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16660, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16661, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16662, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16663, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16664, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16665, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16666, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16667, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16668, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16669, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16670, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16671, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16348, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16349, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16350, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16351, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16352, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16353, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16354, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16355, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16356, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16357, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16358, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16359, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16360, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16361, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16362, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16363, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16364, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16365, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16366, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16367, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16368, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16369, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16370, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16371, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16372, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16373, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16374, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16375, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16376, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16377, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16378, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16379, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16380, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16381, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16382, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16383, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16384, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16385, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16386, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16387, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16388, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16389, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16390, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16391, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16392, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16393, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16394, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16395, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16396, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16397, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16398, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16399, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16400, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16401, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16402, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16403, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16404, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16405, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16406, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16407, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16408, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16409, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16410, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16411, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16412, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16413, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16414, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16415, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16416, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16417, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16418, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16419, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16420, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16421, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16422, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16423, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16424, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16425, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16426, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16427, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16428, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16429, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16430, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16431, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16432, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16433, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16434, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16435, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16436, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16437, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16438, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16439, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16440, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16441, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16442, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16443, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16444, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16445, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16446, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16447, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16448, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16449, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16450, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16451, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16452, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16453, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16454, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16455, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16456, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16457, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16458, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16459, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16460, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16461, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16462, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16463, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16464, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16465, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16466, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16467, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16468, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16469, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16470, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16471, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16472, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16473, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16474, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16475, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16476, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16477, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16478, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16479, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16480, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16481, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16482, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16483, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16484, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16485, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16486, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16487, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16488, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16489, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16490, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16491, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16492, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16493, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16494, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16495, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16496, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16497, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16498, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16499, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16500, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16501, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16502, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16503, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16504, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16505, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16506, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16507, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16508, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16509, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16510, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16511, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16512, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16513, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16514, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16515, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16516, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16517, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16518, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16519, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16520, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16521, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16522, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16523, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16524, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16525, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16526, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16527, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16528, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16529, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16530, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16531, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16532, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16533, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16534, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16535, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16536, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16537, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16538, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16539, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16540, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16541, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16542, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16543, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16544, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16545, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16546, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16547, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16548, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16549, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16550, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16551, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16552, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16553, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16554, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16555, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16556, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16557, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16558, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16559, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16560, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16561, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16562, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16563, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16564, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16565, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16566, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16567, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16568, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16569, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16570, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16571, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16572, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16573, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16574, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16575, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16576, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16577, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16578, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16579, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16580, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16581, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16582, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16583, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16584, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16585, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16586, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16587, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16588, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16589, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16590, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16591, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16592, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16593, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16594, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16595, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16596, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16597, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16598, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16599, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16600, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16601, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16602, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16603, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16604, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16605, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16606, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16607, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16608, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16609, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16610, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16611, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16612, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16613, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16614, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16615, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16616, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16617, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16618, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16619, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16620, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16621, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16622, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16623, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16624, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16625, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16626, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16627, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16628, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16629, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16630, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16631, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16632, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16633, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16634, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16635, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16636, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16637, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16638, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16639, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16640, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16641, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16642, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16643, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16644, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16645, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16646, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16647, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16648, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16649, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16650, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16651, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16652, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16653, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16654, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16655, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16656, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16657, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16658, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16659, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16660, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16661, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16662, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16663, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16664, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16665, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16666, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16667, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16668, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16669, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16670, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 16671, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBricks.java new file mode 100644 index 000000000..c0e637413 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PolishedBlackstoneBricks { + public static void initStates() { + Block.POLISHED_BLACKSTONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 16259)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java index 8428aa72f..f53ceed14 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16761, "face=floor", "facing=north", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16762, "face=floor", "facing=north", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16763, "face=floor", "facing=south", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16764, "face=floor", "facing=south", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16765, "face=floor", "facing=west", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16766, "face=floor", "facing=west", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16767, "face=floor", "facing=east", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16768, "face=floor", "facing=east", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16769, "face=wall", "facing=north", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16770, "face=wall", "facing=north", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16771, "face=wall", "facing=south", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16772, "face=wall", "facing=south", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16773, "face=wall", "facing=west", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16774, "face=wall", "facing=west", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16775, "face=wall", "facing=east", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16776, "face=wall", "facing=east", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16777, "face=ceiling", "facing=north", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16778, "face=ceiling", "facing=north", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16779, "face=ceiling", "facing=south", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16780, "face=ceiling", "facing=south", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16781, "face=ceiling", "facing=west", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16782, "face=ceiling", "facing=west", "powered=false")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16783, "face=ceiling", "facing=east", "powered=true")); - Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16784, "face=ceiling", "facing=east", "powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16761, "face=FLOOR","facing=north","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16762, "face=FLOOR","facing=north","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16763, "face=FLOOR","facing=south","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16764, "face=FLOOR","facing=south","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16765, "face=FLOOR","facing=west","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16766, "face=FLOOR","facing=west","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16767, "face=FLOOR","facing=east","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16768, "face=FLOOR","facing=east","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16769, "face=WALL","facing=north","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16770, "face=WALL","facing=north","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16771, "face=WALL","facing=south","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16772, "face=WALL","facing=south","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16773, "face=WALL","facing=west","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16774, "face=WALL","facing=west","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16775, "face=WALL","facing=east","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16776, "face=WALL","facing=east","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16777, "face=CEILING","facing=north","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16778, "face=CEILING","facing=north","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16779, "face=CEILING","facing=south","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16780, "face=CEILING","facing=south","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16781, "face=CEILING","facing=west","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16782, "face=CEILING","facing=west","powered=false")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16783, "face=CEILING","facing=east","powered=true")); + Block.POLISHED_BLACKSTONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 16784, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java index 050653525..601916e22 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstonePressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstonePressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.POLISHED_BLACKSTONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 16759, "powered=true")); Block.POLISHED_BLACKSTONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 16760, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java index 5a21c5111..c8ce4e0ee 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16753, "type=top", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16754, "type=top", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16755, "type=bottom", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16756, "type=bottom", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16757, "type=double", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16758, "type=double", "waterlogged=false")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16753, "type=top","waterlogged=true")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16754, "type=top","waterlogged=false")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16755, "type=bottom","waterlogged=true")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16756, "type=bottom","waterlogged=false")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16757, "type=double","waterlogged=true")); + Block.POLISHED_BLACKSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 16758, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java index 146fc4339..998d20a7c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16673, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16674, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16675, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16676, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16677, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16678, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16679, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16680, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16681, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16682, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16683, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16684, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16685, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16686, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16687, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16688, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16689, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16690, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16691, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16692, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16693, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16694, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16695, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16696, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16697, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16698, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16699, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16700, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16701, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16702, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16703, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16704, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16705, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16706, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16707, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16708, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16709, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16710, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16711, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16712, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16713, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16714, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16715, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16716, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16717, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16718, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16719, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16720, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16721, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16722, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16723, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16724, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16725, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16726, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16727, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16728, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16729, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16730, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16731, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16732, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16733, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16734, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16735, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16736, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16737, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16738, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16739, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16740, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16741, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16742, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16743, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16744, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16745, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16746, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16747, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16748, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16749, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16750, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16751, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16752, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16673, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16674, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16675, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16676, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16677, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16678, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16679, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16680, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16681, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16682, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16683, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16684, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16685, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16686, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16687, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16688, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16689, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16690, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16691, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16692, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16693, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16694, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16695, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16696, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16697, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16698, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16699, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16700, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16701, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16702, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16703, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16704, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16705, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16706, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16707, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16708, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16709, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16710, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16711, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16712, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16713, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16714, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16715, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16716, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16717, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16718, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16719, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16720, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16721, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16722, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16723, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16724, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16725, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16726, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16727, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16728, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16729, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16730, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16731, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16732, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16733, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16734, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16735, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16736, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16737, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16738, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16739, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16740, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16741, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16742, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16743, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16744, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16745, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16746, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16747, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16748, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16749, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16750, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16751, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_BLACKSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 16752, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java index a115e8c6f..6a1ea530d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedBlackstoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedBlackstoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16785, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16786, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16787, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16788, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16789, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16790, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16791, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16792, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16793, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16794, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16795, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16796, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16797, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16798, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16799, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16800, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16801, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16802, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16803, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16804, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16805, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16806, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16807, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16808, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16809, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16810, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16811, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16812, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16813, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16814, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16815, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16816, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16817, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16818, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16819, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16820, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16821, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16822, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16823, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16824, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16825, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16826, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16827, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16828, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16829, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16830, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16831, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16832, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16833, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16834, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16835, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16836, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16837, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16838, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16839, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16840, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16841, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16842, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16843, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16844, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16845, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16846, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16847, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16848, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16849, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16850, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16851, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16852, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16853, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16854, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16855, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16856, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16857, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16858, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16859, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16860, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16861, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16862, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16863, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16864, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16865, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16866, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16867, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16868, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16869, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16870, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16871, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16872, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16873, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16874, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16875, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16876, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16877, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16878, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16879, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16880, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16881, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16882, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16883, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16884, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16885, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16886, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16887, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16888, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16889, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16890, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16891, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16892, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16893, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16894, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16895, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16896, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16897, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16898, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16899, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16900, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16901, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16902, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16903, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16904, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16905, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16906, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16907, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16908, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16909, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16910, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16911, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16912, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16913, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16914, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16915, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16916, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16917, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16918, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16919, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16920, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16921, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16922, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16923, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16924, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16925, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16926, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16927, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16928, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16929, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16930, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16931, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16932, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16933, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16934, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16935, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16936, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16937, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16938, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16939, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16940, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16941, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16942, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16943, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16944, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16945, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16946, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16947, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16948, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16949, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16950, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16951, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16952, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16953, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16954, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16955, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16956, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16957, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16958, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16959, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16960, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16961, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16962, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16963, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16964, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16965, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16966, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16967, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16968, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16969, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16970, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16971, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16972, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16973, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16974, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16975, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16976, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16977, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16978, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16979, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16980, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16981, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16982, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16983, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16984, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16985, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16986, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16987, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16988, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16989, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16990, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16991, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16992, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16993, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16994, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16995, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16996, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16997, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16998, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16999, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17000, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17001, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17002, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17003, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17004, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17005, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17006, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17007, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17008, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17009, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17010, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17011, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17012, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17013, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17014, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17015, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17016, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17017, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17018, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17019, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17020, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17021, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17022, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17023, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17024, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17025, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17026, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17027, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17028, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17029, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17030, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17031, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17032, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17033, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17034, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17035, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17036, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17037, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17038, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17039, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17040, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17041, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17042, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17043, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17044, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17045, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17046, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17047, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17048, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17049, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17050, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17051, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17052, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17053, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17054, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17055, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17056, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17057, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17058, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17059, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17060, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17061, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17062, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17063, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17064, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17065, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17066, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17067, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17068, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17069, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17070, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17071, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17072, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17073, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17074, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17075, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17076, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17077, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17078, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17079, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17080, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17081, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17082, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17083, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17084, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17085, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17086, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17087, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17088, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17089, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17090, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17091, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17092, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17093, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17094, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17095, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17096, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17097, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17098, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17099, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17100, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17101, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17102, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17103, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17104, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17105, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17106, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17107, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17108, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16785, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16786, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16787, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16788, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16789, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16790, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16791, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16792, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16793, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16794, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16795, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16796, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16797, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16798, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16799, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16800, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16801, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16802, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16803, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16804, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16805, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16806, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16807, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16808, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16809, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16810, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16811, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16812, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16813, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16814, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16815, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16816, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16817, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16818, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16819, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16820, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16821, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16822, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16823, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16824, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16825, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16826, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16827, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16828, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16829, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16830, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16831, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16832, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16833, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16834, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16835, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16836, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16837, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16838, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16839, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16840, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16841, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16842, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16843, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16844, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16845, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16846, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16847, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16848, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16849, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16850, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16851, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16852, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16853, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16854, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16855, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16856, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16857, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16858, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16859, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16860, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16861, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16862, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16863, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16864, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16865, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16866, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16867, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16868, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16869, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16870, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16871, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16872, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16873, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16874, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16875, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16876, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16877, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16878, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16879, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16880, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16881, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16882, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16883, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16884, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16885, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16886, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16887, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16888, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16889, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16890, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16891, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16892, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16893, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16894, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16895, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16896, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16897, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16898, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16899, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16900, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16901, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16902, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16903, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16904, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16905, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16906, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16907, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16908, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16909, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16910, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16911, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16912, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16913, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16914, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16915, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16916, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16917, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16918, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16919, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16920, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16921, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16922, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16923, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16924, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16925, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16926, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16927, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16928, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16929, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16930, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16931, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16932, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16933, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16934, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16935, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16936, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16937, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16938, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16939, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16940, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16941, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16942, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16943, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16944, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16945, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16946, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16947, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16948, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16949, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16950, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16951, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16952, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16953, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16954, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16955, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16956, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16957, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16958, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16959, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16960, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16961, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16962, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16963, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16964, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16965, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16966, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16967, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16968, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16969, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16970, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16971, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16972, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16973, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16974, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16975, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16976, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16977, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16978, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16979, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16980, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16981, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16982, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16983, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16984, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16985, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16986, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16987, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16988, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16989, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16990, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16991, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16992, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16993, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16994, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16995, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16996, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16997, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16998, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 16999, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17000, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17001, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17002, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17003, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17004, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17005, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17006, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17007, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17008, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17009, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17010, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17011, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17012, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17013, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17014, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17015, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17016, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17017, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17018, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17019, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17020, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17021, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17022, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17023, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17024, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17025, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17026, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17027, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17028, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17029, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17030, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17031, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17032, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17033, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17034, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17035, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17036, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17037, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17038, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17039, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17040, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17041, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17042, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17043, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17044, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17045, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17046, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17047, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17048, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17049, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17050, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17051, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17052, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17053, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17054, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17055, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17056, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17057, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17058, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17059, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17060, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17061, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17062, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17063, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17064, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17065, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17066, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17067, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17068, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17069, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17070, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17071, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17072, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17073, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17074, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17075, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17076, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17077, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17078, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17079, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17080, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17081, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17082, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17083, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17084, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17085, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17086, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17087, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17088, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17089, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17090, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17091, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17092, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17093, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17094, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17095, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17096, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17097, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17098, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17099, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17100, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17101, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17102, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17103, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17104, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17105, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17106, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17107, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.POLISHED_BLACKSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 17108, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDiorite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDiorite.java new file mode 100644 index 000000000..f2425c51a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDiorite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PolishedDiorite { + public static void initStates() { + Block.POLISHED_DIORITE.addBlockAlternative(new BlockAlternative((short) 5)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java index 26d1ff5ef..fd440c091 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedDioriteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10811, "type=top", "waterlogged=true")); - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10812, "type=top", "waterlogged=false")); - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10813, "type=bottom", "waterlogged=true")); - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10814, "type=bottom", "waterlogged=false")); - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10815, "type=double", "waterlogged=true")); - Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10816, "type=double", "waterlogged=false")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10811, "type=top","waterlogged=true")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10812, "type=top","waterlogged=false")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10813, "type=bottom","waterlogged=true")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10814, "type=bottom","waterlogged=false")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10815, "type=double","waterlogged=true")); + Block.POLISHED_DIORITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10816, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java index dc24d8ff0..ac7ed0268 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedDioriteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedDioriteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9913, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9914, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9915, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9916, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9917, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9918, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9919, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9920, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9921, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9922, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9923, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9924, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9925, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9926, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9927, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9928, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9929, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9930, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9931, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9932, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9933, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9934, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9935, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9936, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9937, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9938, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9939, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9940, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9941, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9942, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9943, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9944, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9945, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9946, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9947, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9948, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9949, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9950, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9951, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9952, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9953, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9954, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9955, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9956, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9957, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9958, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9959, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9960, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9961, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9962, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9963, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9964, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9965, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9966, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9967, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9968, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9969, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9970, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9971, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9972, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9973, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9974, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9975, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9976, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9977, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9978, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9979, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9980, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9981, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9982, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9983, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9984, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9985, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9986, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9987, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9988, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9989, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9990, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9991, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9992, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9913, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9914, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9915, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9916, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9917, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9918, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9919, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9920, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9921, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9922, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9923, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9924, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9925, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9926, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9927, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9928, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9929, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9930, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9931, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9932, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9933, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9934, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9935, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9936, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9937, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9938, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9939, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9940, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9941, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9942, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9943, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9944, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9945, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9946, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9947, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9948, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9949, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9950, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9951, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9952, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9953, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9954, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9955, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9956, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9957, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9958, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9959, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9960, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9961, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9962, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9963, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9964, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9965, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9966, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9967, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9968, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9969, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9970, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9971, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9972, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9973, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9974, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9975, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9976, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9977, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9978, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9979, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9980, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9981, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9982, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9983, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9984, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9985, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9986, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9987, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9988, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9989, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9990, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9991, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_DIORITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9992, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGranite.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGranite.java new file mode 100644 index 000000000..d12133697 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGranite.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PolishedGranite { + public static void initStates() { + Block.POLISHED_GRANITE.addBlockAlternative(new BlockAlternative((short) 3)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java index 67d08a414..3faa888b4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedGraniteSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10793, "type=top", "waterlogged=true")); - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10794, "type=top", "waterlogged=false")); - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10795, "type=bottom", "waterlogged=true")); - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10796, "type=bottom", "waterlogged=false")); - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10797, "type=double", "waterlogged=true")); - Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10798, "type=double", "waterlogged=false")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10793, "type=top","waterlogged=true")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10794, "type=top","waterlogged=false")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10795, "type=bottom","waterlogged=true")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10796, "type=bottom","waterlogged=false")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10797, "type=double","waterlogged=true")); + Block.POLISHED_GRANITE_SLAB.addBlockAlternative(new BlockAlternative((short) 10798, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java index 0b033a1d6..5f8752f1f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PolishedGraniteStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PolishedGraniteStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9673, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9674, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9675, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9676, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9677, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9678, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9679, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9680, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9681, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9682, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9683, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9684, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9685, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9686, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9687, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9688, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9689, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9690, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9691, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9692, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9693, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9694, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9695, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9696, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9697, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9698, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9699, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9700, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9701, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9702, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9703, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9704, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9705, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9706, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9707, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9708, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9709, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9710, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9711, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9712, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9713, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9714, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9715, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9716, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9717, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9718, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9719, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9720, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9721, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9722, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9723, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9724, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9725, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9726, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9727, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9728, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9729, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9730, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9731, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9732, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9733, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9734, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9735, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9736, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9737, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9738, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9739, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9740, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9741, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9742, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9743, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9744, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9745, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9746, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9747, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9748, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9749, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9750, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9751, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9752, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9673, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9674, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9675, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9676, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9677, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9678, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9679, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9680, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9681, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9682, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9683, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9684, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9685, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9686, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9687, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9688, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9689, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9690, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9691, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9692, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9693, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9694, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9695, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9696, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9697, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9698, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9699, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9700, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9701, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9702, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9703, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9704, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9705, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9706, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9707, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9708, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9709, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9710, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9711, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9712, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9713, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9714, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9715, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9716, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9717, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9718, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9719, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9720, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9721, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9722, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9723, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9724, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9725, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9726, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9727, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9728, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9729, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9730, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9731, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9732, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9733, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9734, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9735, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9736, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9737, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9738, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9739, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9740, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9741, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9742, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9743, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9744, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9745, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9746, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9747, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9748, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9749, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9750, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9751, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.POLISHED_GRANITE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9752, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Poppy.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Poppy.java new file mode 100644 index 000000000..d71447c06 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Poppy.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Poppy { + public static void initStates() { + Block.POPPY.addBlockAlternative(new BlockAlternative((short) 1413)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java index 6cd15c506..c0f0fa683 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Potatoes.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Potatoes { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.POTATOES.addBlockAlternative(new BlockAlternative((short) 6342, "age=0")); Block.POTATOES.addBlockAlternative(new BlockAlternative((short) 6343, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAcaciaSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAcaciaSapling.java new file mode 100644 index 000000000..ede5508c2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAcaciaSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedAcaciaSapling { + public static void initStates() { + Block.POTTED_ACACIA_SAPLING.addBlockAlternative(new BlockAlternative((short) 6314)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAllium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAllium.java new file mode 100644 index 000000000..2950dcfad --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAllium.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedAllium { + public static void initStates() { + Block.POTTED_ALLIUM.addBlockAlternative(new BlockAlternative((short) 6320)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAzureBluet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAzureBluet.java new file mode 100644 index 000000000..3d580a706 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedAzureBluet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedAzureBluet { + public static void initStates() { + Block.POTTED_AZURE_BLUET.addBlockAlternative(new BlockAlternative((short) 6321)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBamboo.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBamboo.java new file mode 100644 index 000000000..dcedee475 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBamboo.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedBamboo { + public static void initStates() { + Block.POTTED_BAMBOO.addBlockAlternative(new BlockAlternative((short) 9668)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBirchSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBirchSapling.java new file mode 100644 index 000000000..4f5acd6d5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBirchSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedBirchSapling { + public static void initStates() { + Block.POTTED_BIRCH_SAPLING.addBlockAlternative(new BlockAlternative((short) 6312)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBlueOrchid.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBlueOrchid.java new file mode 100644 index 000000000..b29cee332 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBlueOrchid.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedBlueOrchid { + public static void initStates() { + Block.POTTED_BLUE_ORCHID.addBlockAlternative(new BlockAlternative((short) 6319)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBrownMushroom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBrownMushroom.java new file mode 100644 index 000000000..a15317675 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedBrownMushroom.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedBrownMushroom { + public static void initStates() { + Block.POTTED_BROWN_MUSHROOM.addBlockAlternative(new BlockAlternative((short) 6331)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCactus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCactus.java new file mode 100644 index 000000000..77388fc33 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCactus.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedCactus { + public static void initStates() { + Block.POTTED_CACTUS.addBlockAlternative(new BlockAlternative((short) 6333)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCornflower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCornflower.java new file mode 100644 index 000000000..61ad3a101 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCornflower.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedCornflower { + public static void initStates() { + Block.POTTED_CORNFLOWER.addBlockAlternative(new BlockAlternative((short) 6327)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonFungus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonFungus.java new file mode 100644 index 000000000..04be34056 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonFungus.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedCrimsonFungus { + public static void initStates() { + Block.POTTED_CRIMSON_FUNGUS.addBlockAlternative(new BlockAlternative((short) 15842)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonRoots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonRoots.java new file mode 100644 index 000000000..cd59bd5ab --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedCrimsonRoots.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedCrimsonRoots { + public static void initStates() { + Block.POTTED_CRIMSON_ROOTS.addBlockAlternative(new BlockAlternative((short) 15844)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDandelion.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDandelion.java new file mode 100644 index 000000000..23e28e133 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDandelion.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedDandelion { + public static void initStates() { + Block.POTTED_DANDELION.addBlockAlternative(new BlockAlternative((short) 6317)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDarkOakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDarkOakSapling.java new file mode 100644 index 000000000..23f448267 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDarkOakSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedDarkOakSapling { + public static void initStates() { + Block.POTTED_DARK_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 6315)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDeadBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDeadBush.java new file mode 100644 index 000000000..12c430d97 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedDeadBush.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedDeadBush { + public static void initStates() { + Block.POTTED_DEAD_BUSH.addBlockAlternative(new BlockAlternative((short) 6332)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedFern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedFern.java new file mode 100644 index 000000000..4d3521c1e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedFern.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedFern { + public static void initStates() { + Block.POTTED_FERN.addBlockAlternative(new BlockAlternative((short) 6316)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedJungleSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedJungleSapling.java new file mode 100644 index 000000000..a2e09025e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedJungleSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedJungleSapling { + public static void initStates() { + Block.POTTED_JUNGLE_SAPLING.addBlockAlternative(new BlockAlternative((short) 6313)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedLilyOfTheValley.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedLilyOfTheValley.java new file mode 100644 index 000000000..11117050c --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedLilyOfTheValley.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedLilyOfTheValley { + public static void initStates() { + Block.POTTED_LILY_OF_THE_VALLEY.addBlockAlternative(new BlockAlternative((short) 6328)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOakSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOakSapling.java new file mode 100644 index 000000000..4ba6deb3e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOakSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedOakSapling { + public static void initStates() { + Block.POTTED_OAK_SAPLING.addBlockAlternative(new BlockAlternative((short) 6310)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOrangeTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOrangeTulip.java new file mode 100644 index 000000000..d1331d829 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOrangeTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedOrangeTulip { + public static void initStates() { + Block.POTTED_ORANGE_TULIP.addBlockAlternative(new BlockAlternative((short) 6323)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOxeyeDaisy.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOxeyeDaisy.java new file mode 100644 index 000000000..0798c1c83 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedOxeyeDaisy.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedOxeyeDaisy { + public static void initStates() { + Block.POTTED_OXEYE_DAISY.addBlockAlternative(new BlockAlternative((short) 6326)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPinkTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPinkTulip.java new file mode 100644 index 000000000..df190beb3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPinkTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedPinkTulip { + public static void initStates() { + Block.POTTED_PINK_TULIP.addBlockAlternative(new BlockAlternative((short) 6325)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPoppy.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPoppy.java new file mode 100644 index 000000000..60a40727e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedPoppy.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedPoppy { + public static void initStates() { + Block.POTTED_POPPY.addBlockAlternative(new BlockAlternative((short) 6318)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedMushroom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedMushroom.java new file mode 100644 index 000000000..c73cd6484 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedMushroom.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedRedMushroom { + public static void initStates() { + Block.POTTED_RED_MUSHROOM.addBlockAlternative(new BlockAlternative((short) 6330)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedTulip.java new file mode 100644 index 000000000..a2d11b7a8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedRedTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedRedTulip { + public static void initStates() { + Block.POTTED_RED_TULIP.addBlockAlternative(new BlockAlternative((short) 6322)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedSpruceSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedSpruceSapling.java new file mode 100644 index 000000000..cb847eae5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedSpruceSapling.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedSpruceSapling { + public static void initStates() { + Block.POTTED_SPRUCE_SAPLING.addBlockAlternative(new BlockAlternative((short) 6311)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedFungus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedFungus.java new file mode 100644 index 000000000..6d551ac89 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedFungus.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedWarpedFungus { + public static void initStates() { + Block.POTTED_WARPED_FUNGUS.addBlockAlternative(new BlockAlternative((short) 15843)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedRoots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedRoots.java new file mode 100644 index 000000000..d11be158b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWarpedRoots.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedWarpedRoots { + public static void initStates() { + Block.POTTED_WARPED_ROOTS.addBlockAlternative(new BlockAlternative((short) 15845)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWhiteTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWhiteTulip.java new file mode 100644 index 000000000..17a658d89 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWhiteTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedWhiteTulip { + public static void initStates() { + Block.POTTED_WHITE_TULIP.addBlockAlternative(new BlockAlternative((short) 6324)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWitherRose.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWitherRose.java new file mode 100644 index 000000000..29d037ba6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PottedWitherRose.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PottedWitherRose { + public static void initStates() { + Block.POTTED_WITHER_ROSE.addBlockAlternative(new BlockAlternative((short) 6329)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java index 48db501dd..8ae4ad9ad 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PoweredRail.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PoweredRail { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1305, "powered=true", "shape=north_south")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1306, "powered=true", "shape=east_west")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1307, "powered=true", "shape=ascending_east")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1308, "powered=true", "shape=ascending_west")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1309, "powered=true", "shape=ascending_north")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1310, "powered=true", "shape=ascending_south")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1311, "powered=false", "shape=north_south")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1312, "powered=false", "shape=east_west")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1313, "powered=false", "shape=ascending_east")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1314, "powered=false", "shape=ascending_west")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1315, "powered=false", "shape=ascending_north")); - Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1316, "powered=false", "shape=ascending_south")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1305, "powered=true","shape=north_south")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1306, "powered=true","shape=east_west")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1307, "powered=true","shape=ascending_east")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1308, "powered=true","shape=ascending_west")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1309, "powered=true","shape=ascending_north")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1310, "powered=true","shape=ascending_south")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1311, "powered=false","shape=north_south")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1312, "powered=false","shape=east_west")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1313, "powered=false","shape=ascending_east")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1314, "powered=false","shape=ascending_west")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1315, "powered=false","shape=ascending_north")); + Block.POWERED_RAIL.addBlockAlternative(new BlockAlternative((short) 1316, "powered=false","shape=ascending_south")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Prismarine.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Prismarine.java new file mode 100644 index 000000000..4dee363c6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Prismarine.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Prismarine { + public static void initStates() { + Block.PRISMARINE.addBlockAlternative(new BlockAlternative((short) 7605)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java index e07966b7f..0d06e8160 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PrismarineBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7854, "type=top", "waterlogged=true")); - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7855, "type=top", "waterlogged=false")); - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7856, "type=bottom", "waterlogged=true")); - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7857, "type=bottom", "waterlogged=false")); - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7858, "type=double", "waterlogged=true")); - Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7859, "type=double", "waterlogged=false")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7854, "type=top","waterlogged=true")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7855, "type=top","waterlogged=false")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7856, "type=bottom","waterlogged=true")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7857, "type=bottom","waterlogged=false")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7858, "type=double","waterlogged=true")); + Block.PRISMARINE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 7859, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java index 89201974f..8d79fb97d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PrismarineBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7688, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7689, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7690, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7691, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7692, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7693, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7694, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7695, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7696, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7697, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7698, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7699, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7700, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7701, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7702, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7703, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7704, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7705, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7706, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7707, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7708, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7709, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7710, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7711, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7712, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7713, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7714, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7715, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7716, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7717, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7718, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7719, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7720, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7721, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7722, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7723, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7724, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7725, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7726, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7727, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7728, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7729, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7730, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7731, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7732, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7733, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7734, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7735, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7736, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7737, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7738, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7739, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7740, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7741, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7742, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7743, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7744, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7745, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7746, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7747, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7748, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7749, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7750, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7751, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7752, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7753, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7754, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7755, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7756, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7757, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7758, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7759, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7760, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7761, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7762, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7763, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7764, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7765, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7766, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7767, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7688, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7689, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7690, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7691, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7692, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7693, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7694, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7695, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7696, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7697, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7698, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7699, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7700, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7701, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7702, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7703, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7704, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7705, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7706, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7707, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7708, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7709, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7710, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7711, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7712, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7713, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7714, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7715, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7716, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7717, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7718, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7719, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7720, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7721, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7722, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7723, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7724, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7725, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7726, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7727, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7728, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7729, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7730, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7731, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7732, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7733, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7734, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7735, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7736, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7737, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7738, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7739, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7740, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7741, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7742, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7743, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7744, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7745, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7746, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7747, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7748, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7749, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7750, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7751, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7752, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7753, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7754, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7755, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7756, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7757, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7758, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7759, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7760, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7761, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7762, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7763, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7764, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7765, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7766, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 7767, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBricks.java new file mode 100644 index 000000000..6e0e635cc --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PrismarineBricks { + public static void initStates() { + Block.PRISMARINE_BRICKS.addBlockAlternative(new BlockAlternative((short) 7606)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java index 77a35b7d4..41d6d20c7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PrismarineSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7848, "type=top", "waterlogged=true")); - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7849, "type=top", "waterlogged=false")); - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7850, "type=bottom", "waterlogged=true")); - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7851, "type=bottom", "waterlogged=false")); - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7852, "type=double", "waterlogged=true")); - Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7853, "type=double", "waterlogged=false")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7848, "type=top","waterlogged=true")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7849, "type=top","waterlogged=false")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7850, "type=bottom","waterlogged=true")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7851, "type=bottom","waterlogged=false")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7852, "type=double","waterlogged=true")); + Block.PRISMARINE_SLAB.addBlockAlternative(new BlockAlternative((short) 7853, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java index 42a392dd3..56f55106f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PrismarineStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7608, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7609, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7610, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7611, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7612, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7613, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7614, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7615, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7616, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7617, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7618, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7619, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7620, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7621, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7622, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7623, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7624, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7625, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7626, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7627, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7628, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7629, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7630, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7631, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7632, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7633, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7634, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7635, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7636, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7637, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7638, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7639, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7640, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7641, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7642, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7643, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7644, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7645, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7646, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7647, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7648, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7649, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7650, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7651, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7652, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7653, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7654, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7655, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7656, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7657, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7658, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7659, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7660, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7661, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7662, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7663, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7664, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7665, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7666, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7667, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7668, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7669, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7670, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7671, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7672, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7673, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7674, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7675, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7676, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7677, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7678, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7679, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7680, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7681, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7682, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7683, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7684, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7685, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7686, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7687, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7608, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7609, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7610, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7611, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7612, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7613, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7614, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7615, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7616, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7617, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7618, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7619, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7620, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7621, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7622, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7623, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7624, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7625, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7626, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7627, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7628, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7629, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7630, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7631, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7632, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7633, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7634, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7635, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7636, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7637, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7638, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7639, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7640, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7641, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7642, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7643, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7644, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7645, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7646, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7647, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7648, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7649, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7650, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7651, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7652, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7653, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7654, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7655, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7656, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7657, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7658, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7659, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7660, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7661, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7662, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7663, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7664, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7665, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7666, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7667, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7668, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7669, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7670, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7671, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7672, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7673, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7674, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7675, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7676, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7677, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7678, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7679, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7680, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7681, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7682, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7683, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7684, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7685, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7686, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.PRISMARINE_STAIRS.addBlockAlternative(new BlockAlternative((short) 7687, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java index 8d061636f..4ac7979eb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PrismarineWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PrismarineWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11195, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11196, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11197, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11198, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11199, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11200, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11201, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11202, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11203, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11204, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11205, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11206, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11207, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11208, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11209, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11210, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11211, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11212, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11213, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11214, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11215, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11216, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11217, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11218, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11219, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11220, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11221, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11222, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11223, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11224, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11225, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11226, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11227, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11228, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11229, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11230, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11231, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11232, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11233, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11234, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11235, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11236, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11237, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11238, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11239, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11240, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11241, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11242, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11243, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11244, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11245, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11246, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11247, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11248, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11249, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11250, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11251, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11252, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11253, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11254, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11255, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11256, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11257, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11258, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11259, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11260, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11261, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11262, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11263, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11264, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11265, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11266, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11267, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11268, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11269, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11270, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11271, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11272, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11273, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11274, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11275, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11276, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11277, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11278, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11279, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11280, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11281, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11282, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11283, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11284, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11285, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11286, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11287, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11288, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11289, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11290, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11291, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11292, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11293, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11294, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11295, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11296, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11297, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11298, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11299, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11300, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11301, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11302, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11303, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11304, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11305, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11306, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11307, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11308, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11309, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11310, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11311, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11312, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11313, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11314, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11315, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11316, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11317, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11318, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11319, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11320, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11321, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11322, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11323, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11324, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11325, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11326, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11327, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11328, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11329, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11330, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11331, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11332, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11333, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11334, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11335, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11336, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11337, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11338, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11339, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11340, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11341, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11342, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11343, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11344, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11345, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11346, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11347, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11348, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11349, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11350, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11351, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11352, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11353, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11354, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11355, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11356, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11357, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11358, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11359, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11360, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11361, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11362, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11363, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11364, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11365, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11366, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11367, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11368, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11369, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11370, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11371, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11372, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11373, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11374, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11375, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11376, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11377, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11378, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11379, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11380, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11381, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11382, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11383, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11384, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11385, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11386, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11387, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11388, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11389, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11390, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11391, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11392, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11393, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11394, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11395, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11396, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11397, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11398, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11399, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11400, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11401, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11402, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11403, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11404, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11405, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11406, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11407, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11408, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11409, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11410, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11411, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11412, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11413, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11414, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11415, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11416, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11417, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11418, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11419, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11420, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11421, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11422, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11423, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11424, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11425, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11426, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11427, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11428, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11429, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11430, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11431, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11432, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11433, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11434, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11435, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11436, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11437, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11438, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11439, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11440, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11441, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11442, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11443, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11444, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11445, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11446, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11447, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11448, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11449, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11450, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11451, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11452, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11453, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11454, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11455, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11456, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11457, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11458, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11459, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11460, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11461, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11462, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11463, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11464, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11465, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11466, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11467, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11468, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11469, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11470, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11471, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11472, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11473, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11474, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11475, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11476, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11477, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11478, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11479, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11480, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11481, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11482, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11483, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11484, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11485, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11486, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11487, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11488, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11489, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11490, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11491, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11492, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11493, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11494, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11495, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11496, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11497, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11498, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11499, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11500, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11501, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11502, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11503, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11504, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11505, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11506, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11507, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11508, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11509, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11510, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11511, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11512, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11513, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11514, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11515, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11516, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11517, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11518, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11195, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11196, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11197, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11198, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11199, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11200, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11201, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11202, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11203, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11204, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11205, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11206, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11207, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11208, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11209, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11210, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11211, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11212, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11213, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11214, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11215, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11216, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11217, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11218, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11219, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11220, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11221, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11222, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11223, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11224, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11225, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11226, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11227, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11228, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11229, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11230, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11231, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11232, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11233, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11234, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11235, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11236, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11237, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11238, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11239, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11240, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11241, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11242, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11243, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11244, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11245, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11246, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11247, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11248, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11249, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11250, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11251, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11252, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11253, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11254, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11255, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11256, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11257, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11258, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11259, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11260, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11261, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11262, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11263, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11264, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11265, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11266, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11267, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11268, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11269, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11270, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11271, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11272, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11273, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11274, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11275, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11276, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11277, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11278, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11279, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11280, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11281, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11282, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11283, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11284, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11285, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11286, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11287, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11288, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11289, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11290, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11291, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11292, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11293, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11294, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11295, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11296, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11297, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11298, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11299, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11300, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11301, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11302, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11303, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11304, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11305, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11306, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11307, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11308, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11309, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11310, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11311, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11312, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11313, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11314, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11315, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11316, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11317, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11318, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11319, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11320, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11321, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11322, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11323, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11324, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11325, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11326, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11327, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11328, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11329, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11330, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11331, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11332, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11333, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11334, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11335, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11336, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11337, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11338, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11339, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11340, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11341, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11342, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11343, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11344, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11345, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11346, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11347, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11348, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11349, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11350, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11351, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11352, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11353, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11354, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11355, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11356, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11357, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11358, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11359, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11360, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11361, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11362, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11363, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11364, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11365, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11366, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11367, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11368, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11369, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11370, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11371, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11372, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11373, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11374, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11375, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11376, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11377, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11378, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11379, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11380, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11381, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11382, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11383, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11384, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11385, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11386, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11387, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11388, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11389, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11390, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11391, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11392, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11393, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11394, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11395, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11396, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11397, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11398, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11399, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11400, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11401, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11402, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11403, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11404, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11405, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11406, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11407, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11408, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11409, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11410, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11411, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11412, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11413, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11414, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11415, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11416, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11417, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11418, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11419, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11420, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11421, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11422, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11423, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11424, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11425, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11426, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11427, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11428, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11429, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11430, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11431, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11432, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11433, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11434, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11435, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11436, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11437, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11438, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11439, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11440, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11441, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11442, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11443, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11444, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11445, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11446, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11447, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11448, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11449, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11450, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11451, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11452, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11453, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11454, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11455, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11456, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11457, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11458, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11459, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11460, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11461, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11462, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11463, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11464, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11465, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11466, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11467, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11468, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11469, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11470, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11471, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11472, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11473, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11474, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11475, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11476, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11477, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11478, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11479, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11480, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11481, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11482, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11483, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11484, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11485, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11486, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11487, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11488, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11489, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11490, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11491, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11492, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11493, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11494, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11495, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11496, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11497, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11498, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11499, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11500, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11501, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11502, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11503, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11504, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11505, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11506, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11507, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11508, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11509, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11510, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11511, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11512, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11513, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11514, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11515, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11516, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11517, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.PRISMARINE_WALL.addBlockAlternative(new BlockAlternative((short) 11518, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Pumpkin.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Pumpkin.java new file mode 100644 index 000000000..efe8d54ec --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Pumpkin.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Pumpkin { + public static void initStates() { + Block.PUMPKIN.addBlockAlternative(new BlockAlternative((short) 3998)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java index 186b84bd6..0d0790042 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PumpkinStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PumpkinStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4776, "age=0")); Block.PUMPKIN_STEM.addBlockAlternative(new BlockAlternative((short) 4777, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java index 6d28c8135..019ed1583 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8061, "rotation=0")); Block.PURPLE_BANNER.addBlockAlternative(new BlockAlternative((short) 8062, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java index 62e7854a1..211156d01 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1209, "facing=north", "occupied=true", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1210, "facing=north", "occupied=true", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1211, "facing=north", "occupied=false", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1212, "facing=north", "occupied=false", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1213, "facing=south", "occupied=true", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1214, "facing=south", "occupied=true", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1215, "facing=south", "occupied=false", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1216, "facing=south", "occupied=false", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1217, "facing=west", "occupied=true", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1218, "facing=west", "occupied=true", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1219, "facing=west", "occupied=false", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1220, "facing=west", "occupied=false", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1221, "facing=east", "occupied=true", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1222, "facing=east", "occupied=true", "part=foot")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1223, "facing=east", "occupied=false", "part=head")); - Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1224, "facing=east", "occupied=false", "part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1209, "facing=north","occupied=true","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1210, "facing=north","occupied=true","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1211, "facing=north","occupied=false","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1212, "facing=north","occupied=false","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1213, "facing=south","occupied=true","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1214, "facing=south","occupied=true","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1215, "facing=south","occupied=false","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1216, "facing=south","occupied=false","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1217, "facing=west","occupied=true","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1218, "facing=west","occupied=true","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1219, "facing=west","occupied=false","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1220, "facing=west","occupied=false","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1221, "facing=east","occupied=true","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1222, "facing=east","occupied=true","part=foot")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1223, "facing=east","occupied=false","part=head")); + Block.PURPLE_BED.addBlockAlternative(new BlockAlternative((short) 1224, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleCarpet.java new file mode 100644 index 000000000..561d357f3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleCarpet { + public static void initStates() { + Block.PURPLE_CARPET.addBlockAlternative(new BlockAlternative((short) 7880)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcrete.java new file mode 100644 index 000000000..98b1f4199 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleConcrete { + public static void initStates() { + Block.PURPLE_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9452)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcretePowder.java new file mode 100644 index 000000000..fc1c798e2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleConcretePowder { + public static void initStates() { + Block.PURPLE_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9468)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java index 1e81c002e..88fea37c5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9418, "facing=north")); Block.PURPLE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9419, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java index 090544922..bd84914ed 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9342, "facing=north")); Block.PURPLE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9343, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlass.java new file mode 100644 index 000000000..a01aeecd5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleStainedGlass { + public static void initStates() { + Block.PURPLE_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4105)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java index 25c7a6beb..8ce5df4fd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7187, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7188, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7189, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7190, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7191, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7192, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7193, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7194, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7195, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7196, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7197, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7198, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7199, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7200, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7201, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7202, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7203, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7204, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7205, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7206, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7207, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7208, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7209, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7210, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7211, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7212, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7213, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7214, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7215, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7216, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7217, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7218, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7187, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7188, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7189, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7190, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7191, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7192, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7193, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7194, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7195, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7196, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7197, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7198, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7199, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7200, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7201, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7202, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7203, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7204, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7205, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7206, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7207, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7208, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7209, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7210, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7211, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7212, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7213, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7214, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7215, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7216, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7217, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.PURPLE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7218, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleTerracotta.java new file mode 100644 index 000000000..fe1e261c6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleTerracotta { + public static void initStates() { + Block.PURPLE_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6861)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java index 5847d7d2e..e9a11db3f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpleWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8197, "facing=north")); Block.PURPLE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8198, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWool.java new file mode 100644 index 000000000..618ac1317 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpleWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpleWool { + public static void initStates() { + Block.PURPLE_WOOL.addBlockAlternative(new BlockAlternative((short) 1394)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurBlock.java new file mode 100644 index 000000000..bff706903 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class PurpurBlock { + public static void initStates() { + Block.PURPUR_BLOCK.addBlockAlternative(new BlockAlternative((short) 9138)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java index c15f4f606..b5da630cf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurPillar.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpurPillar { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 9139, "axis=x")); Block.PURPUR_PILLAR.addBlockAlternative(new BlockAlternative((short) 9140, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java index 5a8f13837..83e339553 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpurSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8412, "type=top", "waterlogged=true")); - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8413, "type=top", "waterlogged=false")); - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8414, "type=bottom", "waterlogged=true")); - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8415, "type=bottom", "waterlogged=false")); - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8416, "type=double", "waterlogged=true")); - Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8417, "type=double", "waterlogged=false")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8412, "type=top","waterlogged=true")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8413, "type=top","waterlogged=false")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8414, "type=bottom","waterlogged=true")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8415, "type=bottom","waterlogged=false")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8416, "type=double","waterlogged=true")); + Block.PURPUR_SLAB.addBlockAlternative(new BlockAlternative((short) 8417, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java index 8c2fb5bbe..e9e8213b5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/PurpurStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class PurpurStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9142, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9143, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9144, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9145, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9146, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9147, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9148, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9149, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9150, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9151, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9152, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9153, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9154, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9155, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9156, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9157, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9158, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9159, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9160, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9161, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9162, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9163, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9164, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9165, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9166, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9167, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9168, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9169, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9170, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9171, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9172, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9173, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9174, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9175, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9176, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9177, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9178, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9179, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9180, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9181, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9182, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9183, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9184, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9185, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9186, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9187, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9188, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9189, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9190, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9191, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9192, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9193, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9194, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9195, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9196, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9197, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9198, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9199, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9200, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9201, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9202, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9203, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9204, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9205, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9206, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9207, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9208, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9209, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9210, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9211, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9212, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9213, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9214, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9215, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9216, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9217, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9218, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9219, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9220, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9221, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9142, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9143, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9144, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9145, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9146, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9147, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9148, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9149, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9150, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9151, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9152, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9153, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9154, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9155, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9156, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9157, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9158, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9159, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9160, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9161, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9162, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9163, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9164, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9165, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9166, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9167, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9168, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9169, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9170, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9171, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9172, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9173, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9174, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9175, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9176, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9177, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9178, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9179, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9180, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9181, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9182, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9183, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9184, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9185, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9186, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9187, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9188, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9189, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9190, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9191, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9192, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9193, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9194, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9195, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9196, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9197, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9198, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9199, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9200, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9201, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9202, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9203, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9204, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9205, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9206, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9207, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9208, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9209, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9210, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9211, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9212, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9213, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9214, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9215, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9216, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9217, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9218, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9219, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9220, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.PURPUR_STAIRS.addBlockAlternative(new BlockAlternative((short) 9221, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBlock.java new file mode 100644 index 000000000..39daa3046 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class QuartzBlock { + public static void initStates() { + Block.QUARTZ_BLOCK.addBlockAlternative(new BlockAlternative((short) 6742)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBricks.java new file mode 100644 index 000000000..2058f9a5d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class QuartzBricks { + public static void initStates() { + Block.QUARTZ_BRICKS.addBlockAlternative(new BlockAlternative((short) 17111)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java index aa04c8928..b7a196d3e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzPillar.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class QuartzPillar { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6744, "axis=x")); Block.QUARTZ_PILLAR.addBlockAlternative(new BlockAlternative((short) 6745, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java index bd9e61d83..ec4fb31b8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class QuartzSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8394, "type=top", "waterlogged=true")); - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8395, "type=top", "waterlogged=false")); - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8396, "type=bottom", "waterlogged=true")); - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8397, "type=bottom", "waterlogged=false")); - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8398, "type=double", "waterlogged=true")); - Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8399, "type=double", "waterlogged=false")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8394, "type=top","waterlogged=true")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8395, "type=top","waterlogged=false")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8396, "type=bottom","waterlogged=true")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8397, "type=bottom","waterlogged=false")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8398, "type=double","waterlogged=true")); + Block.QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 8399, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java index 3fda8ae9f..7d93f43b7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/QuartzStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class QuartzStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6747, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6748, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6749, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6750, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6751, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6752, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6753, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6754, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6755, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6756, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6757, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6758, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6759, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6760, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6761, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6762, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6763, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6764, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6765, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6766, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6767, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6768, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6769, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6770, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6771, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6772, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6773, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6774, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6775, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6776, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6777, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6778, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6779, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6780, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6781, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6782, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6783, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6784, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6785, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6786, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6787, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6788, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6789, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6790, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6791, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6792, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6793, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6794, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6795, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6796, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6797, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6798, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6799, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6800, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6801, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6802, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6803, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6804, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6805, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6806, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6807, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6808, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6809, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6810, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6811, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6812, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6813, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6814, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6815, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6816, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6817, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6818, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6819, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6820, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6821, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6822, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6823, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6824, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6825, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6826, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6747, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6748, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6749, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6750, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6751, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6752, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6753, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6754, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6755, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6756, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6757, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6758, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6759, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6760, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6761, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6762, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6763, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6764, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6765, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6766, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6767, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6768, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6769, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6770, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6771, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6772, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6773, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6774, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6775, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6776, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6777, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6778, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6779, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6780, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6781, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6782, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6783, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6784, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6785, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6786, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6787, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6788, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6789, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6790, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6791, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6792, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6793, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6794, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6795, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6796, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6797, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6798, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6799, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6800, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6801, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6802, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6803, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6804, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6805, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6806, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6807, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6808, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6809, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6810, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6811, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6812, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6813, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6814, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6815, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6816, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6817, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6818, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6819, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6820, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6821, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6822, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6823, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6824, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6825, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 6826, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java index 7ddac5a39..bb44f0e20 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Rail.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Rail { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RAIL.addBlockAlternative(new BlockAlternative((short) 3645, "shape=north_south")); Block.RAIL.addBlockAlternative(new BlockAlternative((short) 3646, "shape=east_west")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java index bcbe23702..a87a6bee2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8125, "rotation=0")); Block.RED_BANNER.addBlockAlternative(new BlockAlternative((short) 8126, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java index 990619b84..ca734e693 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1273, "facing=north", "occupied=true", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1274, "facing=north", "occupied=true", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1275, "facing=north", "occupied=false", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1276, "facing=north", "occupied=false", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1277, "facing=south", "occupied=true", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1278, "facing=south", "occupied=true", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1279, "facing=south", "occupied=false", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1280, "facing=south", "occupied=false", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1281, "facing=west", "occupied=true", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1282, "facing=west", "occupied=true", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1283, "facing=west", "occupied=false", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1284, "facing=west", "occupied=false", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1285, "facing=east", "occupied=true", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1286, "facing=east", "occupied=true", "part=foot")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1287, "facing=east", "occupied=false", "part=head")); - Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1288, "facing=east", "occupied=false", "part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1273, "facing=north","occupied=true","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1274, "facing=north","occupied=true","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1275, "facing=north","occupied=false","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1276, "facing=north","occupied=false","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1277, "facing=south","occupied=true","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1278, "facing=south","occupied=true","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1279, "facing=south","occupied=false","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1280, "facing=south","occupied=false","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1281, "facing=west","occupied=true","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1282, "facing=west","occupied=true","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1283, "facing=west","occupied=false","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1284, "facing=west","occupied=false","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1285, "facing=east","occupied=true","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1286, "facing=east","occupied=true","part=foot")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1287, "facing=east","occupied=false","part=head")); + Block.RED_BED.addBlockAlternative(new BlockAlternative((short) 1288, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedCarpet.java new file mode 100644 index 000000000..fdb889b5d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedCarpet { + public static void initStates() { + Block.RED_CARPET.addBlockAlternative(new BlockAlternative((short) 7884)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcrete.java new file mode 100644 index 000000000..911389e52 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedConcrete { + public static void initStates() { + Block.RED_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9456)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcretePowder.java new file mode 100644 index 000000000..33b3ec2d5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedConcretePowder { + public static void initStates() { + Block.RED_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9472)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java index 3fc395a81..09b615402 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9434, "facing=north")); Block.RED_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9435, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroom.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroom.java new file mode 100644 index 000000000..a580db7e6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroom.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedMushroom { + public static void initStates() { + Block.RED_MUSHROOM.addBlockAlternative(new BlockAlternative((short) 1426)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java index 0a5af780d..1ecd660c8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedMushroomBlock.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedMushroomBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4569, "down=true", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4570, "down=true", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4571, "down=true", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4572, "down=true", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4573, "down=true", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4574, "down=true", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4575, "down=true", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4576, "down=true", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4577, "down=true", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4578, "down=true", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4579, "down=true", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4580, "down=true", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4581, "down=true", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4582, "down=true", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4583, "down=true", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4584, "down=true", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4585, "down=true", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4586, "down=true", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4587, "down=true", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4588, "down=true", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4589, "down=true", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4590, "down=true", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4591, "down=true", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4592, "down=true", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4593, "down=true", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4594, "down=true", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4595, "down=true", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4596, "down=true", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4597, "down=true", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4598, "down=true", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4599, "down=true", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4600, "down=true", "east=false", "north=false", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4601, "down=false", "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4602, "down=false", "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4603, "down=false", "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4604, "down=false", "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4605, "down=false", "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4606, "down=false", "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4607, "down=false", "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4608, "down=false", "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4609, "down=false", "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4610, "down=false", "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4611, "down=false", "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4612, "down=false", "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4613, "down=false", "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4614, "down=false", "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4615, "down=false", "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4616, "down=false", "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4617, "down=false", "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4618, "down=false", "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4619, "down=false", "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4620, "down=false", "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4621, "down=false", "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4622, "down=false", "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4623, "down=false", "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4624, "down=false", "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4625, "down=false", "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4626, "down=false", "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4627, "down=false", "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4628, "down=false", "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4629, "down=false", "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4630, "down=false", "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4631, "down=false", "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4632, "down=false", "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4569, "down=true","east=true","north=true","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4570, "down=true","east=true","north=true","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4571, "down=true","east=true","north=true","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4572, "down=true","east=true","north=true","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4573, "down=true","east=true","north=true","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4574, "down=true","east=true","north=true","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4575, "down=true","east=true","north=true","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4576, "down=true","east=true","north=true","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4577, "down=true","east=true","north=false","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4578, "down=true","east=true","north=false","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4579, "down=true","east=true","north=false","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4580, "down=true","east=true","north=false","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4581, "down=true","east=true","north=false","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4582, "down=true","east=true","north=false","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4583, "down=true","east=true","north=false","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4584, "down=true","east=true","north=false","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4585, "down=true","east=false","north=true","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4586, "down=true","east=false","north=true","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4587, "down=true","east=false","north=true","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4588, "down=true","east=false","north=true","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4589, "down=true","east=false","north=true","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4590, "down=true","east=false","north=true","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4591, "down=true","east=false","north=true","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4592, "down=true","east=false","north=true","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4593, "down=true","east=false","north=false","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4594, "down=true","east=false","north=false","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4595, "down=true","east=false","north=false","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4596, "down=true","east=false","north=false","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4597, "down=true","east=false","north=false","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4598, "down=true","east=false","north=false","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4599, "down=true","east=false","north=false","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4600, "down=true","east=false","north=false","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4601, "down=false","east=true","north=true","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4602, "down=false","east=true","north=true","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4603, "down=false","east=true","north=true","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4604, "down=false","east=true","north=true","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4605, "down=false","east=true","north=true","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4606, "down=false","east=true","north=true","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4607, "down=false","east=true","north=true","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4608, "down=false","east=true","north=true","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4609, "down=false","east=true","north=false","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4610, "down=false","east=true","north=false","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4611, "down=false","east=true","north=false","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4612, "down=false","east=true","north=false","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4613, "down=false","east=true","north=false","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4614, "down=false","east=true","north=false","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4615, "down=false","east=true","north=false","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4616, "down=false","east=true","north=false","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4617, "down=false","east=false","north=true","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4618, "down=false","east=false","north=true","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4619, "down=false","east=false","north=true","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4620, "down=false","east=false","north=true","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4621, "down=false","east=false","north=true","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4622, "down=false","east=false","north=true","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4623, "down=false","east=false","north=true","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4624, "down=false","east=false","north=true","south=false","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4625, "down=false","east=false","north=false","south=true","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4626, "down=false","east=false","north=false","south=true","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4627, "down=false","east=false","north=false","south=true","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4628, "down=false","east=false","north=false","south=true","up=false","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4629, "down=false","east=false","north=false","south=false","up=true","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4630, "down=false","east=false","north=false","south=false","up=true","west=false")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4631, "down=false","east=false","north=false","south=false","up=false","west=true")); + Block.RED_MUSHROOM_BLOCK.addBlockAlternative(new BlockAlternative((short) 4632, "down=false","east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java index 496ecd4c5..d28d3a961 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedNetherBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10853, "type=top", "waterlogged=true")); - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10854, "type=top", "waterlogged=false")); - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10855, "type=bottom", "waterlogged=true")); - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10856, "type=bottom", "waterlogged=false")); - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10857, "type=double", "waterlogged=true")); - Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10858, "type=double", "waterlogged=false")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10853, "type=top","waterlogged=true")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10854, "type=top","waterlogged=false")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10855, "type=bottom","waterlogged=true")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10856, "type=bottom","waterlogged=false")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10857, "type=double","waterlogged=true")); + Block.RED_NETHER_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 10858, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java index 2207cc9af..0cda89ee9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedNetherBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10553, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10554, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10555, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10556, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10557, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10558, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10559, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10560, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10561, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10562, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10563, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10564, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10565, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10566, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10567, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10568, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10569, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10570, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10571, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10572, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10573, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10574, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10575, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10576, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10577, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10578, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10579, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10580, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10581, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10582, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10583, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10584, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10585, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10586, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10587, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10588, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10589, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10590, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10591, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10592, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10593, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10594, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10595, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10596, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10597, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10598, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10599, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10600, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10601, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10602, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10603, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10604, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10605, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10606, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10607, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10608, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10609, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10610, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10611, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10612, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10613, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10614, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10615, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10616, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10617, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10618, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10619, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10620, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10621, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10622, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10623, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10624, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10625, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10626, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10627, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10628, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10629, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10630, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10631, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10632, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10553, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10554, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10555, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10556, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10557, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10558, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10559, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10560, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10561, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10562, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10563, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10564, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10565, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10566, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10567, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10568, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10569, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10570, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10571, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10572, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10573, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10574, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10575, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10576, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10577, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10578, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10579, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10580, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10581, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10582, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10583, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10584, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10585, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10586, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10587, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10588, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10589, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10590, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10591, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10592, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10593, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10594, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10595, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10596, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10597, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10598, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10599, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10600, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10601, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10602, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10603, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10604, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10605, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10606, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10607, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10608, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10609, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10610, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10611, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10612, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10613, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10614, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10615, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10616, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10617, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10618, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10619, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10620, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10621, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10622, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10623, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10624, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10625, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10626, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10627, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10628, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10629, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10630, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10631, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_NETHER_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 10632, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java index b07ac6efb..e34665120 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedNetherBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13463, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13464, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13465, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13466, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13467, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13468, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13469, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13470, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13471, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13472, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13473, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13474, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13475, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13476, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13477, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13478, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13479, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13480, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13481, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13482, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13483, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13484, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13485, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13486, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13487, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13488, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13489, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13490, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13491, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13492, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13493, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13494, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13495, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13496, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13497, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13498, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13499, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13500, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13501, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13502, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13503, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13504, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13505, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13506, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13507, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13508, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13509, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13510, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13511, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13512, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13513, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13514, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13515, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13516, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13517, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13518, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13519, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13520, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13521, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13522, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13523, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13524, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13525, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13526, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13527, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13528, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13529, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13530, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13531, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13532, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13533, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13534, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13535, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13536, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13537, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13538, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13539, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13540, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13541, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13542, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13543, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13544, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13545, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13546, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13547, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13548, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13549, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13550, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13551, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13552, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13553, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13554, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13555, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13556, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13557, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13558, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13559, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13560, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13561, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13562, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13563, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13564, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13565, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13566, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13567, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13568, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13569, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13570, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13571, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13572, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13573, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13574, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13575, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13576, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13577, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13578, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13579, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13580, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13581, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13582, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13583, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13584, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13585, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13586, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13587, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13588, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13589, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13590, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13591, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13592, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13593, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13594, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13595, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13596, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13597, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13598, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13599, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13600, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13601, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13602, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13603, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13604, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13605, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13606, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13607, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13608, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13609, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13610, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13611, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13612, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13613, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13614, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13615, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13616, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13617, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13618, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13619, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13620, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13621, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13622, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13623, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13624, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13625, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13626, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13627, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13628, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13629, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13630, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13631, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13632, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13633, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13634, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13635, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13636, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13637, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13638, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13639, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13640, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13641, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13642, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13643, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13644, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13645, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13646, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13647, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13648, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13649, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13650, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13651, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13652, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13653, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13654, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13655, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13656, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13657, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13658, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13659, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13660, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13661, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13662, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13663, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13664, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13665, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13666, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13667, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13668, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13669, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13670, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13671, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13672, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13673, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13674, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13675, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13676, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13677, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13678, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13679, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13680, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13681, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13682, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13683, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13684, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13685, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13686, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13687, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13688, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13689, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13690, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13691, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13692, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13693, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13694, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13695, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13696, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13697, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13698, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13699, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13700, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13701, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13702, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13703, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13704, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13705, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13706, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13707, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13708, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13709, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13710, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13711, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13712, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13713, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13714, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13715, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13716, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13717, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13718, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13719, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13720, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13721, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13722, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13723, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13724, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13725, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13726, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13727, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13728, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13729, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13730, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13731, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13732, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13733, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13734, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13735, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13736, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13737, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13738, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13739, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13740, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13741, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13742, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13743, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13744, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13745, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13746, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13747, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13748, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13749, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13750, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13751, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13752, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13753, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13754, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13755, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13756, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13757, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13758, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13759, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13760, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13761, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13762, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13763, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13764, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13765, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13766, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13767, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13768, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13769, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13770, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13771, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13772, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13773, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13774, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13775, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13776, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13777, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13778, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13779, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13780, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13781, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13782, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13783, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13784, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13785, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13786, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13463, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13464, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13465, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13466, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13467, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13468, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13469, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13470, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13471, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13472, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13473, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13474, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13475, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13476, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13477, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13478, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13479, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13480, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13481, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13482, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13483, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13484, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13485, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13486, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13487, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13488, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13489, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13490, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13491, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13492, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13493, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13494, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13495, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13496, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13497, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13498, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13499, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13500, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13501, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13502, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13503, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13504, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13505, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13506, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13507, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13508, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13509, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13510, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13511, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13512, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13513, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13514, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13515, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13516, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13517, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13518, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13519, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13520, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13521, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13522, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13523, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13524, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13525, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13526, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13527, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13528, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13529, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13530, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13531, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13532, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13533, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13534, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13535, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13536, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13537, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13538, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13539, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13540, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13541, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13542, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13543, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13544, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13545, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13546, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13547, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13548, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13549, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13550, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13551, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13552, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13553, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13554, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13555, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13556, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13557, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13558, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13559, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13560, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13561, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13562, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13563, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13564, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13565, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13566, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13567, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13568, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13569, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13570, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13571, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13572, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13573, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13574, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13575, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13576, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13577, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13578, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13579, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13580, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13581, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13582, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13583, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13584, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13585, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13586, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13587, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13588, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13589, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13590, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13591, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13592, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13593, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13594, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13595, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13596, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13597, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13598, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13599, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13600, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13601, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13602, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13603, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13604, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13605, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13606, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13607, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13608, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13609, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13610, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13611, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13612, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13613, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13614, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13615, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13616, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13617, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13618, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13619, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13620, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13621, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13622, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13623, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13624, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13625, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13626, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13627, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13628, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13629, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13630, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13631, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13632, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13633, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13634, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13635, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13636, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13637, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13638, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13639, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13640, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13641, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13642, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13643, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13644, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13645, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13646, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13647, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13648, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13649, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13650, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13651, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13652, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13653, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13654, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13655, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13656, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13657, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13658, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13659, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13660, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13661, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13662, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13663, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13664, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13665, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13666, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13667, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13668, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13669, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13670, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13671, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13672, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13673, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13674, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13675, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13676, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13677, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13678, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13679, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13680, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13681, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13682, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13683, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13684, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13685, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13686, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13687, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13688, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13689, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13690, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13691, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13692, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13693, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13694, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13695, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13696, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13697, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13698, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13699, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13700, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13701, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13702, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13703, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13704, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13705, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13706, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13707, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13708, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13709, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13710, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13711, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13712, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13713, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13714, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13715, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13716, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13717, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13718, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13719, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13720, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13721, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13722, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13723, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13724, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13725, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13726, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13727, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13728, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13729, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13730, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13731, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13732, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13733, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13734, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13735, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13736, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13737, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13738, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13739, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13740, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13741, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13742, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13743, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13744, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13745, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13746, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13747, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13748, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13749, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13750, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13751, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13752, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13753, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13754, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13755, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13756, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13757, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13758, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13759, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13760, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13761, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13762, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13763, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13764, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13765, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13766, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13767, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13768, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13769, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13770, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13771, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13772, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13773, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13774, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13775, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13776, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13777, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13778, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13779, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13780, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13781, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13782, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13783, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13784, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13785, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_NETHER_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 13786, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBricks.java new file mode 100644 index 000000000..141084ef4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedNetherBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedNetherBricks { + public static void initStates() { + Block.RED_NETHER_BRICKS.addBlockAlternative(new BlockAlternative((short) 9259)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSand.java new file mode 100644 index 000000000..143160812 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSand.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedSand { + public static void initStates() { + Block.RED_SAND.addBlockAlternative(new BlockAlternative((short) 67)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstone.java new file mode 100644 index 000000000..5cee71fcb --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedSandstone { + public static void initStates() { + Block.RED_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 8221)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java index 8a4c55684..1497353b6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedSandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8400, "type=top", "waterlogged=true")); - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8401, "type=top", "waterlogged=false")); - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8402, "type=bottom", "waterlogged=true")); - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8403, "type=bottom", "waterlogged=false")); - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8404, "type=double", "waterlogged=true")); - Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8405, "type=double", "waterlogged=false")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8400, "type=top","waterlogged=true")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8401, "type=top","waterlogged=false")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8402, "type=bottom","waterlogged=true")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8403, "type=bottom","waterlogged=false")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8404, "type=double","waterlogged=true")); + Block.RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8405, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java index ce87c9265..10788280e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedSandstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8224, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8225, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8226, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8227, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8228, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8229, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8230, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8231, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8232, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8233, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8234, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8235, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8236, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8237, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8238, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8239, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8240, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8241, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8242, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8243, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8244, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8245, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8246, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8247, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8248, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8249, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8250, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8251, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8252, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8253, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8254, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8255, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8256, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8257, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8258, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8259, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8260, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8261, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8262, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8263, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8264, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8265, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8266, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8267, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8268, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8269, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8270, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8271, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8272, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8273, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8274, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8275, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8276, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8277, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8278, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8279, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8280, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8281, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8282, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8283, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8284, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8285, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8286, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8287, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8288, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8289, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8290, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8291, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8292, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8293, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8294, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8295, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8296, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8297, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8298, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8299, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8300, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8301, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8302, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8303, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8224, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8225, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8226, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8227, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8228, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8229, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8230, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8231, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8232, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8233, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8234, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8235, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8236, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8237, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8238, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8239, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8240, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8241, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8242, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8243, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8244, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8245, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8246, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8247, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8248, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8249, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8250, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8251, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8252, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8253, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8254, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8255, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8256, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8257, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8258, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8259, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8260, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8261, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8262, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8263, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8264, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8265, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8266, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8267, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8268, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8269, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8270, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8271, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8272, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8273, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8274, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8275, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8276, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8277, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8278, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8279, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8280, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8281, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8282, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8283, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8284, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8285, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8286, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8287, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8288, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8289, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8290, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8291, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8292, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8293, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8294, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8295, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8296, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8297, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8298, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8299, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8300, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8301, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8302, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 8303, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java index 0d438ce47..fd35f3dd0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedSandstoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedSandstoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11519, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11520, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11521, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11522, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11523, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11524, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11525, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11526, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11527, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11528, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11529, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11530, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11531, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11532, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11533, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11534, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11535, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11536, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11537, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11538, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11539, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11540, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11541, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11542, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11543, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11544, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11545, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11546, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11547, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11548, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11549, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11550, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11551, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11552, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11553, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11554, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11555, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11556, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11557, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11558, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11559, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11560, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11561, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11562, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11563, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11564, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11565, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11566, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11567, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11568, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11569, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11570, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11571, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11572, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11573, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11574, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11575, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11576, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11577, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11578, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11579, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11580, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11581, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11582, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11583, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11584, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11585, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11586, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11587, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11588, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11589, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11590, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11591, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11592, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11593, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11594, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11595, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11596, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11597, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11598, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11599, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11600, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11601, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11602, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11603, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11604, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11605, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11606, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11607, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11608, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11609, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11610, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11611, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11612, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11613, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11614, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11615, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11616, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11617, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11618, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11619, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11620, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11621, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11622, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11623, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11624, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11625, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11626, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11627, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11628, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11629, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11630, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11631, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11632, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11633, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11634, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11635, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11636, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11637, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11638, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11639, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11640, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11641, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11642, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11643, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11644, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11645, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11646, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11647, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11648, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11649, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11650, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11651, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11652, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11653, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11654, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11655, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11656, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11657, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11658, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11659, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11660, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11661, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11662, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11663, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11664, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11665, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11666, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11667, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11668, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11669, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11670, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11671, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11672, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11673, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11674, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11675, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11676, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11677, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11678, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11679, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11680, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11681, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11682, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11683, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11684, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11685, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11686, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11687, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11688, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11689, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11690, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11691, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11692, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11693, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11694, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11695, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11696, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11697, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11698, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11699, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11700, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11701, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11702, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11703, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11704, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11705, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11706, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11707, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11708, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11709, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11710, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11711, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11712, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11713, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11714, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11715, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11716, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11717, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11718, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11719, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11720, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11721, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11722, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11723, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11724, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11725, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11726, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11727, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11728, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11729, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11730, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11731, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11732, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11733, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11734, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11735, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11736, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11737, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11738, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11739, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11740, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11741, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11742, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11743, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11744, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11745, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11746, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11747, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11748, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11749, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11750, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11751, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11752, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11753, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11754, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11755, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11756, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11757, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11758, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11759, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11760, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11761, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11762, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11763, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11764, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11765, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11766, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11767, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11768, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11769, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11770, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11771, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11772, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11773, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11774, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11775, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11776, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11777, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11778, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11779, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11780, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11781, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11782, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11783, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11784, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11785, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11786, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11787, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11788, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11789, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11790, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11791, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11792, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11793, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11794, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11795, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11796, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11797, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11798, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11799, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11800, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11801, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11802, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11803, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11804, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11805, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11806, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11807, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11808, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11809, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11810, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11811, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11812, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11813, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11814, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11815, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11816, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11817, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11818, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11819, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11820, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11821, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11822, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11823, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11824, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11825, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11826, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11827, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11828, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11829, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11830, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11831, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11832, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11833, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11834, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11835, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11836, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11837, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11838, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11839, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11840, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11841, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11842, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11519, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11520, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11521, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11522, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11523, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11524, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11525, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11526, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11527, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11528, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11529, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11530, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11531, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11532, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11533, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11534, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11535, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11536, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11537, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11538, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11539, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11540, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11541, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11542, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11543, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11544, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11545, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11546, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11547, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11548, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11549, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11550, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11551, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11552, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11553, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11554, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11555, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11556, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11557, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11558, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11559, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11560, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11561, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11562, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11563, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11564, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11565, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11566, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11567, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11568, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11569, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11570, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11571, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11572, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11573, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11574, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11575, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11576, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11577, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11578, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11579, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11580, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11581, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11582, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11583, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11584, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11585, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11586, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11587, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11588, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11589, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11590, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11591, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11592, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11593, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11594, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11595, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11596, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11597, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11598, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11599, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11600, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11601, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11602, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11603, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11604, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11605, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11606, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11607, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11608, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11609, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11610, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11611, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11612, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11613, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11614, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11615, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11616, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11617, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11618, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11619, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11620, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11621, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11622, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11623, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11624, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11625, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11626, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11627, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11628, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11629, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11630, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11631, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11632, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11633, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11634, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11635, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11636, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11637, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11638, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11639, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11640, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11641, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11642, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11643, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11644, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11645, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11646, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11647, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11648, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11649, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11650, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11651, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11652, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11653, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11654, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11655, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11656, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11657, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11658, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11659, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11660, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11661, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11662, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11663, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11664, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11665, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11666, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11667, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11668, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11669, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11670, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11671, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11672, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11673, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11674, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11675, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11676, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11677, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11678, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11679, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11680, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11681, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11682, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11683, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11684, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11685, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11686, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11687, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11688, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11689, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11690, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11691, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11692, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11693, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11694, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11695, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11696, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11697, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11698, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11699, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11700, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11701, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11702, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11703, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11704, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11705, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11706, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11707, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11708, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11709, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11710, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11711, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11712, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11713, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11714, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11715, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11716, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11717, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11718, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11719, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11720, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11721, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11722, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11723, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11724, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11725, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11726, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11727, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11728, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11729, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11730, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11731, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11732, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11733, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11734, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11735, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11736, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11737, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11738, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11739, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11740, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11741, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11742, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11743, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11744, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11745, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11746, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11747, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11748, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11749, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11750, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11751, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11752, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11753, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11754, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11755, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11756, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11757, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11758, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11759, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11760, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11761, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11762, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11763, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11764, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11765, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11766, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11767, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11768, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11769, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11770, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11771, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11772, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11773, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11774, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11775, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11776, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11777, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11778, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11779, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11780, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11781, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11782, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11783, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11784, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11785, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11786, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11787, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11788, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11789, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11790, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11791, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11792, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11793, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11794, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11795, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11796, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11797, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11798, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11799, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11800, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11801, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11802, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11803, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11804, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11805, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11806, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11807, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11808, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11809, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11810, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11811, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11812, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11813, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11814, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11815, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11816, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11817, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11818, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11819, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11820, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11821, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11822, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11823, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11824, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11825, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11826, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11827, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11828, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11829, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11830, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11831, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11832, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11833, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11834, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11835, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11836, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11837, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11838, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11839, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11840, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11841, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.RED_SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 11842, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java index 9da2eef90..8b77c5cf2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9366, "facing=north")); Block.RED_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9367, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlass.java new file mode 100644 index 000000000..8847eacdd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedStainedGlass { + public static void initStates() { + Block.RED_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4109)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java index f98f1f816..3b8c6f68f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7315, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7316, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7317, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7318, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7319, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7320, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7321, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7322, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7323, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7324, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7325, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7326, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7327, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7328, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7329, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7330, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7331, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7332, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7333, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7334, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7335, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7336, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7337, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7338, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7339, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7340, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7341, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7342, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7343, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7344, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7345, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7346, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7315, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7316, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7317, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7318, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7319, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7320, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7321, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7322, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7323, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7324, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7325, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7326, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7327, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7328, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7329, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7330, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7331, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7332, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7333, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7334, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7335, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7336, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7337, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7338, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7339, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7340, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7341, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7342, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7343, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7344, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7345, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.RED_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7346, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedTerracotta.java new file mode 100644 index 000000000..3c7ddaeb2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedTerracotta { + public static void initStates() { + Block.RED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6865)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedTulip.java new file mode 100644 index 000000000..987bbea7b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedTulip { + public static void initStates() { + Block.RED_TULIP.addBlockAlternative(new BlockAlternative((short) 1417)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java index 78f44f9e8..a8fb3b038 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8213, "facing=north")); Block.RED_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8214, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWool.java new file mode 100644 index 000000000..32b3f73b0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedWool { + public static void initStates() { + Block.RED_WOOL.addBlockAlternative(new BlockAlternative((short) 1398)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneBlock.java new file mode 100644 index 000000000..1bf704d6d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class RedstoneBlock { + public static void initStates() { + Block.REDSTONE_BLOCK.addBlockAlternative(new BlockAlternative((short) 6730)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java index 8d7a50195..1af121b29 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneLamp.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedstoneLamp { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5160, "lit=true")); Block.REDSTONE_LAMP.addBlockAlternative(new BlockAlternative((short) 5161, "lit=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java index ad0cec5aa..e2288dc03 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneOre.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedstoneOre { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3885, "lit=true")); Block.REDSTONE_ORE.addBlockAlternative(new BlockAlternative((short) 3886, "lit=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java index ebc064888..7fe084058 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneTorch.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedstoneTorch { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3887, "lit=true")); Block.REDSTONE_TORCH.addBlockAlternative(new BlockAlternative((short) 3888, "lit=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java index 99bf2d617..d75c918d7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWallTorch.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedstoneWallTorch { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3889, "facing=north", "lit=true")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3890, "facing=north", "lit=false")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3891, "facing=south", "lit=true")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3892, "facing=south", "lit=false")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3893, "facing=west", "lit=true")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3894, "facing=west", "lit=false")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3895, "facing=east", "lit=true")); - Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3896, "facing=east", "lit=false")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3889, "facing=north","lit=true")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3890, "facing=north","lit=false")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3891, "facing=south","lit=true")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3892, "facing=south","lit=false")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3893, "facing=west","lit=true")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3894, "facing=west","lit=false")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3895, "facing=east","lit=true")); + Block.REDSTONE_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 3896, "facing=east","lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java index 71d41dedc..4f6750c87 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RedstoneWire.java @@ -1,1319 +1,1313 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RedstoneWire { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2058, "east=up", "north=up", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2059, "east=up", "north=up", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2060, "east=up", "north=up", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2061, "east=up", "north=up", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2062, "east=up", "north=up", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2063, "east=up", "north=up", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2064, "east=up", "north=up", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2065, "east=up", "north=up", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2066, "east=up", "north=up", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2067, "east=up", "north=up", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2068, "east=up", "north=up", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2069, "east=up", "north=up", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2070, "east=up", "north=up", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2071, "east=up", "north=up", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2072, "east=up", "north=up", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2073, "east=up", "north=up", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2074, "east=up", "north=up", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2075, "east=up", "north=up", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2076, "east=up", "north=up", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2077, "east=up", "north=up", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2078, "east=up", "north=up", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2079, "east=up", "north=up", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2080, "east=up", "north=up", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2081, "east=up", "north=up", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2082, "east=up", "north=up", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2083, "east=up", "north=up", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2084, "east=up", "north=up", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2085, "east=up", "north=up", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2086, "east=up", "north=up", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2087, "east=up", "north=up", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2088, "east=up", "north=up", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2089, "east=up", "north=up", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2090, "east=up", "north=up", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2091, "east=up", "north=up", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2092, "east=up", "north=up", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2093, "east=up", "north=up", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2094, "east=up", "north=up", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2095, "east=up", "north=up", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2096, "east=up", "north=up", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2097, "east=up", "north=up", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2098, "east=up", "north=up", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2099, "east=up", "north=up", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2100, "east=up", "north=up", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2101, "east=up", "north=up", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2102, "east=up", "north=up", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2103, "east=up", "north=up", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2104, "east=up", "north=up", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2105, "east=up", "north=up", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2106, "east=up", "north=up", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2107, "east=up", "north=up", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2108, "east=up", "north=up", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2109, "east=up", "north=up", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2110, "east=up", "north=up", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2111, "east=up", "north=up", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2112, "east=up", "north=up", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2113, "east=up", "north=up", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2114, "east=up", "north=up", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2115, "east=up", "north=up", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2116, "east=up", "north=up", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2117, "east=up", "north=up", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2118, "east=up", "north=up", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2119, "east=up", "north=up", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2120, "east=up", "north=up", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2121, "east=up", "north=up", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2122, "east=up", "north=up", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2123, "east=up", "north=up", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2124, "east=up", "north=up", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2125, "east=up", "north=up", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2126, "east=up", "north=up", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2127, "east=up", "north=up", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2128, "east=up", "north=up", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2129, "east=up", "north=up", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2130, "east=up", "north=up", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2131, "east=up", "north=up", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2132, "east=up", "north=up", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2133, "east=up", "north=up", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2134, "east=up", "north=up", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2135, "east=up", "north=up", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2136, "east=up", "north=up", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2137, "east=up", "north=up", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2138, "east=up", "north=up", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2139, "east=up", "north=up", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2140, "east=up", "north=up", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2141, "east=up", "north=up", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2142, "east=up", "north=up", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2143, "east=up", "north=up", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2144, "east=up", "north=up", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2145, "east=up", "north=up", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2146, "east=up", "north=up", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2147, "east=up", "north=up", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2148, "east=up", "north=up", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2149, "east=up", "north=up", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2150, "east=up", "north=up", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2151, "east=up", "north=up", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2152, "east=up", "north=up", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2153, "east=up", "north=up", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2154, "east=up", "north=up", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2155, "east=up", "north=up", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2156, "east=up", "north=up", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2157, "east=up", "north=up", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2158, "east=up", "north=up", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2159, "east=up", "north=up", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2160, "east=up", "north=up", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2161, "east=up", "north=up", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2162, "east=up", "north=up", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2163, "east=up", "north=up", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2164, "east=up", "north=up", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2165, "east=up", "north=up", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2166, "east=up", "north=up", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2167, "east=up", "north=up", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2168, "east=up", "north=up", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2169, "east=up", "north=up", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2170, "east=up", "north=up", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2171, "east=up", "north=up", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2172, "east=up", "north=up", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2173, "east=up", "north=up", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2174, "east=up", "north=up", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2175, "east=up", "north=up", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2176, "east=up", "north=up", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2177, "east=up", "north=up", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2178, "east=up", "north=up", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2179, "east=up", "north=up", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2180, "east=up", "north=up", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2181, "east=up", "north=up", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2182, "east=up", "north=up", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2183, "east=up", "north=up", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2184, "east=up", "north=up", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2185, "east=up", "north=up", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2186, "east=up", "north=up", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2187, "east=up", "north=up", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2188, "east=up", "north=up", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2189, "east=up", "north=up", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2190, "east=up", "north=up", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2191, "east=up", "north=up", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2192, "east=up", "north=up", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2193, "east=up", "north=up", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2194, "east=up", "north=up", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2195, "east=up", "north=up", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2196, "east=up", "north=up", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2197, "east=up", "north=up", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2198, "east=up", "north=up", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2199, "east=up", "north=up", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2200, "east=up", "north=up", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2201, "east=up", "north=up", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2202, "east=up", "north=side", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2203, "east=up", "north=side", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2204, "east=up", "north=side", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2205, "east=up", "north=side", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2206, "east=up", "north=side", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2207, "east=up", "north=side", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2208, "east=up", "north=side", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2209, "east=up", "north=side", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2210, "east=up", "north=side", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2211, "east=up", "north=side", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2212, "east=up", "north=side", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2213, "east=up", "north=side", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2214, "east=up", "north=side", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2215, "east=up", "north=side", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2216, "east=up", "north=side", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2217, "east=up", "north=side", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2218, "east=up", "north=side", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2219, "east=up", "north=side", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2220, "east=up", "north=side", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2221, "east=up", "north=side", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2222, "east=up", "north=side", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2223, "east=up", "north=side", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2224, "east=up", "north=side", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2225, "east=up", "north=side", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2226, "east=up", "north=side", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2227, "east=up", "north=side", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2228, "east=up", "north=side", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2229, "east=up", "north=side", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2230, "east=up", "north=side", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2231, "east=up", "north=side", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2232, "east=up", "north=side", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2233, "east=up", "north=side", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2234, "east=up", "north=side", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2235, "east=up", "north=side", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2236, "east=up", "north=side", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2237, "east=up", "north=side", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2238, "east=up", "north=side", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2239, "east=up", "north=side", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2240, "east=up", "north=side", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2241, "east=up", "north=side", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2242, "east=up", "north=side", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2243, "east=up", "north=side", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2244, "east=up", "north=side", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2245, "east=up", "north=side", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2246, "east=up", "north=side", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2247, "east=up", "north=side", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2248, "east=up", "north=side", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2249, "east=up", "north=side", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2250, "east=up", "north=side", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2251, "east=up", "north=side", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2252, "east=up", "north=side", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2253, "east=up", "north=side", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2254, "east=up", "north=side", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2255, "east=up", "north=side", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2256, "east=up", "north=side", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2257, "east=up", "north=side", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2258, "east=up", "north=side", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2259, "east=up", "north=side", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2260, "east=up", "north=side", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2261, "east=up", "north=side", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2262, "east=up", "north=side", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2263, "east=up", "north=side", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2264, "east=up", "north=side", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2265, "east=up", "north=side", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2266, "east=up", "north=side", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2267, "east=up", "north=side", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2268, "east=up", "north=side", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2269, "east=up", "north=side", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2270, "east=up", "north=side", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2271, "east=up", "north=side", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2272, "east=up", "north=side", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2273, "east=up", "north=side", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2274, "east=up", "north=side", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2275, "east=up", "north=side", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2276, "east=up", "north=side", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2277, "east=up", "north=side", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2278, "east=up", "north=side", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2279, "east=up", "north=side", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2280, "east=up", "north=side", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2281, "east=up", "north=side", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2282, "east=up", "north=side", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2283, "east=up", "north=side", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2284, "east=up", "north=side", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2285, "east=up", "north=side", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2286, "east=up", "north=side", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2287, "east=up", "north=side", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2288, "east=up", "north=side", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2289, "east=up", "north=side", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2290, "east=up", "north=side", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2291, "east=up", "north=side", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2292, "east=up", "north=side", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2293, "east=up", "north=side", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2294, "east=up", "north=side", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2295, "east=up", "north=side", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2296, "east=up", "north=side", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2297, "east=up", "north=side", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2298, "east=up", "north=side", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2299, "east=up", "north=side", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2300, "east=up", "north=side", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2301, "east=up", "north=side", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2302, "east=up", "north=side", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2303, "east=up", "north=side", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2304, "east=up", "north=side", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2305, "east=up", "north=side", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2306, "east=up", "north=side", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2307, "east=up", "north=side", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2308, "east=up", "north=side", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2309, "east=up", "north=side", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2310, "east=up", "north=side", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2311, "east=up", "north=side", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2312, "east=up", "north=side", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2313, "east=up", "north=side", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2314, "east=up", "north=side", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2315, "east=up", "north=side", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2316, "east=up", "north=side", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2317, "east=up", "north=side", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2318, "east=up", "north=side", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2319, "east=up", "north=side", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2320, "east=up", "north=side", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2321, "east=up", "north=side", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2322, "east=up", "north=side", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2323, "east=up", "north=side", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2324, "east=up", "north=side", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2325, "east=up", "north=side", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2326, "east=up", "north=side", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2327, "east=up", "north=side", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2328, "east=up", "north=side", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2329, "east=up", "north=side", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2330, "east=up", "north=side", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2331, "east=up", "north=side", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2332, "east=up", "north=side", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2333, "east=up", "north=side", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2334, "east=up", "north=side", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2335, "east=up", "north=side", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2336, "east=up", "north=side", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2337, "east=up", "north=side", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2338, "east=up", "north=side", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2339, "east=up", "north=side", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2340, "east=up", "north=side", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2341, "east=up", "north=side", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2342, "east=up", "north=side", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2343, "east=up", "north=side", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2344, "east=up", "north=side", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2345, "east=up", "north=side", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2346, "east=up", "north=none", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2347, "east=up", "north=none", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2348, "east=up", "north=none", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2349, "east=up", "north=none", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2350, "east=up", "north=none", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2351, "east=up", "north=none", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2352, "east=up", "north=none", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2353, "east=up", "north=none", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2354, "east=up", "north=none", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2355, "east=up", "north=none", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2356, "east=up", "north=none", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2357, "east=up", "north=none", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2358, "east=up", "north=none", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2359, "east=up", "north=none", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2360, "east=up", "north=none", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2361, "east=up", "north=none", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2362, "east=up", "north=none", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2363, "east=up", "north=none", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2364, "east=up", "north=none", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2365, "east=up", "north=none", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2366, "east=up", "north=none", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2367, "east=up", "north=none", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2368, "east=up", "north=none", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2369, "east=up", "north=none", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2370, "east=up", "north=none", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2371, "east=up", "north=none", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2372, "east=up", "north=none", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2373, "east=up", "north=none", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2374, "east=up", "north=none", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2375, "east=up", "north=none", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2376, "east=up", "north=none", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2377, "east=up", "north=none", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2378, "east=up", "north=none", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2379, "east=up", "north=none", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2380, "east=up", "north=none", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2381, "east=up", "north=none", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2382, "east=up", "north=none", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2383, "east=up", "north=none", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2384, "east=up", "north=none", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2385, "east=up", "north=none", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2386, "east=up", "north=none", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2387, "east=up", "north=none", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2388, "east=up", "north=none", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2389, "east=up", "north=none", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2390, "east=up", "north=none", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2391, "east=up", "north=none", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2392, "east=up", "north=none", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2393, "east=up", "north=none", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2394, "east=up", "north=none", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2395, "east=up", "north=none", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2396, "east=up", "north=none", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2397, "east=up", "north=none", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2398, "east=up", "north=none", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2399, "east=up", "north=none", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2400, "east=up", "north=none", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2401, "east=up", "north=none", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2402, "east=up", "north=none", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2403, "east=up", "north=none", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2404, "east=up", "north=none", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2405, "east=up", "north=none", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2406, "east=up", "north=none", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2407, "east=up", "north=none", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2408, "east=up", "north=none", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2409, "east=up", "north=none", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2410, "east=up", "north=none", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2411, "east=up", "north=none", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2412, "east=up", "north=none", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2413, "east=up", "north=none", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2414, "east=up", "north=none", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2415, "east=up", "north=none", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2416, "east=up", "north=none", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2417, "east=up", "north=none", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2418, "east=up", "north=none", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2419, "east=up", "north=none", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2420, "east=up", "north=none", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2421, "east=up", "north=none", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2422, "east=up", "north=none", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2423, "east=up", "north=none", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2424, "east=up", "north=none", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2425, "east=up", "north=none", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2426, "east=up", "north=none", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2427, "east=up", "north=none", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2428, "east=up", "north=none", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2429, "east=up", "north=none", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2430, "east=up", "north=none", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2431, "east=up", "north=none", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2432, "east=up", "north=none", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2433, "east=up", "north=none", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2434, "east=up", "north=none", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2435, "east=up", "north=none", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2436, "east=up", "north=none", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2437, "east=up", "north=none", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2438, "east=up", "north=none", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2439, "east=up", "north=none", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2440, "east=up", "north=none", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2441, "east=up", "north=none", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2442, "east=up", "north=none", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2443, "east=up", "north=none", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2444, "east=up", "north=none", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2445, "east=up", "north=none", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2446, "east=up", "north=none", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2447, "east=up", "north=none", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2448, "east=up", "north=none", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2449, "east=up", "north=none", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2450, "east=up", "north=none", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2451, "east=up", "north=none", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2452, "east=up", "north=none", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2453, "east=up", "north=none", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2454, "east=up", "north=none", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2455, "east=up", "north=none", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2456, "east=up", "north=none", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2457, "east=up", "north=none", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2458, "east=up", "north=none", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2459, "east=up", "north=none", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2460, "east=up", "north=none", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2461, "east=up", "north=none", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2462, "east=up", "north=none", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2463, "east=up", "north=none", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2464, "east=up", "north=none", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2465, "east=up", "north=none", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2466, "east=up", "north=none", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2467, "east=up", "north=none", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2468, "east=up", "north=none", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2469, "east=up", "north=none", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2470, "east=up", "north=none", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2471, "east=up", "north=none", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2472, "east=up", "north=none", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2473, "east=up", "north=none", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2474, "east=up", "north=none", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2475, "east=up", "north=none", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2476, "east=up", "north=none", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2477, "east=up", "north=none", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2478, "east=up", "north=none", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2479, "east=up", "north=none", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2480, "east=up", "north=none", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2481, "east=up", "north=none", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2482, "east=up", "north=none", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2483, "east=up", "north=none", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2484, "east=up", "north=none", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2485, "east=up", "north=none", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2486, "east=up", "north=none", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2487, "east=up", "north=none", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2488, "east=up", "north=none", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2489, "east=up", "north=none", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2490, "east=side", "north=up", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2491, "east=side", "north=up", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2492, "east=side", "north=up", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2493, "east=side", "north=up", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2494, "east=side", "north=up", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2495, "east=side", "north=up", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2496, "east=side", "north=up", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2497, "east=side", "north=up", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2498, "east=side", "north=up", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2499, "east=side", "north=up", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2500, "east=side", "north=up", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2501, "east=side", "north=up", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2502, "east=side", "north=up", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2503, "east=side", "north=up", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2504, "east=side", "north=up", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2505, "east=side", "north=up", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2506, "east=side", "north=up", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2507, "east=side", "north=up", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2508, "east=side", "north=up", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2509, "east=side", "north=up", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2510, "east=side", "north=up", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2511, "east=side", "north=up", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2512, "east=side", "north=up", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2513, "east=side", "north=up", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2514, "east=side", "north=up", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2515, "east=side", "north=up", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2516, "east=side", "north=up", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2517, "east=side", "north=up", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2518, "east=side", "north=up", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2519, "east=side", "north=up", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2520, "east=side", "north=up", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2521, "east=side", "north=up", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2522, "east=side", "north=up", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2523, "east=side", "north=up", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2524, "east=side", "north=up", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2525, "east=side", "north=up", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2526, "east=side", "north=up", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2527, "east=side", "north=up", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2528, "east=side", "north=up", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2529, "east=side", "north=up", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2530, "east=side", "north=up", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2531, "east=side", "north=up", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2532, "east=side", "north=up", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2533, "east=side", "north=up", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2534, "east=side", "north=up", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2535, "east=side", "north=up", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2536, "east=side", "north=up", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2537, "east=side", "north=up", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2538, "east=side", "north=up", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2539, "east=side", "north=up", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2540, "east=side", "north=up", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2541, "east=side", "north=up", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2542, "east=side", "north=up", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2543, "east=side", "north=up", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2544, "east=side", "north=up", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2545, "east=side", "north=up", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2546, "east=side", "north=up", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2547, "east=side", "north=up", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2548, "east=side", "north=up", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2549, "east=side", "north=up", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2550, "east=side", "north=up", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2551, "east=side", "north=up", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2552, "east=side", "north=up", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2553, "east=side", "north=up", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2554, "east=side", "north=up", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2555, "east=side", "north=up", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2556, "east=side", "north=up", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2557, "east=side", "north=up", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2558, "east=side", "north=up", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2559, "east=side", "north=up", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2560, "east=side", "north=up", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2561, "east=side", "north=up", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2562, "east=side", "north=up", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2563, "east=side", "north=up", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2564, "east=side", "north=up", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2565, "east=side", "north=up", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2566, "east=side", "north=up", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2567, "east=side", "north=up", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2568, "east=side", "north=up", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2569, "east=side", "north=up", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2570, "east=side", "north=up", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2571, "east=side", "north=up", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2572, "east=side", "north=up", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2573, "east=side", "north=up", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2574, "east=side", "north=up", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2575, "east=side", "north=up", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2576, "east=side", "north=up", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2577, "east=side", "north=up", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2578, "east=side", "north=up", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2579, "east=side", "north=up", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2580, "east=side", "north=up", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2581, "east=side", "north=up", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2582, "east=side", "north=up", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2583, "east=side", "north=up", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2584, "east=side", "north=up", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2585, "east=side", "north=up", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2586, "east=side", "north=up", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2587, "east=side", "north=up", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2588, "east=side", "north=up", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2589, "east=side", "north=up", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2590, "east=side", "north=up", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2591, "east=side", "north=up", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2592, "east=side", "north=up", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2593, "east=side", "north=up", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2594, "east=side", "north=up", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2595, "east=side", "north=up", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2596, "east=side", "north=up", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2597, "east=side", "north=up", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2598, "east=side", "north=up", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2599, "east=side", "north=up", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2600, "east=side", "north=up", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2601, "east=side", "north=up", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2602, "east=side", "north=up", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2603, "east=side", "north=up", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2604, "east=side", "north=up", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2605, "east=side", "north=up", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2606, "east=side", "north=up", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2607, "east=side", "north=up", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2608, "east=side", "north=up", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2609, "east=side", "north=up", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2610, "east=side", "north=up", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2611, "east=side", "north=up", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2612, "east=side", "north=up", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2613, "east=side", "north=up", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2614, "east=side", "north=up", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2615, "east=side", "north=up", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2616, "east=side", "north=up", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2617, "east=side", "north=up", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2618, "east=side", "north=up", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2619, "east=side", "north=up", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2620, "east=side", "north=up", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2621, "east=side", "north=up", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2622, "east=side", "north=up", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2623, "east=side", "north=up", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2624, "east=side", "north=up", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2625, "east=side", "north=up", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2626, "east=side", "north=up", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2627, "east=side", "north=up", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2628, "east=side", "north=up", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2629, "east=side", "north=up", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2630, "east=side", "north=up", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2631, "east=side", "north=up", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2632, "east=side", "north=up", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2633, "east=side", "north=up", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2634, "east=side", "north=side", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2635, "east=side", "north=side", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2636, "east=side", "north=side", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2637, "east=side", "north=side", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2638, "east=side", "north=side", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2639, "east=side", "north=side", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2640, "east=side", "north=side", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2641, "east=side", "north=side", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2642, "east=side", "north=side", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2643, "east=side", "north=side", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2644, "east=side", "north=side", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2645, "east=side", "north=side", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2646, "east=side", "north=side", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2647, "east=side", "north=side", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2648, "east=side", "north=side", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2649, "east=side", "north=side", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2650, "east=side", "north=side", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2651, "east=side", "north=side", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2652, "east=side", "north=side", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2653, "east=side", "north=side", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2654, "east=side", "north=side", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2655, "east=side", "north=side", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2656, "east=side", "north=side", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2657, "east=side", "north=side", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2658, "east=side", "north=side", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2659, "east=side", "north=side", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2660, "east=side", "north=side", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2661, "east=side", "north=side", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2662, "east=side", "north=side", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2663, "east=side", "north=side", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2664, "east=side", "north=side", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2665, "east=side", "north=side", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2666, "east=side", "north=side", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2667, "east=side", "north=side", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2668, "east=side", "north=side", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2669, "east=side", "north=side", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2670, "east=side", "north=side", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2671, "east=side", "north=side", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2672, "east=side", "north=side", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2673, "east=side", "north=side", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2674, "east=side", "north=side", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2675, "east=side", "north=side", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2676, "east=side", "north=side", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2677, "east=side", "north=side", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2678, "east=side", "north=side", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2679, "east=side", "north=side", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2680, "east=side", "north=side", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2681, "east=side", "north=side", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2682, "east=side", "north=side", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2683, "east=side", "north=side", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2684, "east=side", "north=side", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2685, "east=side", "north=side", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2686, "east=side", "north=side", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2687, "east=side", "north=side", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2688, "east=side", "north=side", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2689, "east=side", "north=side", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2690, "east=side", "north=side", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2691, "east=side", "north=side", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2692, "east=side", "north=side", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2693, "east=side", "north=side", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2694, "east=side", "north=side", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2695, "east=side", "north=side", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2696, "east=side", "north=side", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2697, "east=side", "north=side", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2698, "east=side", "north=side", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2699, "east=side", "north=side", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2700, "east=side", "north=side", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2701, "east=side", "north=side", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2702, "east=side", "north=side", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2703, "east=side", "north=side", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2704, "east=side", "north=side", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2705, "east=side", "north=side", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2706, "east=side", "north=side", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2707, "east=side", "north=side", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2708, "east=side", "north=side", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2709, "east=side", "north=side", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2710, "east=side", "north=side", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2711, "east=side", "north=side", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2712, "east=side", "north=side", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2713, "east=side", "north=side", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2714, "east=side", "north=side", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2715, "east=side", "north=side", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2716, "east=side", "north=side", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2717, "east=side", "north=side", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2718, "east=side", "north=side", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2719, "east=side", "north=side", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2720, "east=side", "north=side", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2721, "east=side", "north=side", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2722, "east=side", "north=side", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2723, "east=side", "north=side", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2724, "east=side", "north=side", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2725, "east=side", "north=side", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2726, "east=side", "north=side", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2727, "east=side", "north=side", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2728, "east=side", "north=side", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2729, "east=side", "north=side", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2730, "east=side", "north=side", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2731, "east=side", "north=side", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2732, "east=side", "north=side", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2733, "east=side", "north=side", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2734, "east=side", "north=side", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2735, "east=side", "north=side", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2736, "east=side", "north=side", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2737, "east=side", "north=side", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2738, "east=side", "north=side", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2739, "east=side", "north=side", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2740, "east=side", "north=side", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2741, "east=side", "north=side", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2742, "east=side", "north=side", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2743, "east=side", "north=side", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2744, "east=side", "north=side", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2745, "east=side", "north=side", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2746, "east=side", "north=side", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2747, "east=side", "north=side", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2748, "east=side", "north=side", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2749, "east=side", "north=side", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2750, "east=side", "north=side", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2751, "east=side", "north=side", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2752, "east=side", "north=side", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2753, "east=side", "north=side", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2754, "east=side", "north=side", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2755, "east=side", "north=side", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2756, "east=side", "north=side", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2757, "east=side", "north=side", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2758, "east=side", "north=side", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2759, "east=side", "north=side", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2760, "east=side", "north=side", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2761, "east=side", "north=side", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2762, "east=side", "north=side", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2763, "east=side", "north=side", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2764, "east=side", "north=side", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2765, "east=side", "north=side", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2766, "east=side", "north=side", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2767, "east=side", "north=side", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2768, "east=side", "north=side", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2769, "east=side", "north=side", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2770, "east=side", "north=side", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2771, "east=side", "north=side", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2772, "east=side", "north=side", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2773, "east=side", "north=side", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2774, "east=side", "north=side", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2775, "east=side", "north=side", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2776, "east=side", "north=side", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2777, "east=side", "north=side", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2778, "east=side", "north=none", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2779, "east=side", "north=none", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2780, "east=side", "north=none", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2781, "east=side", "north=none", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2782, "east=side", "north=none", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2783, "east=side", "north=none", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2784, "east=side", "north=none", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2785, "east=side", "north=none", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2786, "east=side", "north=none", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2787, "east=side", "north=none", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2788, "east=side", "north=none", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2789, "east=side", "north=none", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2790, "east=side", "north=none", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2791, "east=side", "north=none", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2792, "east=side", "north=none", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2793, "east=side", "north=none", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2794, "east=side", "north=none", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2795, "east=side", "north=none", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2796, "east=side", "north=none", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2797, "east=side", "north=none", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2798, "east=side", "north=none", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2799, "east=side", "north=none", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2800, "east=side", "north=none", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2801, "east=side", "north=none", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2802, "east=side", "north=none", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2803, "east=side", "north=none", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2804, "east=side", "north=none", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2805, "east=side", "north=none", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2806, "east=side", "north=none", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2807, "east=side", "north=none", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2808, "east=side", "north=none", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2809, "east=side", "north=none", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2810, "east=side", "north=none", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2811, "east=side", "north=none", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2812, "east=side", "north=none", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2813, "east=side", "north=none", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2814, "east=side", "north=none", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2815, "east=side", "north=none", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2816, "east=side", "north=none", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2817, "east=side", "north=none", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2818, "east=side", "north=none", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2819, "east=side", "north=none", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2820, "east=side", "north=none", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2821, "east=side", "north=none", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2822, "east=side", "north=none", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2823, "east=side", "north=none", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2824, "east=side", "north=none", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2825, "east=side", "north=none", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2826, "east=side", "north=none", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2827, "east=side", "north=none", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2828, "east=side", "north=none", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2829, "east=side", "north=none", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2830, "east=side", "north=none", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2831, "east=side", "north=none", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2832, "east=side", "north=none", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2833, "east=side", "north=none", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2834, "east=side", "north=none", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2835, "east=side", "north=none", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2836, "east=side", "north=none", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2837, "east=side", "north=none", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2838, "east=side", "north=none", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2839, "east=side", "north=none", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2840, "east=side", "north=none", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2841, "east=side", "north=none", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2842, "east=side", "north=none", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2843, "east=side", "north=none", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2844, "east=side", "north=none", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2845, "east=side", "north=none", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2846, "east=side", "north=none", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2847, "east=side", "north=none", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2848, "east=side", "north=none", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2849, "east=side", "north=none", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2850, "east=side", "north=none", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2851, "east=side", "north=none", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2852, "east=side", "north=none", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2853, "east=side", "north=none", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2854, "east=side", "north=none", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2855, "east=side", "north=none", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2856, "east=side", "north=none", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2857, "east=side", "north=none", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2858, "east=side", "north=none", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2859, "east=side", "north=none", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2860, "east=side", "north=none", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2861, "east=side", "north=none", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2862, "east=side", "north=none", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2863, "east=side", "north=none", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2864, "east=side", "north=none", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2865, "east=side", "north=none", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2866, "east=side", "north=none", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2867, "east=side", "north=none", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2868, "east=side", "north=none", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2869, "east=side", "north=none", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2870, "east=side", "north=none", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2871, "east=side", "north=none", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2872, "east=side", "north=none", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2873, "east=side", "north=none", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2874, "east=side", "north=none", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2875, "east=side", "north=none", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2876, "east=side", "north=none", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2877, "east=side", "north=none", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2878, "east=side", "north=none", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2879, "east=side", "north=none", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2880, "east=side", "north=none", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2881, "east=side", "north=none", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2882, "east=side", "north=none", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2883, "east=side", "north=none", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2884, "east=side", "north=none", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2885, "east=side", "north=none", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2886, "east=side", "north=none", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2887, "east=side", "north=none", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2888, "east=side", "north=none", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2889, "east=side", "north=none", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2890, "east=side", "north=none", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2891, "east=side", "north=none", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2892, "east=side", "north=none", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2893, "east=side", "north=none", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2894, "east=side", "north=none", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2895, "east=side", "north=none", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2896, "east=side", "north=none", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2897, "east=side", "north=none", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2898, "east=side", "north=none", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2899, "east=side", "north=none", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2900, "east=side", "north=none", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2901, "east=side", "north=none", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2902, "east=side", "north=none", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2903, "east=side", "north=none", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2904, "east=side", "north=none", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2905, "east=side", "north=none", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2906, "east=side", "north=none", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2907, "east=side", "north=none", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2908, "east=side", "north=none", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2909, "east=side", "north=none", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2910, "east=side", "north=none", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2911, "east=side", "north=none", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2912, "east=side", "north=none", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2913, "east=side", "north=none", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2914, "east=side", "north=none", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2915, "east=side", "north=none", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2916, "east=side", "north=none", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2917, "east=side", "north=none", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2918, "east=side", "north=none", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2919, "east=side", "north=none", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2920, "east=side", "north=none", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2921, "east=side", "north=none", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2922, "east=none", "north=up", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2923, "east=none", "north=up", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2924, "east=none", "north=up", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2925, "east=none", "north=up", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2926, "east=none", "north=up", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2927, "east=none", "north=up", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2928, "east=none", "north=up", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2929, "east=none", "north=up", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2930, "east=none", "north=up", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2931, "east=none", "north=up", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2932, "east=none", "north=up", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2933, "east=none", "north=up", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2934, "east=none", "north=up", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2935, "east=none", "north=up", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2936, "east=none", "north=up", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2937, "east=none", "north=up", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2938, "east=none", "north=up", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2939, "east=none", "north=up", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2940, "east=none", "north=up", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2941, "east=none", "north=up", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2942, "east=none", "north=up", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2943, "east=none", "north=up", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2944, "east=none", "north=up", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2945, "east=none", "north=up", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2946, "east=none", "north=up", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2947, "east=none", "north=up", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2948, "east=none", "north=up", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2949, "east=none", "north=up", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2950, "east=none", "north=up", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2951, "east=none", "north=up", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2952, "east=none", "north=up", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2953, "east=none", "north=up", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2954, "east=none", "north=up", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2955, "east=none", "north=up", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2956, "east=none", "north=up", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2957, "east=none", "north=up", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2958, "east=none", "north=up", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2959, "east=none", "north=up", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2960, "east=none", "north=up", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2961, "east=none", "north=up", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2962, "east=none", "north=up", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2963, "east=none", "north=up", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2964, "east=none", "north=up", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2965, "east=none", "north=up", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2966, "east=none", "north=up", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2967, "east=none", "north=up", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2968, "east=none", "north=up", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2969, "east=none", "north=up", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2970, "east=none", "north=up", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2971, "east=none", "north=up", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2972, "east=none", "north=up", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2973, "east=none", "north=up", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2974, "east=none", "north=up", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2975, "east=none", "north=up", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2976, "east=none", "north=up", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2977, "east=none", "north=up", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2978, "east=none", "north=up", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2979, "east=none", "north=up", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2980, "east=none", "north=up", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2981, "east=none", "north=up", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2982, "east=none", "north=up", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2983, "east=none", "north=up", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2984, "east=none", "north=up", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2985, "east=none", "north=up", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2986, "east=none", "north=up", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2987, "east=none", "north=up", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2988, "east=none", "north=up", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2989, "east=none", "north=up", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2990, "east=none", "north=up", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2991, "east=none", "north=up", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2992, "east=none", "north=up", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2993, "east=none", "north=up", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2994, "east=none", "north=up", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2995, "east=none", "north=up", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2996, "east=none", "north=up", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2997, "east=none", "north=up", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2998, "east=none", "north=up", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2999, "east=none", "north=up", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3000, "east=none", "north=up", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3001, "east=none", "north=up", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3002, "east=none", "north=up", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3003, "east=none", "north=up", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3004, "east=none", "north=up", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3005, "east=none", "north=up", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3006, "east=none", "north=up", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3007, "east=none", "north=up", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3008, "east=none", "north=up", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3009, "east=none", "north=up", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3010, "east=none", "north=up", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3011, "east=none", "north=up", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3012, "east=none", "north=up", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3013, "east=none", "north=up", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3014, "east=none", "north=up", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3015, "east=none", "north=up", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3016, "east=none", "north=up", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3017, "east=none", "north=up", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3018, "east=none", "north=up", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3019, "east=none", "north=up", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3020, "east=none", "north=up", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3021, "east=none", "north=up", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3022, "east=none", "north=up", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3023, "east=none", "north=up", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3024, "east=none", "north=up", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3025, "east=none", "north=up", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3026, "east=none", "north=up", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3027, "east=none", "north=up", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3028, "east=none", "north=up", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3029, "east=none", "north=up", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3030, "east=none", "north=up", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3031, "east=none", "north=up", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3032, "east=none", "north=up", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3033, "east=none", "north=up", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3034, "east=none", "north=up", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3035, "east=none", "north=up", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3036, "east=none", "north=up", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3037, "east=none", "north=up", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3038, "east=none", "north=up", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3039, "east=none", "north=up", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3040, "east=none", "north=up", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3041, "east=none", "north=up", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3042, "east=none", "north=up", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3043, "east=none", "north=up", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3044, "east=none", "north=up", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3045, "east=none", "north=up", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3046, "east=none", "north=up", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3047, "east=none", "north=up", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3048, "east=none", "north=up", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3049, "east=none", "north=up", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3050, "east=none", "north=up", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3051, "east=none", "north=up", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3052, "east=none", "north=up", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3053, "east=none", "north=up", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3054, "east=none", "north=up", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3055, "east=none", "north=up", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3056, "east=none", "north=up", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3057, "east=none", "north=up", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3058, "east=none", "north=up", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3059, "east=none", "north=up", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3060, "east=none", "north=up", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3061, "east=none", "north=up", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3062, "east=none", "north=up", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3063, "east=none", "north=up", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3064, "east=none", "north=up", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3065, "east=none", "north=up", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3066, "east=none", "north=side", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3067, "east=none", "north=side", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3068, "east=none", "north=side", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3069, "east=none", "north=side", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3070, "east=none", "north=side", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3071, "east=none", "north=side", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3072, "east=none", "north=side", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3073, "east=none", "north=side", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3074, "east=none", "north=side", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3075, "east=none", "north=side", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3076, "east=none", "north=side", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3077, "east=none", "north=side", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3078, "east=none", "north=side", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3079, "east=none", "north=side", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3080, "east=none", "north=side", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3081, "east=none", "north=side", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3082, "east=none", "north=side", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3083, "east=none", "north=side", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3084, "east=none", "north=side", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3085, "east=none", "north=side", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3086, "east=none", "north=side", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3087, "east=none", "north=side", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3088, "east=none", "north=side", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3089, "east=none", "north=side", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3090, "east=none", "north=side", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3091, "east=none", "north=side", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3092, "east=none", "north=side", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3093, "east=none", "north=side", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3094, "east=none", "north=side", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3095, "east=none", "north=side", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3096, "east=none", "north=side", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3097, "east=none", "north=side", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3098, "east=none", "north=side", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3099, "east=none", "north=side", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3100, "east=none", "north=side", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3101, "east=none", "north=side", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3102, "east=none", "north=side", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3103, "east=none", "north=side", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3104, "east=none", "north=side", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3105, "east=none", "north=side", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3106, "east=none", "north=side", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3107, "east=none", "north=side", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3108, "east=none", "north=side", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3109, "east=none", "north=side", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3110, "east=none", "north=side", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3111, "east=none", "north=side", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3112, "east=none", "north=side", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3113, "east=none", "north=side", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3114, "east=none", "north=side", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3115, "east=none", "north=side", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3116, "east=none", "north=side", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3117, "east=none", "north=side", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3118, "east=none", "north=side", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3119, "east=none", "north=side", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3120, "east=none", "north=side", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3121, "east=none", "north=side", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3122, "east=none", "north=side", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3123, "east=none", "north=side", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3124, "east=none", "north=side", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3125, "east=none", "north=side", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3126, "east=none", "north=side", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3127, "east=none", "north=side", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3128, "east=none", "north=side", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3129, "east=none", "north=side", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3130, "east=none", "north=side", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3131, "east=none", "north=side", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3132, "east=none", "north=side", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3133, "east=none", "north=side", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3134, "east=none", "north=side", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3135, "east=none", "north=side", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3136, "east=none", "north=side", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3137, "east=none", "north=side", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3138, "east=none", "north=side", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3139, "east=none", "north=side", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3140, "east=none", "north=side", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3141, "east=none", "north=side", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3142, "east=none", "north=side", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3143, "east=none", "north=side", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3144, "east=none", "north=side", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3145, "east=none", "north=side", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3146, "east=none", "north=side", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3147, "east=none", "north=side", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3148, "east=none", "north=side", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3149, "east=none", "north=side", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3150, "east=none", "north=side", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3151, "east=none", "north=side", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3152, "east=none", "north=side", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3153, "east=none", "north=side", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3154, "east=none", "north=side", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3155, "east=none", "north=side", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3156, "east=none", "north=side", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3157, "east=none", "north=side", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3158, "east=none", "north=side", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3159, "east=none", "north=side", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3160, "east=none", "north=side", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3161, "east=none", "north=side", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3162, "east=none", "north=side", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3163, "east=none", "north=side", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3164, "east=none", "north=side", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3165, "east=none", "north=side", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3166, "east=none", "north=side", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3167, "east=none", "north=side", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3168, "east=none", "north=side", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3169, "east=none", "north=side", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3170, "east=none", "north=side", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3171, "east=none", "north=side", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3172, "east=none", "north=side", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3173, "east=none", "north=side", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3174, "east=none", "north=side", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3175, "east=none", "north=side", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3176, "east=none", "north=side", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3177, "east=none", "north=side", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3178, "east=none", "north=side", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3179, "east=none", "north=side", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3180, "east=none", "north=side", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3181, "east=none", "north=side", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3182, "east=none", "north=side", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3183, "east=none", "north=side", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3184, "east=none", "north=side", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3185, "east=none", "north=side", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3186, "east=none", "north=side", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3187, "east=none", "north=side", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3188, "east=none", "north=side", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3189, "east=none", "north=side", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3190, "east=none", "north=side", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3191, "east=none", "north=side", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3192, "east=none", "north=side", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3193, "east=none", "north=side", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3194, "east=none", "north=side", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3195, "east=none", "north=side", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3196, "east=none", "north=side", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3197, "east=none", "north=side", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3198, "east=none", "north=side", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3199, "east=none", "north=side", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3200, "east=none", "north=side", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3201, "east=none", "north=side", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3202, "east=none", "north=side", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3203, "east=none", "north=side", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3204, "east=none", "north=side", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3205, "east=none", "north=side", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3206, "east=none", "north=side", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3207, "east=none", "north=side", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3208, "east=none", "north=side", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3209, "east=none", "north=side", "power=15", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3210, "east=none", "north=none", "power=0", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3211, "east=none", "north=none", "power=0", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3212, "east=none", "north=none", "power=0", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3213, "east=none", "north=none", "power=0", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3214, "east=none", "north=none", "power=0", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3215, "east=none", "north=none", "power=0", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3216, "east=none", "north=none", "power=0", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3217, "east=none", "north=none", "power=0", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3218, "east=none", "north=none", "power=0", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3219, "east=none", "north=none", "power=1", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3220, "east=none", "north=none", "power=1", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3221, "east=none", "north=none", "power=1", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3222, "east=none", "north=none", "power=1", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3223, "east=none", "north=none", "power=1", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3224, "east=none", "north=none", "power=1", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3225, "east=none", "north=none", "power=1", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3226, "east=none", "north=none", "power=1", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3227, "east=none", "north=none", "power=1", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3228, "east=none", "north=none", "power=2", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3229, "east=none", "north=none", "power=2", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3230, "east=none", "north=none", "power=2", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3231, "east=none", "north=none", "power=2", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3232, "east=none", "north=none", "power=2", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3233, "east=none", "north=none", "power=2", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3234, "east=none", "north=none", "power=2", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3235, "east=none", "north=none", "power=2", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3236, "east=none", "north=none", "power=2", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3237, "east=none", "north=none", "power=3", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3238, "east=none", "north=none", "power=3", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3239, "east=none", "north=none", "power=3", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3240, "east=none", "north=none", "power=3", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3241, "east=none", "north=none", "power=3", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3242, "east=none", "north=none", "power=3", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3243, "east=none", "north=none", "power=3", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3244, "east=none", "north=none", "power=3", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3245, "east=none", "north=none", "power=3", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3246, "east=none", "north=none", "power=4", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3247, "east=none", "north=none", "power=4", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3248, "east=none", "north=none", "power=4", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3249, "east=none", "north=none", "power=4", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3250, "east=none", "north=none", "power=4", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3251, "east=none", "north=none", "power=4", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3252, "east=none", "north=none", "power=4", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3253, "east=none", "north=none", "power=4", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3254, "east=none", "north=none", "power=4", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3255, "east=none", "north=none", "power=5", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3256, "east=none", "north=none", "power=5", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3257, "east=none", "north=none", "power=5", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3258, "east=none", "north=none", "power=5", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3259, "east=none", "north=none", "power=5", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3260, "east=none", "north=none", "power=5", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3261, "east=none", "north=none", "power=5", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3262, "east=none", "north=none", "power=5", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3263, "east=none", "north=none", "power=5", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3264, "east=none", "north=none", "power=6", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3265, "east=none", "north=none", "power=6", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3266, "east=none", "north=none", "power=6", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3267, "east=none", "north=none", "power=6", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3268, "east=none", "north=none", "power=6", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3269, "east=none", "north=none", "power=6", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3270, "east=none", "north=none", "power=6", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3271, "east=none", "north=none", "power=6", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3272, "east=none", "north=none", "power=6", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3273, "east=none", "north=none", "power=7", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3274, "east=none", "north=none", "power=7", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3275, "east=none", "north=none", "power=7", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3276, "east=none", "north=none", "power=7", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3277, "east=none", "north=none", "power=7", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3278, "east=none", "north=none", "power=7", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3279, "east=none", "north=none", "power=7", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3280, "east=none", "north=none", "power=7", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3281, "east=none", "north=none", "power=7", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3282, "east=none", "north=none", "power=8", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3283, "east=none", "north=none", "power=8", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3284, "east=none", "north=none", "power=8", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3285, "east=none", "north=none", "power=8", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3286, "east=none", "north=none", "power=8", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3287, "east=none", "north=none", "power=8", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3288, "east=none", "north=none", "power=8", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3289, "east=none", "north=none", "power=8", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3290, "east=none", "north=none", "power=8", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3291, "east=none", "north=none", "power=9", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3292, "east=none", "north=none", "power=9", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3293, "east=none", "north=none", "power=9", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3294, "east=none", "north=none", "power=9", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3295, "east=none", "north=none", "power=9", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3296, "east=none", "north=none", "power=9", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3297, "east=none", "north=none", "power=9", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3298, "east=none", "north=none", "power=9", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3299, "east=none", "north=none", "power=9", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3300, "east=none", "north=none", "power=10", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3301, "east=none", "north=none", "power=10", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3302, "east=none", "north=none", "power=10", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3303, "east=none", "north=none", "power=10", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3304, "east=none", "north=none", "power=10", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3305, "east=none", "north=none", "power=10", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3306, "east=none", "north=none", "power=10", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3307, "east=none", "north=none", "power=10", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3308, "east=none", "north=none", "power=10", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3309, "east=none", "north=none", "power=11", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3310, "east=none", "north=none", "power=11", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3311, "east=none", "north=none", "power=11", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3312, "east=none", "north=none", "power=11", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3313, "east=none", "north=none", "power=11", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3314, "east=none", "north=none", "power=11", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3315, "east=none", "north=none", "power=11", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3316, "east=none", "north=none", "power=11", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3317, "east=none", "north=none", "power=11", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3318, "east=none", "north=none", "power=12", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3319, "east=none", "north=none", "power=12", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3320, "east=none", "north=none", "power=12", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3321, "east=none", "north=none", "power=12", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3322, "east=none", "north=none", "power=12", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3323, "east=none", "north=none", "power=12", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3324, "east=none", "north=none", "power=12", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3325, "east=none", "north=none", "power=12", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3326, "east=none", "north=none", "power=12", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3327, "east=none", "north=none", "power=13", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3328, "east=none", "north=none", "power=13", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3329, "east=none", "north=none", "power=13", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3330, "east=none", "north=none", "power=13", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3331, "east=none", "north=none", "power=13", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3332, "east=none", "north=none", "power=13", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3333, "east=none", "north=none", "power=13", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3334, "east=none", "north=none", "power=13", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3335, "east=none", "north=none", "power=13", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3336, "east=none", "north=none", "power=14", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3337, "east=none", "north=none", "power=14", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3338, "east=none", "north=none", "power=14", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3339, "east=none", "north=none", "power=14", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3340, "east=none", "north=none", "power=14", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3341, "east=none", "north=none", "power=14", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3342, "east=none", "north=none", "power=14", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3343, "east=none", "north=none", "power=14", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3344, "east=none", "north=none", "power=14", "south=none", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3345, "east=none", "north=none", "power=15", "south=up", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3346, "east=none", "north=none", "power=15", "south=up", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3347, "east=none", "north=none", "power=15", "south=up", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3348, "east=none", "north=none", "power=15", "south=side", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3349, "east=none", "north=none", "power=15", "south=side", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3350, "east=none", "north=none", "power=15", "south=side", "west=none")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3351, "east=none", "north=none", "power=15", "south=none", "west=up")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3352, "east=none", "north=none", "power=15", "south=none", "west=side")); - Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3353, "east=none", "north=none", "power=15", "south=none", "west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2058, "east=up","north=up","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2059, "east=up","north=up","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2060, "east=up","north=up","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2061, "east=up","north=up","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2062, "east=up","north=up","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2063, "east=up","north=up","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2064, "east=up","north=up","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2065, "east=up","north=up","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2066, "east=up","north=up","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2067, "east=up","north=up","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2068, "east=up","north=up","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2069, "east=up","north=up","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2070, "east=up","north=up","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2071, "east=up","north=up","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2072, "east=up","north=up","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2073, "east=up","north=up","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2074, "east=up","north=up","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2075, "east=up","north=up","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2076, "east=up","north=up","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2077, "east=up","north=up","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2078, "east=up","north=up","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2079, "east=up","north=up","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2080, "east=up","north=up","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2081, "east=up","north=up","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2082, "east=up","north=up","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2083, "east=up","north=up","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2084, "east=up","north=up","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2085, "east=up","north=up","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2086, "east=up","north=up","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2087, "east=up","north=up","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2088, "east=up","north=up","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2089, "east=up","north=up","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2090, "east=up","north=up","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2091, "east=up","north=up","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2092, "east=up","north=up","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2093, "east=up","north=up","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2094, "east=up","north=up","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2095, "east=up","north=up","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2096, "east=up","north=up","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2097, "east=up","north=up","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2098, "east=up","north=up","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2099, "east=up","north=up","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2100, "east=up","north=up","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2101, "east=up","north=up","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2102, "east=up","north=up","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2103, "east=up","north=up","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2104, "east=up","north=up","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2105, "east=up","north=up","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2106, "east=up","north=up","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2107, "east=up","north=up","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2108, "east=up","north=up","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2109, "east=up","north=up","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2110, "east=up","north=up","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2111, "east=up","north=up","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2112, "east=up","north=up","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2113, "east=up","north=up","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2114, "east=up","north=up","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2115, "east=up","north=up","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2116, "east=up","north=up","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2117, "east=up","north=up","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2118, "east=up","north=up","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2119, "east=up","north=up","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2120, "east=up","north=up","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2121, "east=up","north=up","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2122, "east=up","north=up","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2123, "east=up","north=up","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2124, "east=up","north=up","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2125, "east=up","north=up","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2126, "east=up","north=up","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2127, "east=up","north=up","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2128, "east=up","north=up","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2129, "east=up","north=up","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2130, "east=up","north=up","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2131, "east=up","north=up","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2132, "east=up","north=up","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2133, "east=up","north=up","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2134, "east=up","north=up","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2135, "east=up","north=up","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2136, "east=up","north=up","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2137, "east=up","north=up","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2138, "east=up","north=up","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2139, "east=up","north=up","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2140, "east=up","north=up","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2141, "east=up","north=up","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2142, "east=up","north=up","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2143, "east=up","north=up","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2144, "east=up","north=up","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2145, "east=up","north=up","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2146, "east=up","north=up","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2147, "east=up","north=up","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2148, "east=up","north=up","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2149, "east=up","north=up","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2150, "east=up","north=up","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2151, "east=up","north=up","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2152, "east=up","north=up","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2153, "east=up","north=up","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2154, "east=up","north=up","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2155, "east=up","north=up","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2156, "east=up","north=up","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2157, "east=up","north=up","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2158, "east=up","north=up","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2159, "east=up","north=up","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2160, "east=up","north=up","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2161, "east=up","north=up","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2162, "east=up","north=up","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2163, "east=up","north=up","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2164, "east=up","north=up","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2165, "east=up","north=up","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2166, "east=up","north=up","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2167, "east=up","north=up","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2168, "east=up","north=up","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2169, "east=up","north=up","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2170, "east=up","north=up","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2171, "east=up","north=up","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2172, "east=up","north=up","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2173, "east=up","north=up","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2174, "east=up","north=up","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2175, "east=up","north=up","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2176, "east=up","north=up","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2177, "east=up","north=up","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2178, "east=up","north=up","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2179, "east=up","north=up","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2180, "east=up","north=up","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2181, "east=up","north=up","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2182, "east=up","north=up","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2183, "east=up","north=up","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2184, "east=up","north=up","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2185, "east=up","north=up","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2186, "east=up","north=up","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2187, "east=up","north=up","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2188, "east=up","north=up","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2189, "east=up","north=up","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2190, "east=up","north=up","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2191, "east=up","north=up","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2192, "east=up","north=up","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2193, "east=up","north=up","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2194, "east=up","north=up","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2195, "east=up","north=up","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2196, "east=up","north=up","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2197, "east=up","north=up","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2198, "east=up","north=up","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2199, "east=up","north=up","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2200, "east=up","north=up","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2201, "east=up","north=up","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2202, "east=up","north=side","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2203, "east=up","north=side","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2204, "east=up","north=side","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2205, "east=up","north=side","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2206, "east=up","north=side","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2207, "east=up","north=side","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2208, "east=up","north=side","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2209, "east=up","north=side","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2210, "east=up","north=side","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2211, "east=up","north=side","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2212, "east=up","north=side","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2213, "east=up","north=side","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2214, "east=up","north=side","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2215, "east=up","north=side","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2216, "east=up","north=side","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2217, "east=up","north=side","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2218, "east=up","north=side","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2219, "east=up","north=side","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2220, "east=up","north=side","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2221, "east=up","north=side","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2222, "east=up","north=side","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2223, "east=up","north=side","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2224, "east=up","north=side","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2225, "east=up","north=side","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2226, "east=up","north=side","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2227, "east=up","north=side","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2228, "east=up","north=side","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2229, "east=up","north=side","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2230, "east=up","north=side","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2231, "east=up","north=side","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2232, "east=up","north=side","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2233, "east=up","north=side","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2234, "east=up","north=side","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2235, "east=up","north=side","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2236, "east=up","north=side","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2237, "east=up","north=side","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2238, "east=up","north=side","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2239, "east=up","north=side","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2240, "east=up","north=side","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2241, "east=up","north=side","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2242, "east=up","north=side","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2243, "east=up","north=side","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2244, "east=up","north=side","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2245, "east=up","north=side","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2246, "east=up","north=side","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2247, "east=up","north=side","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2248, "east=up","north=side","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2249, "east=up","north=side","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2250, "east=up","north=side","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2251, "east=up","north=side","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2252, "east=up","north=side","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2253, "east=up","north=side","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2254, "east=up","north=side","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2255, "east=up","north=side","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2256, "east=up","north=side","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2257, "east=up","north=side","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2258, "east=up","north=side","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2259, "east=up","north=side","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2260, "east=up","north=side","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2261, "east=up","north=side","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2262, "east=up","north=side","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2263, "east=up","north=side","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2264, "east=up","north=side","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2265, "east=up","north=side","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2266, "east=up","north=side","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2267, "east=up","north=side","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2268, "east=up","north=side","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2269, "east=up","north=side","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2270, "east=up","north=side","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2271, "east=up","north=side","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2272, "east=up","north=side","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2273, "east=up","north=side","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2274, "east=up","north=side","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2275, "east=up","north=side","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2276, "east=up","north=side","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2277, "east=up","north=side","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2278, "east=up","north=side","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2279, "east=up","north=side","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2280, "east=up","north=side","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2281, "east=up","north=side","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2282, "east=up","north=side","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2283, "east=up","north=side","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2284, "east=up","north=side","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2285, "east=up","north=side","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2286, "east=up","north=side","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2287, "east=up","north=side","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2288, "east=up","north=side","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2289, "east=up","north=side","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2290, "east=up","north=side","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2291, "east=up","north=side","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2292, "east=up","north=side","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2293, "east=up","north=side","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2294, "east=up","north=side","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2295, "east=up","north=side","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2296, "east=up","north=side","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2297, "east=up","north=side","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2298, "east=up","north=side","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2299, "east=up","north=side","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2300, "east=up","north=side","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2301, "east=up","north=side","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2302, "east=up","north=side","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2303, "east=up","north=side","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2304, "east=up","north=side","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2305, "east=up","north=side","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2306, "east=up","north=side","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2307, "east=up","north=side","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2308, "east=up","north=side","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2309, "east=up","north=side","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2310, "east=up","north=side","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2311, "east=up","north=side","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2312, "east=up","north=side","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2313, "east=up","north=side","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2314, "east=up","north=side","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2315, "east=up","north=side","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2316, "east=up","north=side","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2317, "east=up","north=side","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2318, "east=up","north=side","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2319, "east=up","north=side","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2320, "east=up","north=side","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2321, "east=up","north=side","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2322, "east=up","north=side","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2323, "east=up","north=side","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2324, "east=up","north=side","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2325, "east=up","north=side","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2326, "east=up","north=side","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2327, "east=up","north=side","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2328, "east=up","north=side","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2329, "east=up","north=side","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2330, "east=up","north=side","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2331, "east=up","north=side","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2332, "east=up","north=side","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2333, "east=up","north=side","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2334, "east=up","north=side","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2335, "east=up","north=side","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2336, "east=up","north=side","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2337, "east=up","north=side","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2338, "east=up","north=side","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2339, "east=up","north=side","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2340, "east=up","north=side","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2341, "east=up","north=side","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2342, "east=up","north=side","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2343, "east=up","north=side","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2344, "east=up","north=side","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2345, "east=up","north=side","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2346, "east=up","north=none","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2347, "east=up","north=none","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2348, "east=up","north=none","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2349, "east=up","north=none","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2350, "east=up","north=none","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2351, "east=up","north=none","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2352, "east=up","north=none","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2353, "east=up","north=none","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2354, "east=up","north=none","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2355, "east=up","north=none","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2356, "east=up","north=none","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2357, "east=up","north=none","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2358, "east=up","north=none","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2359, "east=up","north=none","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2360, "east=up","north=none","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2361, "east=up","north=none","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2362, "east=up","north=none","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2363, "east=up","north=none","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2364, "east=up","north=none","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2365, "east=up","north=none","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2366, "east=up","north=none","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2367, "east=up","north=none","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2368, "east=up","north=none","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2369, "east=up","north=none","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2370, "east=up","north=none","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2371, "east=up","north=none","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2372, "east=up","north=none","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2373, "east=up","north=none","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2374, "east=up","north=none","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2375, "east=up","north=none","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2376, "east=up","north=none","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2377, "east=up","north=none","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2378, "east=up","north=none","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2379, "east=up","north=none","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2380, "east=up","north=none","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2381, "east=up","north=none","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2382, "east=up","north=none","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2383, "east=up","north=none","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2384, "east=up","north=none","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2385, "east=up","north=none","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2386, "east=up","north=none","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2387, "east=up","north=none","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2388, "east=up","north=none","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2389, "east=up","north=none","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2390, "east=up","north=none","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2391, "east=up","north=none","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2392, "east=up","north=none","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2393, "east=up","north=none","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2394, "east=up","north=none","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2395, "east=up","north=none","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2396, "east=up","north=none","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2397, "east=up","north=none","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2398, "east=up","north=none","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2399, "east=up","north=none","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2400, "east=up","north=none","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2401, "east=up","north=none","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2402, "east=up","north=none","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2403, "east=up","north=none","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2404, "east=up","north=none","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2405, "east=up","north=none","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2406, "east=up","north=none","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2407, "east=up","north=none","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2408, "east=up","north=none","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2409, "east=up","north=none","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2410, "east=up","north=none","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2411, "east=up","north=none","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2412, "east=up","north=none","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2413, "east=up","north=none","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2414, "east=up","north=none","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2415, "east=up","north=none","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2416, "east=up","north=none","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2417, "east=up","north=none","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2418, "east=up","north=none","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2419, "east=up","north=none","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2420, "east=up","north=none","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2421, "east=up","north=none","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2422, "east=up","north=none","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2423, "east=up","north=none","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2424, "east=up","north=none","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2425, "east=up","north=none","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2426, "east=up","north=none","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2427, "east=up","north=none","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2428, "east=up","north=none","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2429, "east=up","north=none","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2430, "east=up","north=none","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2431, "east=up","north=none","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2432, "east=up","north=none","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2433, "east=up","north=none","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2434, "east=up","north=none","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2435, "east=up","north=none","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2436, "east=up","north=none","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2437, "east=up","north=none","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2438, "east=up","north=none","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2439, "east=up","north=none","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2440, "east=up","north=none","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2441, "east=up","north=none","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2442, "east=up","north=none","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2443, "east=up","north=none","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2444, "east=up","north=none","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2445, "east=up","north=none","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2446, "east=up","north=none","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2447, "east=up","north=none","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2448, "east=up","north=none","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2449, "east=up","north=none","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2450, "east=up","north=none","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2451, "east=up","north=none","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2452, "east=up","north=none","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2453, "east=up","north=none","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2454, "east=up","north=none","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2455, "east=up","north=none","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2456, "east=up","north=none","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2457, "east=up","north=none","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2458, "east=up","north=none","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2459, "east=up","north=none","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2460, "east=up","north=none","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2461, "east=up","north=none","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2462, "east=up","north=none","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2463, "east=up","north=none","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2464, "east=up","north=none","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2465, "east=up","north=none","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2466, "east=up","north=none","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2467, "east=up","north=none","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2468, "east=up","north=none","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2469, "east=up","north=none","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2470, "east=up","north=none","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2471, "east=up","north=none","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2472, "east=up","north=none","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2473, "east=up","north=none","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2474, "east=up","north=none","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2475, "east=up","north=none","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2476, "east=up","north=none","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2477, "east=up","north=none","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2478, "east=up","north=none","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2479, "east=up","north=none","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2480, "east=up","north=none","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2481, "east=up","north=none","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2482, "east=up","north=none","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2483, "east=up","north=none","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2484, "east=up","north=none","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2485, "east=up","north=none","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2486, "east=up","north=none","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2487, "east=up","north=none","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2488, "east=up","north=none","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2489, "east=up","north=none","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2490, "east=side","north=up","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2491, "east=side","north=up","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2492, "east=side","north=up","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2493, "east=side","north=up","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2494, "east=side","north=up","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2495, "east=side","north=up","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2496, "east=side","north=up","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2497, "east=side","north=up","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2498, "east=side","north=up","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2499, "east=side","north=up","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2500, "east=side","north=up","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2501, "east=side","north=up","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2502, "east=side","north=up","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2503, "east=side","north=up","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2504, "east=side","north=up","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2505, "east=side","north=up","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2506, "east=side","north=up","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2507, "east=side","north=up","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2508, "east=side","north=up","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2509, "east=side","north=up","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2510, "east=side","north=up","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2511, "east=side","north=up","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2512, "east=side","north=up","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2513, "east=side","north=up","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2514, "east=side","north=up","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2515, "east=side","north=up","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2516, "east=side","north=up","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2517, "east=side","north=up","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2518, "east=side","north=up","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2519, "east=side","north=up","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2520, "east=side","north=up","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2521, "east=side","north=up","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2522, "east=side","north=up","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2523, "east=side","north=up","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2524, "east=side","north=up","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2525, "east=side","north=up","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2526, "east=side","north=up","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2527, "east=side","north=up","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2528, "east=side","north=up","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2529, "east=side","north=up","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2530, "east=side","north=up","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2531, "east=side","north=up","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2532, "east=side","north=up","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2533, "east=side","north=up","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2534, "east=side","north=up","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2535, "east=side","north=up","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2536, "east=side","north=up","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2537, "east=side","north=up","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2538, "east=side","north=up","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2539, "east=side","north=up","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2540, "east=side","north=up","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2541, "east=side","north=up","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2542, "east=side","north=up","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2543, "east=side","north=up","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2544, "east=side","north=up","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2545, "east=side","north=up","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2546, "east=side","north=up","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2547, "east=side","north=up","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2548, "east=side","north=up","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2549, "east=side","north=up","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2550, "east=side","north=up","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2551, "east=side","north=up","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2552, "east=side","north=up","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2553, "east=side","north=up","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2554, "east=side","north=up","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2555, "east=side","north=up","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2556, "east=side","north=up","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2557, "east=side","north=up","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2558, "east=side","north=up","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2559, "east=side","north=up","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2560, "east=side","north=up","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2561, "east=side","north=up","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2562, "east=side","north=up","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2563, "east=side","north=up","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2564, "east=side","north=up","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2565, "east=side","north=up","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2566, "east=side","north=up","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2567, "east=side","north=up","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2568, "east=side","north=up","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2569, "east=side","north=up","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2570, "east=side","north=up","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2571, "east=side","north=up","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2572, "east=side","north=up","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2573, "east=side","north=up","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2574, "east=side","north=up","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2575, "east=side","north=up","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2576, "east=side","north=up","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2577, "east=side","north=up","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2578, "east=side","north=up","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2579, "east=side","north=up","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2580, "east=side","north=up","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2581, "east=side","north=up","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2582, "east=side","north=up","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2583, "east=side","north=up","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2584, "east=side","north=up","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2585, "east=side","north=up","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2586, "east=side","north=up","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2587, "east=side","north=up","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2588, "east=side","north=up","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2589, "east=side","north=up","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2590, "east=side","north=up","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2591, "east=side","north=up","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2592, "east=side","north=up","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2593, "east=side","north=up","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2594, "east=side","north=up","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2595, "east=side","north=up","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2596, "east=side","north=up","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2597, "east=side","north=up","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2598, "east=side","north=up","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2599, "east=side","north=up","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2600, "east=side","north=up","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2601, "east=side","north=up","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2602, "east=side","north=up","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2603, "east=side","north=up","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2604, "east=side","north=up","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2605, "east=side","north=up","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2606, "east=side","north=up","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2607, "east=side","north=up","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2608, "east=side","north=up","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2609, "east=side","north=up","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2610, "east=side","north=up","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2611, "east=side","north=up","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2612, "east=side","north=up","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2613, "east=side","north=up","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2614, "east=side","north=up","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2615, "east=side","north=up","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2616, "east=side","north=up","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2617, "east=side","north=up","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2618, "east=side","north=up","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2619, "east=side","north=up","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2620, "east=side","north=up","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2621, "east=side","north=up","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2622, "east=side","north=up","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2623, "east=side","north=up","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2624, "east=side","north=up","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2625, "east=side","north=up","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2626, "east=side","north=up","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2627, "east=side","north=up","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2628, "east=side","north=up","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2629, "east=side","north=up","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2630, "east=side","north=up","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2631, "east=side","north=up","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2632, "east=side","north=up","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2633, "east=side","north=up","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2634, "east=side","north=side","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2635, "east=side","north=side","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2636, "east=side","north=side","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2637, "east=side","north=side","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2638, "east=side","north=side","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2639, "east=side","north=side","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2640, "east=side","north=side","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2641, "east=side","north=side","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2642, "east=side","north=side","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2643, "east=side","north=side","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2644, "east=side","north=side","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2645, "east=side","north=side","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2646, "east=side","north=side","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2647, "east=side","north=side","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2648, "east=side","north=side","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2649, "east=side","north=side","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2650, "east=side","north=side","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2651, "east=side","north=side","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2652, "east=side","north=side","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2653, "east=side","north=side","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2654, "east=side","north=side","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2655, "east=side","north=side","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2656, "east=side","north=side","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2657, "east=side","north=side","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2658, "east=side","north=side","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2659, "east=side","north=side","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2660, "east=side","north=side","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2661, "east=side","north=side","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2662, "east=side","north=side","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2663, "east=side","north=side","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2664, "east=side","north=side","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2665, "east=side","north=side","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2666, "east=side","north=side","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2667, "east=side","north=side","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2668, "east=side","north=side","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2669, "east=side","north=side","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2670, "east=side","north=side","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2671, "east=side","north=side","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2672, "east=side","north=side","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2673, "east=side","north=side","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2674, "east=side","north=side","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2675, "east=side","north=side","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2676, "east=side","north=side","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2677, "east=side","north=side","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2678, "east=side","north=side","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2679, "east=side","north=side","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2680, "east=side","north=side","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2681, "east=side","north=side","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2682, "east=side","north=side","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2683, "east=side","north=side","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2684, "east=side","north=side","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2685, "east=side","north=side","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2686, "east=side","north=side","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2687, "east=side","north=side","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2688, "east=side","north=side","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2689, "east=side","north=side","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2690, "east=side","north=side","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2691, "east=side","north=side","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2692, "east=side","north=side","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2693, "east=side","north=side","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2694, "east=side","north=side","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2695, "east=side","north=side","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2696, "east=side","north=side","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2697, "east=side","north=side","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2698, "east=side","north=side","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2699, "east=side","north=side","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2700, "east=side","north=side","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2701, "east=side","north=side","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2702, "east=side","north=side","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2703, "east=side","north=side","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2704, "east=side","north=side","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2705, "east=side","north=side","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2706, "east=side","north=side","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2707, "east=side","north=side","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2708, "east=side","north=side","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2709, "east=side","north=side","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2710, "east=side","north=side","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2711, "east=side","north=side","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2712, "east=side","north=side","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2713, "east=side","north=side","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2714, "east=side","north=side","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2715, "east=side","north=side","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2716, "east=side","north=side","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2717, "east=side","north=side","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2718, "east=side","north=side","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2719, "east=side","north=side","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2720, "east=side","north=side","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2721, "east=side","north=side","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2722, "east=side","north=side","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2723, "east=side","north=side","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2724, "east=side","north=side","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2725, "east=side","north=side","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2726, "east=side","north=side","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2727, "east=side","north=side","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2728, "east=side","north=side","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2729, "east=side","north=side","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2730, "east=side","north=side","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2731, "east=side","north=side","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2732, "east=side","north=side","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2733, "east=side","north=side","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2734, "east=side","north=side","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2735, "east=side","north=side","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2736, "east=side","north=side","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2737, "east=side","north=side","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2738, "east=side","north=side","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2739, "east=side","north=side","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2740, "east=side","north=side","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2741, "east=side","north=side","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2742, "east=side","north=side","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2743, "east=side","north=side","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2744, "east=side","north=side","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2745, "east=side","north=side","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2746, "east=side","north=side","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2747, "east=side","north=side","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2748, "east=side","north=side","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2749, "east=side","north=side","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2750, "east=side","north=side","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2751, "east=side","north=side","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2752, "east=side","north=side","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2753, "east=side","north=side","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2754, "east=side","north=side","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2755, "east=side","north=side","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2756, "east=side","north=side","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2757, "east=side","north=side","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2758, "east=side","north=side","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2759, "east=side","north=side","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2760, "east=side","north=side","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2761, "east=side","north=side","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2762, "east=side","north=side","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2763, "east=side","north=side","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2764, "east=side","north=side","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2765, "east=side","north=side","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2766, "east=side","north=side","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2767, "east=side","north=side","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2768, "east=side","north=side","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2769, "east=side","north=side","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2770, "east=side","north=side","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2771, "east=side","north=side","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2772, "east=side","north=side","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2773, "east=side","north=side","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2774, "east=side","north=side","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2775, "east=side","north=side","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2776, "east=side","north=side","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2777, "east=side","north=side","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2778, "east=side","north=none","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2779, "east=side","north=none","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2780, "east=side","north=none","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2781, "east=side","north=none","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2782, "east=side","north=none","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2783, "east=side","north=none","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2784, "east=side","north=none","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2785, "east=side","north=none","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2786, "east=side","north=none","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2787, "east=side","north=none","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2788, "east=side","north=none","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2789, "east=side","north=none","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2790, "east=side","north=none","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2791, "east=side","north=none","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2792, "east=side","north=none","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2793, "east=side","north=none","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2794, "east=side","north=none","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2795, "east=side","north=none","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2796, "east=side","north=none","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2797, "east=side","north=none","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2798, "east=side","north=none","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2799, "east=side","north=none","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2800, "east=side","north=none","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2801, "east=side","north=none","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2802, "east=side","north=none","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2803, "east=side","north=none","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2804, "east=side","north=none","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2805, "east=side","north=none","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2806, "east=side","north=none","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2807, "east=side","north=none","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2808, "east=side","north=none","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2809, "east=side","north=none","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2810, "east=side","north=none","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2811, "east=side","north=none","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2812, "east=side","north=none","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2813, "east=side","north=none","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2814, "east=side","north=none","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2815, "east=side","north=none","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2816, "east=side","north=none","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2817, "east=side","north=none","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2818, "east=side","north=none","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2819, "east=side","north=none","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2820, "east=side","north=none","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2821, "east=side","north=none","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2822, "east=side","north=none","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2823, "east=side","north=none","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2824, "east=side","north=none","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2825, "east=side","north=none","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2826, "east=side","north=none","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2827, "east=side","north=none","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2828, "east=side","north=none","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2829, "east=side","north=none","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2830, "east=side","north=none","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2831, "east=side","north=none","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2832, "east=side","north=none","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2833, "east=side","north=none","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2834, "east=side","north=none","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2835, "east=side","north=none","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2836, "east=side","north=none","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2837, "east=side","north=none","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2838, "east=side","north=none","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2839, "east=side","north=none","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2840, "east=side","north=none","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2841, "east=side","north=none","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2842, "east=side","north=none","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2843, "east=side","north=none","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2844, "east=side","north=none","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2845, "east=side","north=none","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2846, "east=side","north=none","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2847, "east=side","north=none","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2848, "east=side","north=none","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2849, "east=side","north=none","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2850, "east=side","north=none","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2851, "east=side","north=none","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2852, "east=side","north=none","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2853, "east=side","north=none","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2854, "east=side","north=none","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2855, "east=side","north=none","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2856, "east=side","north=none","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2857, "east=side","north=none","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2858, "east=side","north=none","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2859, "east=side","north=none","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2860, "east=side","north=none","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2861, "east=side","north=none","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2862, "east=side","north=none","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2863, "east=side","north=none","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2864, "east=side","north=none","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2865, "east=side","north=none","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2866, "east=side","north=none","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2867, "east=side","north=none","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2868, "east=side","north=none","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2869, "east=side","north=none","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2870, "east=side","north=none","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2871, "east=side","north=none","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2872, "east=side","north=none","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2873, "east=side","north=none","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2874, "east=side","north=none","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2875, "east=side","north=none","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2876, "east=side","north=none","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2877, "east=side","north=none","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2878, "east=side","north=none","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2879, "east=side","north=none","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2880, "east=side","north=none","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2881, "east=side","north=none","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2882, "east=side","north=none","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2883, "east=side","north=none","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2884, "east=side","north=none","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2885, "east=side","north=none","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2886, "east=side","north=none","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2887, "east=side","north=none","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2888, "east=side","north=none","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2889, "east=side","north=none","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2890, "east=side","north=none","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2891, "east=side","north=none","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2892, "east=side","north=none","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2893, "east=side","north=none","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2894, "east=side","north=none","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2895, "east=side","north=none","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2896, "east=side","north=none","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2897, "east=side","north=none","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2898, "east=side","north=none","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2899, "east=side","north=none","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2900, "east=side","north=none","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2901, "east=side","north=none","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2902, "east=side","north=none","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2903, "east=side","north=none","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2904, "east=side","north=none","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2905, "east=side","north=none","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2906, "east=side","north=none","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2907, "east=side","north=none","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2908, "east=side","north=none","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2909, "east=side","north=none","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2910, "east=side","north=none","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2911, "east=side","north=none","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2912, "east=side","north=none","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2913, "east=side","north=none","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2914, "east=side","north=none","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2915, "east=side","north=none","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2916, "east=side","north=none","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2917, "east=side","north=none","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2918, "east=side","north=none","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2919, "east=side","north=none","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2920, "east=side","north=none","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2921, "east=side","north=none","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2922, "east=none","north=up","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2923, "east=none","north=up","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2924, "east=none","north=up","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2925, "east=none","north=up","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2926, "east=none","north=up","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2927, "east=none","north=up","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2928, "east=none","north=up","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2929, "east=none","north=up","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2930, "east=none","north=up","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2931, "east=none","north=up","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2932, "east=none","north=up","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2933, "east=none","north=up","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2934, "east=none","north=up","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2935, "east=none","north=up","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2936, "east=none","north=up","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2937, "east=none","north=up","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2938, "east=none","north=up","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2939, "east=none","north=up","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2940, "east=none","north=up","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2941, "east=none","north=up","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2942, "east=none","north=up","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2943, "east=none","north=up","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2944, "east=none","north=up","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2945, "east=none","north=up","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2946, "east=none","north=up","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2947, "east=none","north=up","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2948, "east=none","north=up","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2949, "east=none","north=up","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2950, "east=none","north=up","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2951, "east=none","north=up","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2952, "east=none","north=up","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2953, "east=none","north=up","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2954, "east=none","north=up","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2955, "east=none","north=up","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2956, "east=none","north=up","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2957, "east=none","north=up","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2958, "east=none","north=up","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2959, "east=none","north=up","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2960, "east=none","north=up","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2961, "east=none","north=up","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2962, "east=none","north=up","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2963, "east=none","north=up","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2964, "east=none","north=up","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2965, "east=none","north=up","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2966, "east=none","north=up","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2967, "east=none","north=up","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2968, "east=none","north=up","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2969, "east=none","north=up","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2970, "east=none","north=up","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2971, "east=none","north=up","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2972, "east=none","north=up","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2973, "east=none","north=up","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2974, "east=none","north=up","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2975, "east=none","north=up","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2976, "east=none","north=up","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2977, "east=none","north=up","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2978, "east=none","north=up","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2979, "east=none","north=up","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2980, "east=none","north=up","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2981, "east=none","north=up","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2982, "east=none","north=up","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2983, "east=none","north=up","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2984, "east=none","north=up","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2985, "east=none","north=up","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2986, "east=none","north=up","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2987, "east=none","north=up","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2988, "east=none","north=up","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2989, "east=none","north=up","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2990, "east=none","north=up","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2991, "east=none","north=up","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2992, "east=none","north=up","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2993, "east=none","north=up","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2994, "east=none","north=up","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2995, "east=none","north=up","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2996, "east=none","north=up","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2997, "east=none","north=up","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2998, "east=none","north=up","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 2999, "east=none","north=up","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3000, "east=none","north=up","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3001, "east=none","north=up","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3002, "east=none","north=up","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3003, "east=none","north=up","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3004, "east=none","north=up","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3005, "east=none","north=up","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3006, "east=none","north=up","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3007, "east=none","north=up","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3008, "east=none","north=up","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3009, "east=none","north=up","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3010, "east=none","north=up","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3011, "east=none","north=up","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3012, "east=none","north=up","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3013, "east=none","north=up","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3014, "east=none","north=up","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3015, "east=none","north=up","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3016, "east=none","north=up","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3017, "east=none","north=up","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3018, "east=none","north=up","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3019, "east=none","north=up","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3020, "east=none","north=up","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3021, "east=none","north=up","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3022, "east=none","north=up","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3023, "east=none","north=up","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3024, "east=none","north=up","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3025, "east=none","north=up","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3026, "east=none","north=up","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3027, "east=none","north=up","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3028, "east=none","north=up","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3029, "east=none","north=up","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3030, "east=none","north=up","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3031, "east=none","north=up","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3032, "east=none","north=up","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3033, "east=none","north=up","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3034, "east=none","north=up","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3035, "east=none","north=up","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3036, "east=none","north=up","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3037, "east=none","north=up","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3038, "east=none","north=up","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3039, "east=none","north=up","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3040, "east=none","north=up","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3041, "east=none","north=up","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3042, "east=none","north=up","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3043, "east=none","north=up","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3044, "east=none","north=up","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3045, "east=none","north=up","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3046, "east=none","north=up","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3047, "east=none","north=up","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3048, "east=none","north=up","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3049, "east=none","north=up","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3050, "east=none","north=up","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3051, "east=none","north=up","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3052, "east=none","north=up","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3053, "east=none","north=up","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3054, "east=none","north=up","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3055, "east=none","north=up","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3056, "east=none","north=up","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3057, "east=none","north=up","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3058, "east=none","north=up","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3059, "east=none","north=up","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3060, "east=none","north=up","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3061, "east=none","north=up","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3062, "east=none","north=up","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3063, "east=none","north=up","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3064, "east=none","north=up","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3065, "east=none","north=up","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3066, "east=none","north=side","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3067, "east=none","north=side","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3068, "east=none","north=side","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3069, "east=none","north=side","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3070, "east=none","north=side","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3071, "east=none","north=side","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3072, "east=none","north=side","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3073, "east=none","north=side","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3074, "east=none","north=side","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3075, "east=none","north=side","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3076, "east=none","north=side","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3077, "east=none","north=side","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3078, "east=none","north=side","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3079, "east=none","north=side","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3080, "east=none","north=side","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3081, "east=none","north=side","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3082, "east=none","north=side","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3083, "east=none","north=side","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3084, "east=none","north=side","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3085, "east=none","north=side","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3086, "east=none","north=side","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3087, "east=none","north=side","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3088, "east=none","north=side","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3089, "east=none","north=side","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3090, "east=none","north=side","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3091, "east=none","north=side","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3092, "east=none","north=side","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3093, "east=none","north=side","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3094, "east=none","north=side","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3095, "east=none","north=side","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3096, "east=none","north=side","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3097, "east=none","north=side","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3098, "east=none","north=side","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3099, "east=none","north=side","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3100, "east=none","north=side","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3101, "east=none","north=side","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3102, "east=none","north=side","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3103, "east=none","north=side","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3104, "east=none","north=side","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3105, "east=none","north=side","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3106, "east=none","north=side","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3107, "east=none","north=side","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3108, "east=none","north=side","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3109, "east=none","north=side","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3110, "east=none","north=side","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3111, "east=none","north=side","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3112, "east=none","north=side","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3113, "east=none","north=side","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3114, "east=none","north=side","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3115, "east=none","north=side","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3116, "east=none","north=side","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3117, "east=none","north=side","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3118, "east=none","north=side","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3119, "east=none","north=side","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3120, "east=none","north=side","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3121, "east=none","north=side","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3122, "east=none","north=side","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3123, "east=none","north=side","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3124, "east=none","north=side","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3125, "east=none","north=side","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3126, "east=none","north=side","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3127, "east=none","north=side","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3128, "east=none","north=side","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3129, "east=none","north=side","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3130, "east=none","north=side","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3131, "east=none","north=side","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3132, "east=none","north=side","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3133, "east=none","north=side","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3134, "east=none","north=side","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3135, "east=none","north=side","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3136, "east=none","north=side","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3137, "east=none","north=side","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3138, "east=none","north=side","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3139, "east=none","north=side","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3140, "east=none","north=side","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3141, "east=none","north=side","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3142, "east=none","north=side","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3143, "east=none","north=side","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3144, "east=none","north=side","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3145, "east=none","north=side","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3146, "east=none","north=side","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3147, "east=none","north=side","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3148, "east=none","north=side","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3149, "east=none","north=side","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3150, "east=none","north=side","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3151, "east=none","north=side","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3152, "east=none","north=side","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3153, "east=none","north=side","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3154, "east=none","north=side","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3155, "east=none","north=side","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3156, "east=none","north=side","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3157, "east=none","north=side","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3158, "east=none","north=side","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3159, "east=none","north=side","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3160, "east=none","north=side","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3161, "east=none","north=side","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3162, "east=none","north=side","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3163, "east=none","north=side","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3164, "east=none","north=side","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3165, "east=none","north=side","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3166, "east=none","north=side","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3167, "east=none","north=side","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3168, "east=none","north=side","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3169, "east=none","north=side","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3170, "east=none","north=side","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3171, "east=none","north=side","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3172, "east=none","north=side","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3173, "east=none","north=side","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3174, "east=none","north=side","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3175, "east=none","north=side","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3176, "east=none","north=side","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3177, "east=none","north=side","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3178, "east=none","north=side","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3179, "east=none","north=side","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3180, "east=none","north=side","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3181, "east=none","north=side","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3182, "east=none","north=side","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3183, "east=none","north=side","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3184, "east=none","north=side","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3185, "east=none","north=side","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3186, "east=none","north=side","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3187, "east=none","north=side","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3188, "east=none","north=side","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3189, "east=none","north=side","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3190, "east=none","north=side","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3191, "east=none","north=side","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3192, "east=none","north=side","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3193, "east=none","north=side","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3194, "east=none","north=side","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3195, "east=none","north=side","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3196, "east=none","north=side","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3197, "east=none","north=side","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3198, "east=none","north=side","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3199, "east=none","north=side","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3200, "east=none","north=side","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3201, "east=none","north=side","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3202, "east=none","north=side","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3203, "east=none","north=side","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3204, "east=none","north=side","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3205, "east=none","north=side","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3206, "east=none","north=side","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3207, "east=none","north=side","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3208, "east=none","north=side","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3209, "east=none","north=side","power=15","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3210, "east=none","north=none","power=0","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3211, "east=none","north=none","power=0","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3212, "east=none","north=none","power=0","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3213, "east=none","north=none","power=0","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3214, "east=none","north=none","power=0","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3215, "east=none","north=none","power=0","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3216, "east=none","north=none","power=0","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3217, "east=none","north=none","power=0","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3218, "east=none","north=none","power=0","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3219, "east=none","north=none","power=1","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3220, "east=none","north=none","power=1","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3221, "east=none","north=none","power=1","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3222, "east=none","north=none","power=1","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3223, "east=none","north=none","power=1","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3224, "east=none","north=none","power=1","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3225, "east=none","north=none","power=1","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3226, "east=none","north=none","power=1","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3227, "east=none","north=none","power=1","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3228, "east=none","north=none","power=2","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3229, "east=none","north=none","power=2","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3230, "east=none","north=none","power=2","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3231, "east=none","north=none","power=2","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3232, "east=none","north=none","power=2","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3233, "east=none","north=none","power=2","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3234, "east=none","north=none","power=2","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3235, "east=none","north=none","power=2","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3236, "east=none","north=none","power=2","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3237, "east=none","north=none","power=3","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3238, "east=none","north=none","power=3","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3239, "east=none","north=none","power=3","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3240, "east=none","north=none","power=3","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3241, "east=none","north=none","power=3","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3242, "east=none","north=none","power=3","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3243, "east=none","north=none","power=3","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3244, "east=none","north=none","power=3","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3245, "east=none","north=none","power=3","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3246, "east=none","north=none","power=4","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3247, "east=none","north=none","power=4","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3248, "east=none","north=none","power=4","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3249, "east=none","north=none","power=4","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3250, "east=none","north=none","power=4","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3251, "east=none","north=none","power=4","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3252, "east=none","north=none","power=4","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3253, "east=none","north=none","power=4","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3254, "east=none","north=none","power=4","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3255, "east=none","north=none","power=5","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3256, "east=none","north=none","power=5","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3257, "east=none","north=none","power=5","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3258, "east=none","north=none","power=5","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3259, "east=none","north=none","power=5","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3260, "east=none","north=none","power=5","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3261, "east=none","north=none","power=5","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3262, "east=none","north=none","power=5","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3263, "east=none","north=none","power=5","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3264, "east=none","north=none","power=6","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3265, "east=none","north=none","power=6","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3266, "east=none","north=none","power=6","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3267, "east=none","north=none","power=6","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3268, "east=none","north=none","power=6","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3269, "east=none","north=none","power=6","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3270, "east=none","north=none","power=6","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3271, "east=none","north=none","power=6","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3272, "east=none","north=none","power=6","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3273, "east=none","north=none","power=7","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3274, "east=none","north=none","power=7","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3275, "east=none","north=none","power=7","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3276, "east=none","north=none","power=7","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3277, "east=none","north=none","power=7","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3278, "east=none","north=none","power=7","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3279, "east=none","north=none","power=7","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3280, "east=none","north=none","power=7","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3281, "east=none","north=none","power=7","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3282, "east=none","north=none","power=8","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3283, "east=none","north=none","power=8","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3284, "east=none","north=none","power=8","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3285, "east=none","north=none","power=8","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3286, "east=none","north=none","power=8","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3287, "east=none","north=none","power=8","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3288, "east=none","north=none","power=8","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3289, "east=none","north=none","power=8","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3290, "east=none","north=none","power=8","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3291, "east=none","north=none","power=9","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3292, "east=none","north=none","power=9","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3293, "east=none","north=none","power=9","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3294, "east=none","north=none","power=9","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3295, "east=none","north=none","power=9","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3296, "east=none","north=none","power=9","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3297, "east=none","north=none","power=9","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3298, "east=none","north=none","power=9","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3299, "east=none","north=none","power=9","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3300, "east=none","north=none","power=10","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3301, "east=none","north=none","power=10","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3302, "east=none","north=none","power=10","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3303, "east=none","north=none","power=10","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3304, "east=none","north=none","power=10","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3305, "east=none","north=none","power=10","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3306, "east=none","north=none","power=10","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3307, "east=none","north=none","power=10","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3308, "east=none","north=none","power=10","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3309, "east=none","north=none","power=11","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3310, "east=none","north=none","power=11","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3311, "east=none","north=none","power=11","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3312, "east=none","north=none","power=11","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3313, "east=none","north=none","power=11","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3314, "east=none","north=none","power=11","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3315, "east=none","north=none","power=11","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3316, "east=none","north=none","power=11","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3317, "east=none","north=none","power=11","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3318, "east=none","north=none","power=12","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3319, "east=none","north=none","power=12","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3320, "east=none","north=none","power=12","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3321, "east=none","north=none","power=12","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3322, "east=none","north=none","power=12","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3323, "east=none","north=none","power=12","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3324, "east=none","north=none","power=12","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3325, "east=none","north=none","power=12","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3326, "east=none","north=none","power=12","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3327, "east=none","north=none","power=13","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3328, "east=none","north=none","power=13","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3329, "east=none","north=none","power=13","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3330, "east=none","north=none","power=13","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3331, "east=none","north=none","power=13","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3332, "east=none","north=none","power=13","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3333, "east=none","north=none","power=13","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3334, "east=none","north=none","power=13","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3335, "east=none","north=none","power=13","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3336, "east=none","north=none","power=14","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3337, "east=none","north=none","power=14","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3338, "east=none","north=none","power=14","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3339, "east=none","north=none","power=14","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3340, "east=none","north=none","power=14","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3341, "east=none","north=none","power=14","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3342, "east=none","north=none","power=14","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3343, "east=none","north=none","power=14","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3344, "east=none","north=none","power=14","south=none","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3345, "east=none","north=none","power=15","south=up","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3346, "east=none","north=none","power=15","south=up","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3347, "east=none","north=none","power=15","south=up","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3348, "east=none","north=none","power=15","south=side","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3349, "east=none","north=none","power=15","south=side","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3350, "east=none","north=none","power=15","south=side","west=none")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3351, "east=none","north=none","power=15","south=none","west=up")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3352, "east=none","north=none","power=15","south=none","west=side")); + Block.REDSTONE_WIRE.addBlockAlternative(new BlockAlternative((short) 3353, "east=none","north=none","power=15","south=none","west=none")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java index c80659ee3..8193e0adf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Repeater.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Repeater { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4031, "delay=1", "facing=north", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4032, "delay=1", "facing=north", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4033, "delay=1", "facing=north", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4034, "delay=1", "facing=north", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4035, "delay=1", "facing=south", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4036, "delay=1", "facing=south", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4037, "delay=1", "facing=south", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4038, "delay=1", "facing=south", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4039, "delay=1", "facing=west", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4040, "delay=1", "facing=west", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4041, "delay=1", "facing=west", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4042, "delay=1", "facing=west", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4043, "delay=1", "facing=east", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4044, "delay=1", "facing=east", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4045, "delay=1", "facing=east", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4046, "delay=1", "facing=east", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4047, "delay=2", "facing=north", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4048, "delay=2", "facing=north", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4049, "delay=2", "facing=north", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4050, "delay=2", "facing=north", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4051, "delay=2", "facing=south", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4052, "delay=2", "facing=south", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4053, "delay=2", "facing=south", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4054, "delay=2", "facing=south", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4055, "delay=2", "facing=west", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4056, "delay=2", "facing=west", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4057, "delay=2", "facing=west", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4058, "delay=2", "facing=west", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4059, "delay=2", "facing=east", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4060, "delay=2", "facing=east", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4061, "delay=2", "facing=east", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4062, "delay=2", "facing=east", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4063, "delay=3", "facing=north", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4064, "delay=3", "facing=north", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4065, "delay=3", "facing=north", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4066, "delay=3", "facing=north", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4067, "delay=3", "facing=south", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4068, "delay=3", "facing=south", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4069, "delay=3", "facing=south", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4070, "delay=3", "facing=south", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4071, "delay=3", "facing=west", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4072, "delay=3", "facing=west", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4073, "delay=3", "facing=west", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4074, "delay=3", "facing=west", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4075, "delay=3", "facing=east", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4076, "delay=3", "facing=east", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4077, "delay=3", "facing=east", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4078, "delay=3", "facing=east", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4079, "delay=4", "facing=north", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4080, "delay=4", "facing=north", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4081, "delay=4", "facing=north", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4082, "delay=4", "facing=north", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4083, "delay=4", "facing=south", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4084, "delay=4", "facing=south", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4085, "delay=4", "facing=south", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4086, "delay=4", "facing=south", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4087, "delay=4", "facing=west", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4088, "delay=4", "facing=west", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4089, "delay=4", "facing=west", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4090, "delay=4", "facing=west", "locked=false", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4091, "delay=4", "facing=east", "locked=true", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4092, "delay=4", "facing=east", "locked=true", "powered=false")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4093, "delay=4", "facing=east", "locked=false", "powered=true")); - Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4094, "delay=4", "facing=east", "locked=false", "powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4031, "delay=1","facing=north","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4032, "delay=1","facing=north","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4033, "delay=1","facing=north","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4034, "delay=1","facing=north","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4035, "delay=1","facing=south","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4036, "delay=1","facing=south","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4037, "delay=1","facing=south","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4038, "delay=1","facing=south","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4039, "delay=1","facing=west","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4040, "delay=1","facing=west","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4041, "delay=1","facing=west","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4042, "delay=1","facing=west","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4043, "delay=1","facing=east","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4044, "delay=1","facing=east","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4045, "delay=1","facing=east","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4046, "delay=1","facing=east","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4047, "delay=2","facing=north","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4048, "delay=2","facing=north","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4049, "delay=2","facing=north","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4050, "delay=2","facing=north","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4051, "delay=2","facing=south","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4052, "delay=2","facing=south","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4053, "delay=2","facing=south","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4054, "delay=2","facing=south","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4055, "delay=2","facing=west","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4056, "delay=2","facing=west","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4057, "delay=2","facing=west","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4058, "delay=2","facing=west","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4059, "delay=2","facing=east","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4060, "delay=2","facing=east","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4061, "delay=2","facing=east","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4062, "delay=2","facing=east","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4063, "delay=3","facing=north","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4064, "delay=3","facing=north","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4065, "delay=3","facing=north","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4066, "delay=3","facing=north","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4067, "delay=3","facing=south","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4068, "delay=3","facing=south","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4069, "delay=3","facing=south","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4070, "delay=3","facing=south","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4071, "delay=3","facing=west","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4072, "delay=3","facing=west","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4073, "delay=3","facing=west","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4074, "delay=3","facing=west","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4075, "delay=3","facing=east","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4076, "delay=3","facing=east","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4077, "delay=3","facing=east","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4078, "delay=3","facing=east","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4079, "delay=4","facing=north","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4080, "delay=4","facing=north","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4081, "delay=4","facing=north","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4082, "delay=4","facing=north","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4083, "delay=4","facing=south","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4084, "delay=4","facing=south","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4085, "delay=4","facing=south","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4086, "delay=4","facing=south","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4087, "delay=4","facing=west","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4088, "delay=4","facing=west","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4089, "delay=4","facing=west","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4090, "delay=4","facing=west","locked=false","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4091, "delay=4","facing=east","locked=true","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4092, "delay=4","facing=east","locked=true","powered=false")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4093, "delay=4","facing=east","locked=false","powered=true")); + Block.REPEATER.addBlockAlternative(new BlockAlternative((short) 4094, "delay=4","facing=east","locked=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java index 6c11bed65..2077eb815 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RepeatingCommandBlock.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RepeatingCommandBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9229, "conditional=true", "facing=north")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9230, "conditional=true", "facing=east")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9231, "conditional=true", "facing=south")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9232, "conditional=true", "facing=west")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9233, "conditional=true", "facing=up")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9234, "conditional=true", "facing=down")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9235, "conditional=false", "facing=north")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9236, "conditional=false", "facing=east")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9237, "conditional=false", "facing=south")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9238, "conditional=false", "facing=west")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9239, "conditional=false", "facing=up")); - Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9240, "conditional=false", "facing=down")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9229, "conditional=true","facing=north")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9230, "conditional=true","facing=east")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9231, "conditional=true","facing=south")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9232, "conditional=true","facing=west")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9233, "conditional=true","facing=up")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9234, "conditional=true","facing=down")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9235, "conditional=false","facing=north")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9236, "conditional=false","facing=east")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9237, "conditional=false","facing=south")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9238, "conditional=false","facing=west")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9239, "conditional=false","facing=up")); + Block.REPEATING_COMMAND_BLOCK.addBlockAlternative(new BlockAlternative((short) 9240, "conditional=false","facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java index 046467d4a..09d1b47b8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RespawnAnchor.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RespawnAnchor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15837, "charges=0")); Block.RESPAWN_ANCHOR.addBlockAlternative(new BlockAlternative((short) 15838, "charges=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java index 9db135ed2..6eef1111a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/RoseBush.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class RoseBush { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7893, "half=upper")); Block.ROSE_BUSH.addBlockAlternative(new BlockAlternative((short) 7894, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Sand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sand.java new file mode 100644 index 000000000..0a177f4d0 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sand.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Sand { + public static void initStates() { + Block.SAND.addBlockAlternative(new BlockAlternative((short) 66)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Sandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sandstone.java new file mode 100644 index 000000000..0089c819d --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Sandstone { + public static void initStates() { + Block.SANDSTONE.addBlockAlternative(new BlockAlternative((short) 246)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java index d96e77f6c..8d6ac999b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8352, "type=top", "waterlogged=true")); - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8353, "type=top", "waterlogged=false")); - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8354, "type=bottom", "waterlogged=true")); - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8355, "type=bottom", "waterlogged=false")); - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8356, "type=double", "waterlogged=true")); - Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8357, "type=double", "waterlogged=false")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8352, "type=top","waterlogged=true")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8353, "type=top","waterlogged=false")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8354, "type=bottom","waterlogged=true")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8355, "type=bottom","waterlogged=false")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8356, "type=double","waterlogged=true")); + Block.SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8357, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java index 1325b20e4..828262425 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SandstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5174, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5175, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5176, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5177, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5178, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5179, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5180, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5181, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5182, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5183, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5184, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5185, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5186, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5187, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5188, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5189, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5190, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5191, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5192, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5193, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5194, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5195, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5196, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5197, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5198, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5199, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5200, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5201, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5202, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5203, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5204, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5205, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5206, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5207, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5208, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5209, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5210, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5211, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5212, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5213, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5214, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5215, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5216, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5217, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5218, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5219, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5220, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5221, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5222, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5223, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5224, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5225, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5226, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5227, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5228, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5229, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5230, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5231, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5232, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5233, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5234, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5235, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5236, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5237, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5238, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5239, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5240, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5241, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5242, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5243, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5244, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5245, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5246, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5247, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5248, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5249, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5250, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5251, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5252, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5253, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5174, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5175, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5176, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5177, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5178, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5179, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5180, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5181, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5182, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5183, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5184, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5185, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5186, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5187, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5188, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5189, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5190, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5191, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5192, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5193, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5194, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5195, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5196, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5197, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5198, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5199, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5200, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5201, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5202, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5203, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5204, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5205, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5206, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5207, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5208, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5209, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5210, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5211, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5212, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5213, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5214, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5215, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5216, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5217, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5218, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5219, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5220, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5221, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5222, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5223, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5224, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5225, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5226, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5227, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5228, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5229, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5230, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5231, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5232, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5233, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5234, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5235, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5236, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5237, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5238, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5239, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5240, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5241, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5242, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5243, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5244, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5245, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5246, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5247, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5248, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5249, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5250, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5251, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5252, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5253, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java index 402f34e97..533a4810d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SandstoneWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SandstoneWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13787, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13788, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13789, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13790, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13791, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13792, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13793, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13794, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13795, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13796, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13797, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13798, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13799, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13800, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13801, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13802, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13803, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13804, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13805, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13806, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13807, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13808, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13809, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13810, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13811, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13812, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13813, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13814, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13815, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13816, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13817, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13818, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13819, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13820, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13821, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13822, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13823, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13824, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13825, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13826, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13827, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13828, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13829, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13830, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13831, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13832, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13833, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13834, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13835, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13836, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13837, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13838, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13839, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13840, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13841, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13842, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13843, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13844, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13845, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13846, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13847, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13848, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13849, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13850, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13851, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13852, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13853, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13854, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13855, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13856, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13857, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13858, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13859, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13860, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13861, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13862, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13863, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13864, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13865, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13866, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13867, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13868, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13869, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13870, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13871, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13872, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13873, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13874, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13875, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13876, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13877, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13878, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13879, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13880, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13881, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13882, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13883, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13884, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13885, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13886, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13887, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13888, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13889, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13890, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13891, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13892, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13893, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13894, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13895, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13896, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13897, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13898, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13899, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13900, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13901, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13902, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13903, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13904, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13905, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13906, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13907, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13908, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13909, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13910, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13911, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13912, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13913, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13914, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13915, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13916, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13917, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13918, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13919, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13920, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13921, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13922, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13923, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13924, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13925, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13926, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13927, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13928, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13929, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13930, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13931, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13932, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13933, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13934, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13935, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13936, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13937, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13938, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13939, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13940, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13941, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13942, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13943, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13944, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13945, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13946, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13947, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13948, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13949, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13950, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13951, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13952, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13953, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13954, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13955, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13956, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13957, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13958, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13959, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13960, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13961, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13962, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13963, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13964, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13965, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13966, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13967, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13968, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13969, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13970, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13971, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13972, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13973, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13974, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13975, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13976, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13977, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13978, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13979, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13980, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13981, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13982, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13983, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13984, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13985, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13986, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13987, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13988, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13989, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13990, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13991, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13992, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13993, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13994, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13995, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13996, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13997, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13998, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13999, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14000, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14001, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14002, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14003, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14004, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14005, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14006, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14007, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14008, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14009, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14010, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14011, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14012, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14013, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14014, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14015, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14016, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14017, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14018, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14019, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14020, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14021, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14022, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14023, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14024, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14025, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14026, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14027, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14028, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14029, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14030, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14031, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14032, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14033, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14034, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14035, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14036, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14037, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14038, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14039, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14040, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14041, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14042, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14043, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14044, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14045, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14046, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14047, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14048, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14049, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14050, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14051, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14052, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14053, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14054, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14055, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14056, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14057, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14058, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14059, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14060, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14061, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14062, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14063, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14064, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14065, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14066, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14067, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14068, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14069, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14070, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14071, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14072, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14073, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14074, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14075, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14076, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14077, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14078, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14079, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14080, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14081, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14082, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14083, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14084, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14085, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14086, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14087, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14088, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14089, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14090, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14091, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14092, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14093, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14094, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14095, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14096, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14097, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14098, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14099, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14100, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14101, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14102, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14103, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14104, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14105, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14106, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14107, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14108, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14109, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14110, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13787, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13788, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13789, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13790, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13791, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13792, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13793, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13794, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13795, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13796, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13797, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13798, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13799, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13800, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13801, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13802, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13803, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13804, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13805, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13806, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13807, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13808, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13809, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13810, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13811, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13812, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13813, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13814, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13815, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13816, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13817, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13818, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13819, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13820, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13821, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13822, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13823, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13824, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13825, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13826, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13827, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13828, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13829, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13830, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13831, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13832, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13833, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13834, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13835, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13836, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13837, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13838, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13839, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13840, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13841, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13842, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13843, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13844, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13845, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13846, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13847, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13848, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13849, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13850, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13851, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13852, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13853, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13854, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13855, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13856, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13857, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13858, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13859, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13860, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13861, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13862, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13863, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13864, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13865, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13866, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13867, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13868, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13869, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13870, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13871, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13872, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13873, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13874, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13875, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13876, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13877, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13878, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13879, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13880, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13881, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13882, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13883, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13884, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13885, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13886, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13887, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13888, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13889, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13890, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13891, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13892, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13893, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13894, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13895, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13896, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13897, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13898, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13899, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13900, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13901, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13902, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13903, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13904, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13905, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13906, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13907, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13908, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13909, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13910, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13911, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13912, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13913, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13914, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13915, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13916, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13917, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13918, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13919, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13920, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13921, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13922, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13923, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13924, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13925, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13926, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13927, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13928, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13929, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13930, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13931, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13932, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13933, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13934, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13935, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13936, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13937, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13938, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13939, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13940, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13941, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13942, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13943, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13944, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13945, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13946, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13947, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13948, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13949, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13950, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13951, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13952, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13953, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13954, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13955, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13956, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13957, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13958, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13959, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13960, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13961, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13962, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13963, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13964, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13965, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13966, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13967, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13968, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13969, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13970, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13971, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13972, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13973, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13974, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13975, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13976, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13977, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13978, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13979, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13980, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13981, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13982, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13983, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13984, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13985, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13986, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13987, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13988, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13989, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13990, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13991, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13992, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13993, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13994, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13995, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13996, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13997, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13998, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 13999, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14000, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14001, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14002, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14003, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14004, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14005, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14006, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14007, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14008, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14009, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14010, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14011, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14012, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14013, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14014, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14015, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14016, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14017, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14018, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14019, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14020, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14021, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14022, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14023, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14024, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14025, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14026, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14027, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14028, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14029, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14030, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14031, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14032, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14033, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14034, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14035, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14036, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14037, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14038, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14039, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14040, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14041, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14042, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14043, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14044, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14045, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14046, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14047, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14048, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14049, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14050, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14051, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14052, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14053, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14054, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14055, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14056, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14057, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14058, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14059, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14060, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14061, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14062, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14063, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14064, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14065, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14066, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14067, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14068, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14069, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14070, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14071, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14072, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14073, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14074, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14075, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14076, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14077, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14078, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14079, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14080, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14081, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14082, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14083, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14084, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14085, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14086, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14087, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14088, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14089, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14090, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14091, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14092, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14093, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14094, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14095, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14096, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14097, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14098, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14099, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14100, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14101, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14102, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14103, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14104, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14105, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14106, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14107, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14108, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14109, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.SANDSTONE_WALL.addBlockAlternative(new BlockAlternative((short) 14110, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java index d38410fd9..e80e74c19 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Scaffolding.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Scaffolding { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14759, "bottom=true", "distance=0", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14760, "bottom=true", "distance=0", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14761, "bottom=true", "distance=1", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14762, "bottom=true", "distance=1", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14763, "bottom=true", "distance=2", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14764, "bottom=true", "distance=2", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14765, "bottom=true", "distance=3", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14766, "bottom=true", "distance=3", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14767, "bottom=true", "distance=4", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14768, "bottom=true", "distance=4", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14769, "bottom=true", "distance=5", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14770, "bottom=true", "distance=5", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14771, "bottom=true", "distance=6", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14772, "bottom=true", "distance=6", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14773, "bottom=true", "distance=7", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14774, "bottom=true", "distance=7", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14775, "bottom=false", "distance=0", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14776, "bottom=false", "distance=0", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14777, "bottom=false", "distance=1", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14778, "bottom=false", "distance=1", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14779, "bottom=false", "distance=2", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14780, "bottom=false", "distance=2", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14781, "bottom=false", "distance=3", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14782, "bottom=false", "distance=3", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14783, "bottom=false", "distance=4", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14784, "bottom=false", "distance=4", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14785, "bottom=false", "distance=5", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14786, "bottom=false", "distance=5", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14787, "bottom=false", "distance=6", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14788, "bottom=false", "distance=6", "waterlogged=false")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14789, "bottom=false", "distance=7", "waterlogged=true")); - Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14790, "bottom=false", "distance=7", "waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14759, "bottom=true","distance=0","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14760, "bottom=true","distance=0","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14761, "bottom=true","distance=1","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14762, "bottom=true","distance=1","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14763, "bottom=true","distance=2","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14764, "bottom=true","distance=2","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14765, "bottom=true","distance=3","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14766, "bottom=true","distance=3","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14767, "bottom=true","distance=4","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14768, "bottom=true","distance=4","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14769, "bottom=true","distance=5","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14770, "bottom=true","distance=5","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14771, "bottom=true","distance=6","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14772, "bottom=true","distance=6","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14773, "bottom=true","distance=7","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14774, "bottom=true","distance=7","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14775, "bottom=false","distance=0","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14776, "bottom=false","distance=0","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14777, "bottom=false","distance=1","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14778, "bottom=false","distance=1","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14779, "bottom=false","distance=2","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14780, "bottom=false","distance=2","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14781, "bottom=false","distance=3","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14782, "bottom=false","distance=3","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14783, "bottom=false","distance=4","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14784, "bottom=false","distance=4","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14785, "bottom=false","distance=5","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14786, "bottom=false","distance=5","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14787, "bottom=false","distance=6","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14788, "bottom=false","distance=6","waterlogged=false")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14789, "bottom=false","distance=7","waterlogged=true")); + Block.SCAFFOLDING.addBlockAlternative(new BlockAlternative((short) 14790, "bottom=false","distance=7","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SeaLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaLantern.java new file mode 100644 index 000000000..32f6a0a02 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaLantern.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SeaLantern { + public static void initStates() { + Block.SEA_LANTERN.addBlockAlternative(new BlockAlternative((short) 7866)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java index 10c7627ee..50939b749 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SeaPickle.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SeaPickle { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9644, "pickles=1", "waterlogged=true")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9645, "pickles=1", "waterlogged=false")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9646, "pickles=2", "waterlogged=true")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9647, "pickles=2", "waterlogged=false")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9648, "pickles=3", "waterlogged=true")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9649, "pickles=3", "waterlogged=false")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9650, "pickles=4", "waterlogged=true")); - Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9651, "pickles=4", "waterlogged=false")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9644, "pickles=1","waterlogged=true")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9645, "pickles=1","waterlogged=false")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9646, "pickles=2","waterlogged=true")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9647, "pickles=2","waterlogged=false")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9648, "pickles=3","waterlogged=true")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9649, "pickles=3","waterlogged=false")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9650, "pickles=4","waterlogged=true")); + Block.SEA_PICKLE.addBlockAlternative(new BlockAlternative((short) 9651, "pickles=4","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Seagrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Seagrass.java new file mode 100644 index 000000000..a1a328627 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Seagrass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Seagrass { + public static void initStates() { + Block.SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1345)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Shroomlight.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Shroomlight.java new file mode 100644 index 000000000..d0a46c912 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Shroomlight.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Shroomlight { + public static void initStates() { + Block.SHROOMLIGHT.addBlockAlternative(new BlockAlternative((short) 14997)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java index c990c4d17..e9ace6afc 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9276, "facing=north")); Block.SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9277, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java index 41a416eee..932cce260 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonSkull.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SkeletonSkull { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6494, "rotation=0")); Block.SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6495, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java index e061d1551..9b8b8c85d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SkeletonWallSkull.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SkeletonWallSkull { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6510, "facing=north")); Block.SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6511, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SlimeBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SlimeBlock.java new file mode 100644 index 000000000..2e6d0675a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SlimeBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SlimeBlock { + public static void initStates() { + Block.SLIME_BLOCK.addBlockAlternative(new BlockAlternative((short) 7539)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmithingTable.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmithingTable.java new file mode 100644 index 000000000..c88e2c299 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmithingTable.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SmithingTable { + public static void initStates() { + Block.SMITHING_TABLE.addBlockAlternative(new BlockAlternative((short) 14853)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java index a386bb038..06c40d6c6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Smoker.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Smoker { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14807, "facing=north", "lit=true")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14808, "facing=north", "lit=false")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14809, "facing=south", "lit=true")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14810, "facing=south", "lit=false")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14811, "facing=west", "lit=true")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14812, "facing=west", "lit=false")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14813, "facing=east", "lit=true")); - Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14814, "facing=east", "lit=false")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14807, "facing=north","lit=true")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14808, "facing=north","lit=false")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14809, "facing=south","lit=true")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14810, "facing=south","lit=false")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14811, "facing=west","lit=true")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14812, "facing=west","lit=false")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14813, "facing=east","lit=true")); + Block.SMOKER.addBlockAlternative(new BlockAlternative((short) 14814, "facing=east","lit=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartz.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartz.java new file mode 100644 index 000000000..bcd39f8e3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartz.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SmoothQuartz { + public static void initStates() { + Block.SMOOTH_QUARTZ.addBlockAlternative(new BlockAlternative((short) 8420)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java index 434331983..dff8808e0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothQuartzSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10835, "type=top", "waterlogged=true")); - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10836, "type=top", "waterlogged=false")); - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10837, "type=bottom", "waterlogged=true")); - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10838, "type=bottom", "waterlogged=false")); - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10839, "type=double", "waterlogged=true")); - Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10840, "type=double", "waterlogged=false")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10835, "type=top","waterlogged=true")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10836, "type=top","waterlogged=false")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10837, "type=bottom","waterlogged=true")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10838, "type=bottom","waterlogged=false")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10839, "type=double","waterlogged=true")); + Block.SMOOTH_QUARTZ_SLAB.addBlockAlternative(new BlockAlternative((short) 10840, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java index b0c5b1506..097af0bd2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothQuartzStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothQuartzStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10313, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10314, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10315, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10316, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10317, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10318, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10319, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10320, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10321, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10322, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10323, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10324, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10325, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10326, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10327, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10328, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10329, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10330, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10331, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10332, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10333, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10334, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10335, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10336, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10337, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10338, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10339, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10340, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10341, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10342, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10343, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10344, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10345, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10346, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10347, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10348, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10349, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10350, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10351, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10352, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10353, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10354, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10355, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10356, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10357, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10358, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10359, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10360, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10361, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10362, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10363, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10364, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10365, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10366, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10367, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10368, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10369, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10370, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10371, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10372, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10373, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10374, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10375, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10376, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10377, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10378, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10379, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10380, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10381, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10382, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10383, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10384, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10385, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10386, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10387, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10388, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10389, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10390, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10391, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10392, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10313, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10314, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10315, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10316, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10317, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10318, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10319, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10320, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10321, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10322, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10323, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10324, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10325, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10326, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10327, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10328, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10329, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10330, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10331, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10332, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10333, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10334, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10335, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10336, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10337, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10338, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10339, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10340, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10341, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10342, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10343, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10344, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10345, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10346, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10347, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10348, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10349, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10350, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10351, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10352, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10353, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10354, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10355, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10356, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10357, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10358, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10359, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10360, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10361, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10362, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10363, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10364, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10365, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10366, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10367, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10368, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10369, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10370, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10371, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10372, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10373, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10374, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10375, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10376, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10377, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10378, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10379, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10380, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10381, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10382, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10383, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10384, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10385, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10386, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10387, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10388, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10389, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10390, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10391, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_QUARTZ_STAIRS.addBlockAlternative(new BlockAlternative((short) 10392, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstone.java new file mode 100644 index 000000000..cf62324dc --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SmoothRedSandstone { + public static void initStates() { + Block.SMOOTH_RED_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 8421)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java index f4160832d..fc609be7e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothRedSandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10799, "type=top", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10800, "type=top", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10801, "type=bottom", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10802, "type=bottom", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10803, "type=double", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10804, "type=double", "waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10799, "type=top","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10800, "type=top","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10801, "type=bottom","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10802, "type=bottom","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10803, "type=double","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10804, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java index 32874d1ef..74f48b0ea 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothRedSandstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothRedSandstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9753, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9754, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9755, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9756, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9757, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9758, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9759, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9760, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9761, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9762, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9763, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9764, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9765, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9766, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9767, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9768, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9769, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9770, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9771, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9772, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9773, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9774, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9775, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9776, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9777, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9778, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9779, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9780, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9781, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9782, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9783, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9784, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9785, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9786, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9787, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9788, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9789, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9790, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9791, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9792, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9793, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9794, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9795, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9796, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9797, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9798, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9799, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9800, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9801, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9802, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9803, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9804, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9805, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9806, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9807, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9808, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9809, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9810, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9811, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9812, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9813, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9814, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9815, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9816, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9817, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9818, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9819, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9820, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9821, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9822, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9823, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9824, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9825, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9826, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9827, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9828, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9829, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9830, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9831, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9832, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9753, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9754, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9755, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9756, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9757, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9758, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9759, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9760, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9761, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9762, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9763, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9764, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9765, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9766, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9767, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9768, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9769, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9770, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9771, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9772, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9773, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9774, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9775, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9776, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9777, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9778, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9779, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9780, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9781, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9782, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9783, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9784, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9785, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9786, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9787, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9788, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9789, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9790, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9791, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9792, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9793, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9794, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9795, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9796, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9797, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9798, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9799, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9800, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9801, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9802, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9803, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9804, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9805, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9806, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9807, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9808, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9809, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9810, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9811, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9812, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9813, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9814, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9815, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9816, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9817, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9818, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9819, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9820, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9821, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9822, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9823, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9824, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9825, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9826, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9827, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9828, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9829, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9830, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9831, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_RED_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 9832, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstone.java new file mode 100644 index 000000000..e7c68525e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SmoothSandstone { + public static void initStates() { + Block.SMOOTH_SANDSTONE.addBlockAlternative(new BlockAlternative((short) 8419)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java index c400ff803..ec5f37327 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothSandstoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10829, "type=top", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10830, "type=top", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10831, "type=bottom", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10832, "type=bottom", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10833, "type=double", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10834, "type=double", "waterlogged=false")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10829, "type=top","waterlogged=true")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10830, "type=top","waterlogged=false")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10831, "type=bottom","waterlogged=true")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10832, "type=bottom","waterlogged=false")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10833, "type=double","waterlogged=true")); + Block.SMOOTH_SANDSTONE_SLAB.addBlockAlternative(new BlockAlternative((short) 10834, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java index 9d7d6ff6a..c580f3c8d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothSandstoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothSandstoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10233, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10234, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10235, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10236, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10237, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10238, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10239, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10240, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10241, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10242, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10243, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10244, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10245, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10246, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10247, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10248, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10249, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10250, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10251, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10252, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10253, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10254, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10255, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10256, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10257, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10258, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10259, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10260, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10261, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10262, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10263, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10264, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10265, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10266, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10267, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10268, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10269, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10270, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10271, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10272, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10273, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10274, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10275, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10276, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10277, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10278, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10279, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10280, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10281, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10282, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10283, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10284, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10285, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10286, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10287, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10288, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10289, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10290, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10291, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10292, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10293, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10294, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10295, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10296, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10297, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10298, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10299, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10300, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10301, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10302, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10303, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10304, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10305, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10306, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10307, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10308, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10309, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10310, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10311, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10312, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10233, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10234, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10235, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10236, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10237, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10238, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10239, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10240, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10241, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10242, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10243, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10244, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10245, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10246, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10247, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10248, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10249, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10250, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10251, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10252, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10253, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10254, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10255, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10256, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10257, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10258, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10259, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10260, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10261, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10262, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10263, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10264, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10265, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10266, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10267, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10268, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10269, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10270, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10271, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10272, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10273, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10274, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10275, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10276, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10277, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10278, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10279, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10280, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10281, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10282, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10283, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10284, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10285, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10286, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10287, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10288, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10289, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10290, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10291, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10292, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10293, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10294, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10295, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10296, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10297, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10298, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10299, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10300, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10301, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10302, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10303, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10304, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10305, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10306, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10307, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10308, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10309, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10310, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10311, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.SMOOTH_SANDSTONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10312, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStone.java new file mode 100644 index 000000000..9716abdc4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SmoothStone { + public static void initStates() { + Block.SMOOTH_STONE.addBlockAlternative(new BlockAlternative((short) 8418)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java index 0bfd1390a..340b4afd2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SmoothStoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SmoothStoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8346, "type=top", "waterlogged=true")); - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8347, "type=top", "waterlogged=false")); - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8348, "type=bottom", "waterlogged=true")); - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8349, "type=bottom", "waterlogged=false")); - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8350, "type=double", "waterlogged=true")); - Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8351, "type=double", "waterlogged=false")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8346, "type=top","waterlogged=true")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8347, "type=top","waterlogged=false")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8348, "type=bottom","waterlogged=true")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8349, "type=bottom","waterlogged=false")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8350, "type=double","waterlogged=true")); + Block.SMOOTH_STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8351, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java index 8ee07278b..02149ae8c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Snow.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Snow { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SNOW.addBlockAlternative(new BlockAlternative((short) 3921, "layers=1")); Block.SNOW.addBlockAlternative(new BlockAlternative((short) 3922, "layers=2")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SnowBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SnowBlock.java new file mode 100644 index 000000000..a086230e4 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SnowBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SnowBlock { + public static void initStates() { + Block.SNOW_BLOCK.addBlockAlternative(new BlockAlternative((short) 3930)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java index 1e77e6b5f..c3dae2fa6 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulCampfire.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SoulCampfire { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14930, "facing=north", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14931, "facing=north", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14932, "facing=north", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14933, "facing=north", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14934, "facing=north", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14935, "facing=north", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14936, "facing=north", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14937, "facing=north", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14938, "facing=south", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14939, "facing=south", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14940, "facing=south", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14941, "facing=south", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14942, "facing=south", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14943, "facing=south", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14944, "facing=south", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14945, "facing=south", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14946, "facing=west", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14947, "facing=west", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14948, "facing=west", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14949, "facing=west", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14950, "facing=west", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14951, "facing=west", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14952, "facing=west", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14953, "facing=west", "lit=false", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14954, "facing=east", "lit=true", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14955, "facing=east", "lit=true", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14956, "facing=east", "lit=true", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14957, "facing=east", "lit=true", "signal_fire=false", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14958, "facing=east", "lit=false", "signal_fire=true", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14959, "facing=east", "lit=false", "signal_fire=true", "waterlogged=false")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14960, "facing=east", "lit=false", "signal_fire=false", "waterlogged=true")); - Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14961, "facing=east", "lit=false", "signal_fire=false", "waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14930, "facing=north","lit=true","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14931, "facing=north","lit=true","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14932, "facing=north","lit=true","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14933, "facing=north","lit=true","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14934, "facing=north","lit=false","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14935, "facing=north","lit=false","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14936, "facing=north","lit=false","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14937, "facing=north","lit=false","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14938, "facing=south","lit=true","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14939, "facing=south","lit=true","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14940, "facing=south","lit=true","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14941, "facing=south","lit=true","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14942, "facing=south","lit=false","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14943, "facing=south","lit=false","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14944, "facing=south","lit=false","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14945, "facing=south","lit=false","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14946, "facing=west","lit=true","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14947, "facing=west","lit=true","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14948, "facing=west","lit=true","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14949, "facing=west","lit=true","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14950, "facing=west","lit=false","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14951, "facing=west","lit=false","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14952, "facing=west","lit=false","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14953, "facing=west","lit=false","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14954, "facing=east","lit=true","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14955, "facing=east","lit=true","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14956, "facing=east","lit=true","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14957, "facing=east","lit=true","signal_fire=false","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14958, "facing=east","lit=false","signal_fire=true","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14959, "facing=east","lit=false","signal_fire=true","waterlogged=false")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14960, "facing=east","lit=false","signal_fire=false","waterlogged=true")); + Block.SOUL_CAMPFIRE.addBlockAlternative(new BlockAlternative((short) 14961, "facing=east","lit=false","signal_fire=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulFire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulFire.java new file mode 100644 index 000000000..d8882d5ae --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulFire.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SoulFire { + public static void initStates() { + Block.SOUL_FIRE.addBlockAlternative(new BlockAlternative((short) 1952)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java index ba344aa0e..adf9051ca 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulLantern.java @@ -1,27 +1,21 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SoulLantern { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14894, "hanging=true", "waterlogged=true")); - Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14895, "hanging=true", "waterlogged=false")); - Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14896, "hanging=false", "waterlogged=true")); - Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14897, "hanging=false", "waterlogged=false")); + Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14894, "hanging=true","waterlogged=true")); + Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14895, "hanging=true","waterlogged=false")); + Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14896, "hanging=false","waterlogged=true")); + Block.SOUL_LANTERN.addBlockAlternative(new BlockAlternative((short) 14897, "hanging=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSand.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSand.java new file mode 100644 index 000000000..b14e29abc --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSand.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SoulSand { + public static void initStates() { + Block.SOUL_SAND.addBlockAlternative(new BlockAlternative((short) 4000)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSoil.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSoil.java new file mode 100644 index 000000000..977d11874 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulSoil.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SoulSoil { + public static void initStates() { + Block.SOUL_SOIL.addBlockAlternative(new BlockAlternative((short) 4001)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulTorch.java new file mode 100644 index 000000000..ee26baad1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulTorch.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SoulTorch { + public static void initStates() { + Block.SOUL_TORCH.addBlockAlternative(new BlockAlternative((short) 4008)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java index 8535a7c81..8de438c9d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SoulWallTorch.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SoulWallTorch { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4009, "facing=north")); Block.SOUL_WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 4010, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Spawner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Spawner.java new file mode 100644 index 000000000..dfb75b979 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Spawner.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Spawner { + public static void initStates() { + Block.SPAWNER.addBlockAlternative(new BlockAlternative((short) 1953)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Sponge.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sponge.java new file mode 100644 index 000000000..d5ad1813b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sponge.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Sponge { + public static void initStates() { + Block.SPONGE.addBlockAlternative(new BlockAlternative((short) 229)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java index 779f4d2b3..d99b93e76 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6374, "face=floor", "facing=north", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6375, "face=floor", "facing=north", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6376, "face=floor", "facing=south", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6377, "face=floor", "facing=south", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6378, "face=floor", "facing=west", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6379, "face=floor", "facing=west", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6380, "face=floor", "facing=east", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6381, "face=floor", "facing=east", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6382, "face=wall", "facing=north", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6383, "face=wall", "facing=north", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6384, "face=wall", "facing=south", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6385, "face=wall", "facing=south", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6386, "face=wall", "facing=west", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6387, "face=wall", "facing=west", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6388, "face=wall", "facing=east", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6389, "face=wall", "facing=east", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6390, "face=ceiling", "facing=north", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6391, "face=ceiling", "facing=north", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6392, "face=ceiling", "facing=south", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6393, "face=ceiling", "facing=south", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6394, "face=ceiling", "facing=west", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6395, "face=ceiling", "facing=west", "powered=false")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6396, "face=ceiling", "facing=east", "powered=true")); - Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6397, "face=ceiling", "facing=east", "powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6374, "face=FLOOR","facing=north","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6375, "face=FLOOR","facing=north","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6376, "face=FLOOR","facing=south","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6377, "face=FLOOR","facing=south","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6378, "face=FLOOR","facing=west","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6379, "face=FLOOR","facing=west","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6380, "face=FLOOR","facing=east","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6381, "face=FLOOR","facing=east","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6382, "face=WALL","facing=north","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6383, "face=WALL","facing=north","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6384, "face=WALL","facing=south","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6385, "face=WALL","facing=south","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6386, "face=WALL","facing=west","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6387, "face=WALL","facing=west","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6388, "face=WALL","facing=east","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6389, "face=WALL","facing=east","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6390, "face=CEILING","facing=north","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6391, "face=CEILING","facing=north","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6392, "face=CEILING","facing=south","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6393, "face=CEILING","facing=south","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6394, "face=CEILING","facing=west","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6395, "face=CEILING","facing=west","powered=false")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6396, "face=CEILING","facing=east","powered=true")); + Block.SPRUCE_BUTTON.addBlockAlternative(new BlockAlternative((short) 6397, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java index e1c08e8a7..a1f093a91 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8742, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8743, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8744, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8745, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8746, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8747, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8748, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8749, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8750, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8751, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8752, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8753, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8754, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8755, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8756, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8757, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8758, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8759, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8760, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8761, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8762, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8763, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8764, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8765, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8766, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8767, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8768, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8769, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8770, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8771, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8772, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8773, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8774, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8775, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8776, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8777, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8778, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8779, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8780, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8781, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8782, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8783, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8784, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8785, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8786, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8787, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8788, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8789, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8790, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8791, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8792, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8793, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8794, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8795, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8796, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8797, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8798, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8799, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8800, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8801, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8802, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8803, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8804, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8805, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8742, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8743, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8744, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8745, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8746, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8747, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8748, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8749, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8750, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8751, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8752, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8753, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8754, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8755, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8756, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8757, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8758, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8759, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8760, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8761, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8762, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8763, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8764, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8765, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8766, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8767, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8768, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8769, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8770, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8771, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8772, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8773, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8774, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8775, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8776, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8777, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8778, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8779, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8780, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8781, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8782, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8783, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8784, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8785, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8786, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8787, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8788, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8789, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8790, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8791, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8792, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8793, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8794, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8795, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8796, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8797, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8798, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8799, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8800, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8801, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8802, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8803, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8804, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.SPRUCE_DOOR.addBlockAlternative(new BlockAlternative((short) 8805, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java index 5b4af8c82..b4bb336d1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8582, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8583, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8584, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8585, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8586, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8587, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8588, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8589, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8590, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8591, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8592, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8593, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8594, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8595, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8596, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8597, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8598, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8599, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8600, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8601, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8602, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8603, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8604, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8605, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8606, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8607, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8608, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8609, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8610, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8611, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8612, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8613, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8582, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8583, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8584, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8585, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8586, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8587, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8588, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8589, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8590, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8591, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8592, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8593, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8594, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8595, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8596, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8597, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8598, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8599, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8600, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8601, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8602, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8603, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8604, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8605, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8606, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8607, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8608, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8609, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8610, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8611, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8612, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.SPRUCE_FENCE.addBlockAlternative(new BlockAlternative((short) 8613, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java index a060b4525..7e366aecb 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8422, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8423, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8424, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8425, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8426, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8427, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8428, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8429, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8430, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8431, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8432, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8433, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8434, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8435, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8436, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8437, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8438, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8439, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8440, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8441, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8442, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8443, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8444, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8445, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8446, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8447, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8448, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8449, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8450, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8451, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8452, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8453, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8422, "facing=north","in_wall=true","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8423, "facing=north","in_wall=true","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8424, "facing=north","in_wall=true","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8425, "facing=north","in_wall=true","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8426, "facing=north","in_wall=false","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8427, "facing=north","in_wall=false","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8428, "facing=north","in_wall=false","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8429, "facing=north","in_wall=false","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8430, "facing=south","in_wall=true","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8431, "facing=south","in_wall=true","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8432, "facing=south","in_wall=true","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8433, "facing=south","in_wall=true","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8434, "facing=south","in_wall=false","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8435, "facing=south","in_wall=false","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8436, "facing=south","in_wall=false","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8437, "facing=south","in_wall=false","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8438, "facing=west","in_wall=true","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8439, "facing=west","in_wall=true","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8440, "facing=west","in_wall=true","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8441, "facing=west","in_wall=true","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8442, "facing=west","in_wall=false","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8443, "facing=west","in_wall=false","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8444, "facing=west","in_wall=false","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8445, "facing=west","in_wall=false","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8446, "facing=east","in_wall=true","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8447, "facing=east","in_wall=true","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8448, "facing=east","in_wall=true","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8449, "facing=east","in_wall=true","open=false","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8450, "facing=east","in_wall=false","open=true","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8451, "facing=east","in_wall=false","open=true","powered=false")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8452, "facing=east","in_wall=false","open=false","powered=true")); + Block.SPRUCE_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 8453, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java index 7f9da1a1b..c6b841999 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLeaves.java @@ -1,37 +1,31 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceLeaves { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 159, "distance=1", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 160, "distance=1", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 161, "distance=2", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 162, "distance=2", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 163, "distance=3", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 164, "distance=3", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 165, "distance=4", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 166, "distance=4", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 167, "distance=5", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 168, "distance=5", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 169, "distance=6", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 170, "distance=6", "persistent=false")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 171, "distance=7", "persistent=true")); - Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 172, "distance=7", "persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 159, "distance=1","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 160, "distance=1","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 161, "distance=2","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 162, "distance=2","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 163, "distance=3","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 164, "distance=3","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 165, "distance=4","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 166, "distance=4","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 167, "distance=5","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 168, "distance=5","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 169, "distance=6","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 170, "distance=6","persistent=false")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 171, "distance=7","persistent=true")); + Block.SPRUCE_LEAVES.addBlockAlternative(new BlockAlternative((short) 172, "distance=7","persistent=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java index 7202cd7c6..36f46a142 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 76, "axis=x")); Block.SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 77, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePlanks.java new file mode 100644 index 000000000..1d4a6c809 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class SprucePlanks { + public static void initStates() { + Block.SPRUCE_PLANKS.addBlockAlternative(new BlockAlternative((short) 16)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java index 80e26255b..380654842 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SprucePressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SprucePressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3875, "powered=true")); Block.SPRUCE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3876, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java index ca4419203..165473f70 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSapling.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceSapling { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SPRUCE_SAPLING.addBlockAlternative(new BlockAlternative((short) 23, "stage=0")); Block.SPRUCE_SAPLING.addBlockAlternative(new BlockAlternative((short) 24, "stage=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java index aa303c481..407c2895f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3413, "rotation=0", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3414, "rotation=0", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3415, "rotation=1", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3416, "rotation=1", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3417, "rotation=2", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3418, "rotation=2", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3419, "rotation=3", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3420, "rotation=3", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3421, "rotation=4", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3422, "rotation=4", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3423, "rotation=5", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3424, "rotation=5", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3425, "rotation=6", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3426, "rotation=6", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3427, "rotation=7", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3428, "rotation=7", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3429, "rotation=8", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3430, "rotation=8", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3431, "rotation=9", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3432, "rotation=9", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3433, "rotation=10", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3434, "rotation=10", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3435, "rotation=11", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3436, "rotation=11", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3437, "rotation=12", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3438, "rotation=12", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3439, "rotation=13", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3440, "rotation=13", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3441, "rotation=14", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3442, "rotation=14", "waterlogged=false")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3443, "rotation=15", "waterlogged=true")); - Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3444, "rotation=15", "waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3413, "rotation=0","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3414, "rotation=0","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3415, "rotation=1","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3416, "rotation=1","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3417, "rotation=2","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3418, "rotation=2","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3419, "rotation=3","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3420, "rotation=3","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3421, "rotation=4","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3422, "rotation=4","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3423, "rotation=5","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3424, "rotation=5","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3425, "rotation=6","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3426, "rotation=6","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3427, "rotation=7","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3428, "rotation=7","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3429, "rotation=8","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3430, "rotation=8","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3431, "rotation=9","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3432, "rotation=9","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3433, "rotation=10","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3434, "rotation=10","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3435, "rotation=11","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3436, "rotation=11","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3437, "rotation=12","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3438, "rotation=12","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3439, "rotation=13","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3440, "rotation=13","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3441, "rotation=14","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3442, "rotation=14","waterlogged=false")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3443, "rotation=15","waterlogged=true")); + Block.SPRUCE_SIGN.addBlockAlternative(new BlockAlternative((short) 3444, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java index 6492e9a2b..5fd2665f9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8310, "type=top", "waterlogged=true")); - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8311, "type=top", "waterlogged=false")); - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8312, "type=bottom", "waterlogged=true")); - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8313, "type=bottom", "waterlogged=false")); - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8314, "type=double", "waterlogged=true")); - Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8315, "type=double", "waterlogged=false")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8310, "type=top","waterlogged=true")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8311, "type=top","waterlogged=false")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8312, "type=bottom","waterlogged=true")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8313, "type=bottom","waterlogged=false")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8314, "type=double","waterlogged=true")); + Block.SPRUCE_SLAB.addBlockAlternative(new BlockAlternative((short) 8315, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java index 834aac0f2..121397662 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5408, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5409, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5410, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5411, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5412, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5413, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5414, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5415, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5416, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5417, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5418, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5419, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5420, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5421, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5422, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5423, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5424, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5425, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5426, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5427, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5428, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5429, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5430, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5431, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5432, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5433, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5434, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5435, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5436, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5437, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5438, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5439, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5440, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5441, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5442, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5443, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5444, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5445, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5446, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5447, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5448, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5449, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5450, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5451, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5452, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5453, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5454, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5455, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5456, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5457, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5458, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5459, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5460, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5461, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5462, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5463, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5464, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5465, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5466, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5467, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5468, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5469, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5470, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5471, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5472, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5473, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5474, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5475, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5476, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5477, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5478, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5479, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5480, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5481, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5482, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5483, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5484, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5485, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5486, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5487, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5408, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5409, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5410, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5411, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5412, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5413, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5414, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5415, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5416, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5417, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5418, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5419, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5420, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5421, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5422, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5423, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5424, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5425, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5426, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5427, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5428, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5429, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5430, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5431, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5432, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5433, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5434, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5435, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5436, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5437, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5438, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5439, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5440, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5441, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5442, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5443, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5444, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5445, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5446, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5447, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5448, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5449, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5450, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5451, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5452, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5453, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5454, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5455, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5456, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5457, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5458, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5459, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5460, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5461, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5462, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5463, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5464, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5465, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5466, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5467, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5468, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5469, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5470, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5471, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5472, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5473, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5474, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5475, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5476, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5477, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5478, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5479, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5480, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5481, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5482, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5483, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5484, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5485, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5486, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.SPRUCE_STAIRS.addBlockAlternative(new BlockAlternative((short) 5487, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java index c6cbe4e14..9f08ed3a7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4175, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4176, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4177, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4178, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4179, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4180, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4181, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4182, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4183, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4184, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4185, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4186, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4187, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4188, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4189, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4190, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4191, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4192, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4193, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4194, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4195, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4196, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4197, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4198, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4199, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4200, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4201, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4202, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4203, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4204, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4205, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4206, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4207, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4208, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4209, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4210, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4211, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4212, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4213, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4214, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4215, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4216, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4217, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4218, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4219, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4220, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4221, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4222, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4223, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4224, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4225, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4226, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4227, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4228, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4229, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4230, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4231, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4232, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4233, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4234, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4235, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4236, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4237, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4238, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4175, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4176, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4177, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4178, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4179, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4180, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4181, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4182, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4183, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4184, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4185, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4186, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4187, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4188, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4189, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4190, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4191, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4192, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4193, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4194, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4195, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4196, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4197, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4198, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4199, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4200, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4201, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4202, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4203, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4204, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4205, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4206, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4207, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4208, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4209, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4210, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4211, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4212, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4213, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4214, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4215, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4216, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4217, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4218, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4219, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4220, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4221, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4222, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4223, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4224, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4225, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4226, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4227, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4228, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4229, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4230, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4231, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4232, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4233, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4234, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4235, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4236, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4237, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.SPRUCE_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 4238, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java index 48a235e92..1b0a7a7f4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3743, "facing=north", "waterlogged=true")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3744, "facing=north", "waterlogged=false")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3745, "facing=south", "waterlogged=true")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3746, "facing=south", "waterlogged=false")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3747, "facing=west", "waterlogged=true")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3748, "facing=west", "waterlogged=false")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3749, "facing=east", "waterlogged=true")); - Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3750, "facing=east", "waterlogged=false")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3743, "facing=north","waterlogged=true")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3744, "facing=north","waterlogged=false")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3745, "facing=south","waterlogged=true")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3746, "facing=south","waterlogged=false")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3747, "facing=west","waterlogged=true")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3748, "facing=west","waterlogged=false")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3749, "facing=east","waterlogged=true")); + Block.SPRUCE_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 3750, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java index 78655fdcc..a6aa40e50 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SpruceWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SpruceWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 112, "axis=x")); Block.SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 113, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java index e5eff4d84..04161911a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StickyPiston.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StickyPiston { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1329, "extended=true", "facing=north")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1330, "extended=true", "facing=east")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1331, "extended=true", "facing=south")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1332, "extended=true", "facing=west")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1333, "extended=true", "facing=up")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1334, "extended=true", "facing=down")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1335, "extended=false", "facing=north")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1336, "extended=false", "facing=east")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1337, "extended=false", "facing=south")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1338, "extended=false", "facing=west")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1339, "extended=false", "facing=up")); - Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1340, "extended=false", "facing=down")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1329, "extended=true","facing=north")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1330, "extended=true","facing=east")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1331, "extended=true","facing=south")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1332, "extended=true","facing=west")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1333, "extended=true","facing=up")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1334, "extended=true","facing=down")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1335, "extended=false","facing=north")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1336, "extended=false","facing=east")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1337, "extended=false","facing=south")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1338, "extended=false","facing=west")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1339, "extended=false","facing=up")); + Block.STICKY_PISTON.addBlockAlternative(new BlockAlternative((short) 1340, "extended=false","facing=down")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Stone.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Stone.java new file mode 100644 index 000000000..c36c492d6 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Stone.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Stone { + public static void initStates() { + Block.STONE.addBlockAlternative(new BlockAlternative((short) 1)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java index 357503c6f..8f37af389 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneBrickSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8382, "type=top", "waterlogged=true")); - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8383, "type=top", "waterlogged=false")); - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8384, "type=bottom", "waterlogged=true")); - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8385, "type=bottom", "waterlogged=false")); - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8386, "type=double", "waterlogged=true")); - Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8387, "type=double", "waterlogged=false")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8382, "type=top","waterlogged=true")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8383, "type=top","waterlogged=false")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8384, "type=bottom","waterlogged=true")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8385, "type=bottom","waterlogged=false")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8386, "type=double","waterlogged=true")); + Block.STONE_BRICK_SLAB.addBlockAlternative(new BlockAlternative((short) 8387, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java index 641efb1c5..fc5d7a6ee 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneBrickStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4936, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4937, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4938, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4939, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4940, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4941, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4942, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4943, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4944, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4945, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4946, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4947, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4948, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4949, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4950, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4951, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4952, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4953, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4954, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4955, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4956, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4957, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4958, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4959, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4960, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4961, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4962, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4963, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4964, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4965, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4966, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4967, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4968, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4969, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4970, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4971, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4972, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4973, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4974, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4975, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4976, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4977, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4978, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4979, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4980, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4981, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4982, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4983, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4984, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4985, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4986, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4987, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4988, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4989, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4990, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4991, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4992, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4993, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4994, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4995, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4996, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4997, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4998, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4999, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5000, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5001, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5002, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5003, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5004, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5005, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5006, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5007, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5008, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5009, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5010, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5011, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5012, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5013, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5014, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5015, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4936, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4937, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4938, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4939, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4940, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4941, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4942, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4943, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4944, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4945, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4946, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4947, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4948, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4949, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4950, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4951, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4952, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4953, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4954, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4955, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4956, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4957, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4958, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4959, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4960, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4961, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4962, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4963, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4964, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4965, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4966, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4967, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4968, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4969, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4970, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4971, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4972, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4973, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4974, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4975, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4976, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4977, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4978, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4979, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4980, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4981, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4982, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4983, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4984, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4985, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4986, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4987, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4988, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4989, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4990, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4991, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4992, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4993, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4994, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4995, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4996, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4997, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4998, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 4999, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5000, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5001, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5002, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5003, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5004, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5005, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5006, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5007, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5008, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5009, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5010, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5011, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5012, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5013, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5014, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_BRICK_STAIRS.addBlockAlternative(new BlockAlternative((short) 5015, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java index 9582e4d5d..653bb581b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBrickWall.java @@ -1,347 +1,341 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneBrickWall { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12491, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12492, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12493, "east=none", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12494, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12495, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12496, "east=none", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12497, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12498, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12499, "east=none", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12500, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12501, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12502, "east=none", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12503, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12504, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12505, "east=none", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12506, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12507, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12508, "east=none", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12509, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12510, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12511, "east=none", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12512, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12513, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12514, "east=none", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12515, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12516, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12517, "east=none", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12518, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12519, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12520, "east=none", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12521, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12522, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12523, "east=none", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12524, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12525, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12526, "east=none", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12527, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12528, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12529, "east=none", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12530, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12531, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12532, "east=none", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12533, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12534, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12535, "east=none", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12536, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12537, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12538, "east=none", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12539, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12540, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12541, "east=none", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12542, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12543, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12544, "east=none", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12545, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12546, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12547, "east=none", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12548, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12549, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12550, "east=none", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12551, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12552, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12553, "east=none", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12554, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12555, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12556, "east=none", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12557, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12558, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12559, "east=none", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12560, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12561, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12562, "east=none", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12563, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12564, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12565, "east=none", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12566, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12567, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12568, "east=none", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12569, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12570, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12571, "east=none", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12572, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12573, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12574, "east=none", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12575, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12576, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12577, "east=none", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12578, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12579, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12580, "east=none", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12581, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12582, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12583, "east=none", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12584, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12585, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12586, "east=none", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12587, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12588, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12589, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12590, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12591, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12592, "east=none", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12593, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12594, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12595, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12596, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12597, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12598, "east=none", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12599, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12600, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12601, "east=low", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12602, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12603, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12604, "east=low", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12605, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12606, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12607, "east=low", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12608, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12609, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12610, "east=low", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12611, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12612, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12613, "east=low", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12614, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12615, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12616, "east=low", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12617, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12618, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12619, "east=low", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12620, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12621, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12622, "east=low", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12623, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12624, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12625, "east=low", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12626, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12627, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12628, "east=low", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12629, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12630, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12631, "east=low", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12632, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12633, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12634, "east=low", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12635, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12636, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12637, "east=low", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12638, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12639, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12640, "east=low", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12641, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12642, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12643, "east=low", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12644, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12645, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12646, "east=low", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12647, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12648, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12649, "east=low", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12650, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12651, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12652, "east=low", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12653, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12654, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12655, "east=low", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12656, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12657, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12658, "east=low", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12659, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12660, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12661, "east=low", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12662, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12663, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12664, "east=low", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12665, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12666, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12667, "east=low", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12668, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12669, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12670, "east=low", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12671, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12672, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12673, "east=low", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12674, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12675, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12676, "east=low", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12677, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12678, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12679, "east=low", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12680, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12681, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12682, "east=low", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12683, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12684, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12685, "east=low", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12686, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12687, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12688, "east=low", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12689, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12690, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12691, "east=low", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12692, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12693, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12694, "east=low", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12695, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12696, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12697, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12698, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12699, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12700, "east=low", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12701, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12702, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12703, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12704, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12705, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12706, "east=low", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12707, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12708, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12709, "east=tall", "north=none", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12710, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12711, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12712, "east=tall", "north=none", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12713, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12714, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12715, "east=tall", "north=none", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12716, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12717, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12718, "east=tall", "north=none", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12719, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12720, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12721, "east=tall", "north=none", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12722, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12723, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12724, "east=tall", "north=none", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12725, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12726, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12727, "east=tall", "north=none", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12728, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12729, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12730, "east=tall", "north=none", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12731, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12732, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12733, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12734, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12735, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12736, "east=tall", "north=none", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12737, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12738, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12739, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12740, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12741, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12742, "east=tall", "north=none", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12743, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12744, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12745, "east=tall", "north=low", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12746, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12747, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12748, "east=tall", "north=low", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12749, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12750, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12751, "east=tall", "north=low", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12752, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12753, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12754, "east=tall", "north=low", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12755, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12756, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12757, "east=tall", "north=low", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12758, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12759, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12760, "east=tall", "north=low", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12761, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12762, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12763, "east=tall", "north=low", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12764, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12765, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12766, "east=tall", "north=low", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12767, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12768, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12769, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12770, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12771, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12772, "east=tall", "north=low", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12773, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12774, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12775, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12776, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12777, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12778, "east=tall", "north=low", "south=tall", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12779, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12780, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12781, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12782, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12783, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12784, "east=tall", "north=tall", "south=none", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12785, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12786, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12787, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12788, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12789, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12790, "east=tall", "north=tall", "south=none", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12791, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12792, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12793, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12794, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12795, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12796, "east=tall", "north=tall", "south=low", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12797, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12798, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12799, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12800, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12801, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12802, "east=tall", "north=tall", "south=low", "up=false", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12803, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12804, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12805, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12806, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12807, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12808, "east=tall", "north=tall", "south=tall", "up=true", "waterlogged=false", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12809, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12810, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12811, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=true", "west=tall")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12812, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=none")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12813, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=low")); - Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12814, "east=tall", "north=tall", "south=tall", "up=false", "waterlogged=false", "west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12491, "east=none","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12492, "east=none","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12493, "east=none","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12494, "east=none","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12495, "east=none","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12496, "east=none","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12497, "east=none","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12498, "east=none","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12499, "east=none","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12500, "east=none","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12501, "east=none","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12502, "east=none","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12503, "east=none","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12504, "east=none","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12505, "east=none","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12506, "east=none","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12507, "east=none","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12508, "east=none","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12509, "east=none","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12510, "east=none","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12511, "east=none","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12512, "east=none","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12513, "east=none","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12514, "east=none","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12515, "east=none","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12516, "east=none","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12517, "east=none","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12518, "east=none","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12519, "east=none","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12520, "east=none","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12521, "east=none","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12522, "east=none","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12523, "east=none","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12524, "east=none","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12525, "east=none","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12526, "east=none","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12527, "east=none","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12528, "east=none","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12529, "east=none","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12530, "east=none","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12531, "east=none","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12532, "east=none","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12533, "east=none","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12534, "east=none","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12535, "east=none","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12536, "east=none","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12537, "east=none","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12538, "east=none","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12539, "east=none","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12540, "east=none","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12541, "east=none","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12542, "east=none","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12543, "east=none","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12544, "east=none","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12545, "east=none","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12546, "east=none","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12547, "east=none","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12548, "east=none","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12549, "east=none","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12550, "east=none","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12551, "east=none","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12552, "east=none","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12553, "east=none","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12554, "east=none","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12555, "east=none","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12556, "east=none","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12557, "east=none","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12558, "east=none","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12559, "east=none","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12560, "east=none","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12561, "east=none","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12562, "east=none","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12563, "east=none","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12564, "east=none","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12565, "east=none","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12566, "east=none","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12567, "east=none","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12568, "east=none","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12569, "east=none","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12570, "east=none","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12571, "east=none","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12572, "east=none","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12573, "east=none","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12574, "east=none","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12575, "east=none","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12576, "east=none","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12577, "east=none","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12578, "east=none","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12579, "east=none","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12580, "east=none","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12581, "east=none","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12582, "east=none","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12583, "east=none","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12584, "east=none","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12585, "east=none","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12586, "east=none","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12587, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12588, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12589, "east=none","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12590, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12591, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12592, "east=none","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12593, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12594, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12595, "east=none","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12596, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12597, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12598, "east=none","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12599, "east=low","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12600, "east=low","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12601, "east=low","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12602, "east=low","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12603, "east=low","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12604, "east=low","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12605, "east=low","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12606, "east=low","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12607, "east=low","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12608, "east=low","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12609, "east=low","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12610, "east=low","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12611, "east=low","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12612, "east=low","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12613, "east=low","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12614, "east=low","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12615, "east=low","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12616, "east=low","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12617, "east=low","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12618, "east=low","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12619, "east=low","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12620, "east=low","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12621, "east=low","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12622, "east=low","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12623, "east=low","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12624, "east=low","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12625, "east=low","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12626, "east=low","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12627, "east=low","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12628, "east=low","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12629, "east=low","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12630, "east=low","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12631, "east=low","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12632, "east=low","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12633, "east=low","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12634, "east=low","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12635, "east=low","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12636, "east=low","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12637, "east=low","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12638, "east=low","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12639, "east=low","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12640, "east=low","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12641, "east=low","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12642, "east=low","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12643, "east=low","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12644, "east=low","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12645, "east=low","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12646, "east=low","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12647, "east=low","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12648, "east=low","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12649, "east=low","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12650, "east=low","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12651, "east=low","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12652, "east=low","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12653, "east=low","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12654, "east=low","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12655, "east=low","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12656, "east=low","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12657, "east=low","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12658, "east=low","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12659, "east=low","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12660, "east=low","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12661, "east=low","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12662, "east=low","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12663, "east=low","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12664, "east=low","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12665, "east=low","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12666, "east=low","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12667, "east=low","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12668, "east=low","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12669, "east=low","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12670, "east=low","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12671, "east=low","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12672, "east=low","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12673, "east=low","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12674, "east=low","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12675, "east=low","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12676, "east=low","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12677, "east=low","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12678, "east=low","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12679, "east=low","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12680, "east=low","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12681, "east=low","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12682, "east=low","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12683, "east=low","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12684, "east=low","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12685, "east=low","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12686, "east=low","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12687, "east=low","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12688, "east=low","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12689, "east=low","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12690, "east=low","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12691, "east=low","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12692, "east=low","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12693, "east=low","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12694, "east=low","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12695, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12696, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12697, "east=low","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12698, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12699, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12700, "east=low","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12701, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12702, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12703, "east=low","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12704, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12705, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12706, "east=low","north=tall","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12707, "east=tall","north=none","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12708, "east=tall","north=none","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12709, "east=tall","north=none","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12710, "east=tall","north=none","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12711, "east=tall","north=none","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12712, "east=tall","north=none","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12713, "east=tall","north=none","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12714, "east=tall","north=none","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12715, "east=tall","north=none","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12716, "east=tall","north=none","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12717, "east=tall","north=none","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12718, "east=tall","north=none","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12719, "east=tall","north=none","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12720, "east=tall","north=none","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12721, "east=tall","north=none","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12722, "east=tall","north=none","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12723, "east=tall","north=none","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12724, "east=tall","north=none","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12725, "east=tall","north=none","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12726, "east=tall","north=none","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12727, "east=tall","north=none","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12728, "east=tall","north=none","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12729, "east=tall","north=none","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12730, "east=tall","north=none","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12731, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12732, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12733, "east=tall","north=none","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12734, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12735, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12736, "east=tall","north=none","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12737, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12738, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12739, "east=tall","north=none","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12740, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12741, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12742, "east=tall","north=none","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12743, "east=tall","north=low","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12744, "east=tall","north=low","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12745, "east=tall","north=low","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12746, "east=tall","north=low","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12747, "east=tall","north=low","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12748, "east=tall","north=low","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12749, "east=tall","north=low","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12750, "east=tall","north=low","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12751, "east=tall","north=low","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12752, "east=tall","north=low","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12753, "east=tall","north=low","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12754, "east=tall","north=low","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12755, "east=tall","north=low","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12756, "east=tall","north=low","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12757, "east=tall","north=low","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12758, "east=tall","north=low","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12759, "east=tall","north=low","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12760, "east=tall","north=low","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12761, "east=tall","north=low","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12762, "east=tall","north=low","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12763, "east=tall","north=low","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12764, "east=tall","north=low","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12765, "east=tall","north=low","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12766, "east=tall","north=low","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12767, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12768, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12769, "east=tall","north=low","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12770, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12771, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12772, "east=tall","north=low","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12773, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12774, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12775, "east=tall","north=low","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12776, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12777, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12778, "east=tall","north=low","south=tall","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12779, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12780, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12781, "east=tall","north=tall","south=none","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12782, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12783, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12784, "east=tall","north=tall","south=none","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12785, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12786, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12787, "east=tall","north=tall","south=none","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12788, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12789, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12790, "east=tall","north=tall","south=none","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12791, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12792, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12793, "east=tall","north=tall","south=low","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12794, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12795, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12796, "east=tall","north=tall","south=low","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12797, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12798, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12799, "east=tall","north=tall","south=low","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12800, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12801, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12802, "east=tall","north=tall","south=low","up=false","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12803, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12804, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12805, "east=tall","north=tall","south=tall","up=true","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12806, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12807, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12808, "east=tall","north=tall","south=tall","up=true","waterlogged=false","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12809, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12810, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12811, "east=tall","north=tall","south=tall","up=false","waterlogged=true","west=tall")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12812, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=none")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12813, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=low")); + Block.STONE_BRICK_WALL.addBlockAlternative(new BlockAlternative((short) 12814, "east=tall","north=tall","south=tall","up=false","waterlogged=false","west=tall")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBricks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBricks.java new file mode 100644 index 000000000..494ffdfa1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneBricks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class StoneBricks { + public static void initStates() { + Block.STONE_BRICKS.addBlockAlternative(new BlockAlternative((short) 4495)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java index 7b8b9d038..b98fb114d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3897, "face=floor", "facing=north", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3898, "face=floor", "facing=north", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3899, "face=floor", "facing=south", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3900, "face=floor", "facing=south", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3901, "face=floor", "facing=west", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3902, "face=floor", "facing=west", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3903, "face=floor", "facing=east", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3904, "face=floor", "facing=east", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3905, "face=wall", "facing=north", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3906, "face=wall", "facing=north", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3907, "face=wall", "facing=south", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3908, "face=wall", "facing=south", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3909, "face=wall", "facing=west", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3910, "face=wall", "facing=west", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3911, "face=wall", "facing=east", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3912, "face=wall", "facing=east", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3913, "face=ceiling", "facing=north", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3914, "face=ceiling", "facing=north", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3915, "face=ceiling", "facing=south", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3916, "face=ceiling", "facing=south", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3917, "face=ceiling", "facing=west", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3918, "face=ceiling", "facing=west", "powered=false")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3919, "face=ceiling", "facing=east", "powered=true")); - Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3920, "face=ceiling", "facing=east", "powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3897, "face=FLOOR","facing=north","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3898, "face=FLOOR","facing=north","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3899, "face=FLOOR","facing=south","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3900, "face=FLOOR","facing=south","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3901, "face=FLOOR","facing=west","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3902, "face=FLOOR","facing=west","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3903, "face=FLOOR","facing=east","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3904, "face=FLOOR","facing=east","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3905, "face=WALL","facing=north","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3906, "face=WALL","facing=north","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3907, "face=WALL","facing=south","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3908, "face=WALL","facing=south","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3909, "face=WALL","facing=west","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3910, "face=WALL","facing=west","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3911, "face=WALL","facing=east","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3912, "face=WALL","facing=east","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3913, "face=CEILING","facing=north","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3914, "face=CEILING","facing=north","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3915, "face=CEILING","facing=south","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3916, "face=CEILING","facing=south","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3917, "face=CEILING","facing=west","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3918, "face=CEILING","facing=west","powered=false")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3919, "face=CEILING","facing=east","powered=true")); + Block.STONE_BUTTON.addBlockAlternative(new BlockAlternative((short) 3920, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java index 4881ca87f..4cdc28d5b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StonePressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StonePressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3807, "powered=true")); Block.STONE_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 3808, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java index fc9904976..2db9fa8a2 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8340, "type=top", "waterlogged=true")); - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8341, "type=top", "waterlogged=false")); - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8342, "type=bottom", "waterlogged=true")); - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8343, "type=bottom", "waterlogged=false")); - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8344, "type=double", "waterlogged=true")); - Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8345, "type=double", "waterlogged=false")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8340, "type=top","waterlogged=true")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8341, "type=top","waterlogged=false")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8342, "type=bottom","waterlogged=true")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8343, "type=bottom","waterlogged=false")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8344, "type=double","waterlogged=true")); + Block.STONE_SLAB.addBlockAlternative(new BlockAlternative((short) 8345, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java index ffa01267d..a85b5f893 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StoneStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StoneStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10153, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10154, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10155, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10156, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10157, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10158, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10159, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10160, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10161, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10162, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10163, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10164, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10165, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10166, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10167, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10168, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10169, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10170, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10171, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10172, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10173, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10174, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10175, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10176, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10177, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10178, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10179, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10180, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10181, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10182, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10183, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10184, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10185, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10186, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10187, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10188, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10189, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10190, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10191, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10192, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10193, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10194, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10195, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10196, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10197, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10198, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10199, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10200, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10201, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10202, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10203, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10204, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10205, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10206, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10207, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10208, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10209, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10210, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10211, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10212, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10213, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10214, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10215, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10216, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10217, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10218, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10219, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10220, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10221, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10222, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10223, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10224, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10225, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10226, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10227, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10228, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10229, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10230, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10231, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10232, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10153, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10154, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10155, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10156, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10157, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10158, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10159, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10160, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10161, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10162, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10163, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10164, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10165, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10166, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10167, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10168, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10169, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10170, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10171, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10172, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10173, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10174, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10175, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10176, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10177, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10178, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10179, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10180, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10181, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10182, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10183, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10184, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10185, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10186, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10187, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10188, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10189, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10190, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10191, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10192, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10193, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10194, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10195, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10196, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10197, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10198, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10199, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10200, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10201, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10202, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10203, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10204, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10205, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10206, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10207, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10208, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10209, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10210, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10211, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10212, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10213, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10214, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10215, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10216, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10217, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10218, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10219, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10220, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10221, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10222, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10223, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10224, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10225, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10226, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10227, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10228, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10229, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10230, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10231, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.STONE_STAIRS.addBlockAlternative(new BlockAlternative((short) 10232, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java index ebd470364..fb320c20c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Stonecutter.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Stonecutter { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14854, "facing=north")); Block.STONECUTTER.addBlockAlternative(new BlockAlternative((short) 14855, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java index 5a185d0eb..2dad92df3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedAcaciaLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 100, "axis=x")); Block.STRIPPED_ACACIA_LOG.addBlockAlternative(new BlockAlternative((short) 101, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java index 9c3e3c006..799789e3a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedAcaciaWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedAcaciaWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 139, "axis=x")); Block.STRIPPED_ACACIA_WOOD.addBlockAlternative(new BlockAlternative((short) 140, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java index b89343037..19eaf02e8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedBirchLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 94, "axis=x")); Block.STRIPPED_BIRCH_LOG.addBlockAlternative(new BlockAlternative((short) 95, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java index 6424ce00f..a74da5b7a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedBirchWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedBirchWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 133, "axis=x")); Block.STRIPPED_BIRCH_WOOD.addBlockAlternative(new BlockAlternative((short) 134, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java index 43a1d708c..b83e2f0fe 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonHyphae.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedCrimsonHyphae { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14992, "axis=x")); Block.STRIPPED_CRIMSON_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14993, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java index 9332678b2..ed38907ed 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedCrimsonStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedCrimsonStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14986, "axis=x")); Block.STRIPPED_CRIMSON_STEM.addBlockAlternative(new BlockAlternative((short) 14987, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java index 1a08409b6..9d2ca9ddd 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedDarkOakLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 103, "axis=x")); Block.STRIPPED_DARK_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 104, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java index 7d832fdc4..078b72f91 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedDarkOakWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedDarkOakWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 142, "axis=x")); Block.STRIPPED_DARK_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 143, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java index 995e8599c..abea900c7 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedJungleLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 97, "axis=x")); Block.STRIPPED_JUNGLE_LOG.addBlockAlternative(new BlockAlternative((short) 98, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java index 7f71af0f3..742be7175 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedJungleWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedJungleWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 136, "axis=x")); Block.STRIPPED_JUNGLE_WOOD.addBlockAlternative(new BlockAlternative((short) 137, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java index 2cdb8c690..5a4f0f28b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedOakLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 106, "axis=x")); Block.STRIPPED_OAK_LOG.addBlockAlternative(new BlockAlternative((short) 107, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java index 46923dc3a..4bc91318f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedOakWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedOakWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 127, "axis=x")); Block.STRIPPED_OAK_WOOD.addBlockAlternative(new BlockAlternative((short) 128, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java index 2cbafcf46..d2b2911ce 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceLog.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedSpruceLog { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 91, "axis=x")); Block.STRIPPED_SPRUCE_LOG.addBlockAlternative(new BlockAlternative((short) 92, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java index 66c3868b2..636c2dc4e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedSpruceWood.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedSpruceWood { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 130, "axis=x")); Block.STRIPPED_SPRUCE_WOOD.addBlockAlternative(new BlockAlternative((short) 131, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java index 0d209317d..b08b3d745 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedHyphae.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedWarpedHyphae { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14975, "axis=x")); Block.STRIPPED_WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14976, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java index 58b30ebf0..a22e084bf 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StrippedWarpedStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StrippedWarpedStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.STRIPPED_WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14969, "axis=x")); Block.STRIPPED_WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14970, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java index 1d9cf9c99..13e16ae8c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureBlock.java @@ -1,27 +1,21 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class StructureBlock { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15743, "mode=save")); - Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15744, "mode=load")); - Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15745, "mode=corner")); - Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15746, "mode=data")); + Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15743, "mode=SAVE")); + Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15744, "mode=LOAD")); + Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15745, "mode=CORNER")); + Block.STRUCTURE_BLOCK.addBlockAlternative(new BlockAlternative((short) 15746, "mode=DATA")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/StructureVoid.java b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureVoid.java new file mode 100644 index 000000000..9ec294724 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/StructureVoid.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class StructureVoid { + public static void initStates() { + Block.STRUCTURE_VOID.addBlockAlternative(new BlockAlternative((short) 9263)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java index def787b86..cae69b994 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SugarCane.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SugarCane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3948, "age=0")); Block.SUGAR_CANE.addBlockAlternative(new BlockAlternative((short) 3949, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java index 130210a4c..ff7e0e02c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Sunflower.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Sunflower { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7889, "half=upper")); Block.SUNFLOWER.addBlockAlternative(new BlockAlternative((short) 7890, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java index 56e52630e..c778d6af1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/SweetBerryBush.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class SweetBerryBush { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14962, "age=0")); Block.SWEET_BERRY_BUSH.addBlockAlternative(new BlockAlternative((short) 14963, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java index 5b0cb6ef4..39b4f43a5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallGrass.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TallGrass { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7897, "half=upper")); Block.TALL_GRASS.addBlockAlternative(new BlockAlternative((short) 7898, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java index a1fc81b1d..4f8fd7233 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TallSeagrass.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TallSeagrass { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1346, "half=upper")); Block.TALL_SEAGRASS.addBlockAlternative(new BlockAlternative((short) 1347, "half=lower")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java index 45818c865..d8406a640 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Target.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Target { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TARGET.addBlockAlternative(new BlockAlternative((short) 15768, "power=0")); Block.TARGET.addBlockAlternative(new BlockAlternative((short) 15769, "power=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Terracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Terracotta.java new file mode 100644 index 000000000..167002547 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Terracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Terracotta { + public static void initStates() { + Block.TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 7886)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java index 44b33b6a3..0078ac67e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tnt.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Tnt { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TNT.addBlockAlternative(new BlockAlternative((short) 1430, "unstable=true")); Block.TNT.addBlockAlternative(new BlockAlternative((short) 1431, "unstable=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Torch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Torch.java new file mode 100644 index 000000000..91c8605f3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Torch.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class Torch { + public static void initStates() { + Block.TORCH.addBlockAlternative(new BlockAlternative((short) 1435)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java index d8b9bb267..ab146fa5a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TrappedChest.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TrappedChest { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6626, "facing=north", "type=single", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6627, "facing=north", "type=single", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6628, "facing=north", "type=left", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6629, "facing=north", "type=left", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6630, "facing=north", "type=right", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6631, "facing=north", "type=right", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6632, "facing=south", "type=single", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6633, "facing=south", "type=single", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6634, "facing=south", "type=left", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6635, "facing=south", "type=left", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6636, "facing=south", "type=right", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6637, "facing=south", "type=right", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6638, "facing=west", "type=single", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6639, "facing=west", "type=single", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6640, "facing=west", "type=left", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6641, "facing=west", "type=left", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6642, "facing=west", "type=right", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6643, "facing=west", "type=right", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6644, "facing=east", "type=single", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6645, "facing=east", "type=single", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6646, "facing=east", "type=left", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6647, "facing=east", "type=left", "waterlogged=false")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6648, "facing=east", "type=right", "waterlogged=true")); - Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6649, "facing=east", "type=right", "waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6626, "facing=north","type=SINGLE","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6627, "facing=north","type=SINGLE","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6628, "facing=north","type=LEFT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6629, "facing=north","type=LEFT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6630, "facing=north","type=RIGHT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6631, "facing=north","type=RIGHT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6632, "facing=south","type=SINGLE","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6633, "facing=south","type=SINGLE","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6634, "facing=south","type=LEFT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6635, "facing=south","type=LEFT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6636, "facing=south","type=RIGHT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6637, "facing=south","type=RIGHT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6638, "facing=west","type=SINGLE","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6639, "facing=west","type=SINGLE","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6640, "facing=west","type=LEFT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6641, "facing=west","type=LEFT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6642, "facing=west","type=RIGHT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6643, "facing=west","type=RIGHT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6644, "facing=east","type=SINGLE","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6645, "facing=east","type=SINGLE","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6646, "facing=east","type=LEFT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6647, "facing=east","type=LEFT","waterlogged=false")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6648, "facing=east","type=RIGHT","waterlogged=true")); + Block.TRAPPED_CHEST.addBlockAlternative(new BlockAlternative((short) 6649, "facing=east","type=RIGHT","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java index 757869c65..144862f15 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Tripwire.java @@ -1,151 +1,145 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Tripwire { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5279, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5280, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5281, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5282, "attached=true", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5283, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5284, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5285, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5286, "attached=true", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5287, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5288, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5289, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5290, "attached=true", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5291, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5292, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5293, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5294, "attached=true", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5295, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5296, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5297, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5298, "attached=true", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5299, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5300, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5301, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5302, "attached=true", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5303, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5304, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5305, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5306, "attached=true", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5307, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5308, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5309, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5310, "attached=true", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5311, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5312, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5313, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5314, "attached=true", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5315, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5316, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5317, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5318, "attached=true", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5319, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5320, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5321, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5322, "attached=true", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5323, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5324, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5325, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5326, "attached=true", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5327, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5328, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5329, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5330, "attached=true", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5331, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5332, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5333, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5334, "attached=true", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5335, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5336, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5337, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5338, "attached=true", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5339, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5340, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5341, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5342, "attached=true", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5343, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5344, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5345, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5346, "attached=false", "disarmed=true", "east=true", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5347, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5348, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5349, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5350, "attached=false", "disarmed=true", "east=true", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5351, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5352, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5353, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5354, "attached=false", "disarmed=true", "east=true", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5355, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5356, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5357, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5358, "attached=false", "disarmed=true", "east=true", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5359, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5360, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5361, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5362, "attached=false", "disarmed=true", "east=false", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5363, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5364, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5365, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5366, "attached=false", "disarmed=true", "east=false", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5367, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5368, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5369, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5370, "attached=false", "disarmed=true", "east=false", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5371, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5372, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5373, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5374, "attached=false", "disarmed=true", "east=false", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5375, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5376, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5377, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5378, "attached=false", "disarmed=false", "east=true", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5379, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5380, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5381, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5382, "attached=false", "disarmed=false", "east=true", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5383, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5384, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5385, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5386, "attached=false", "disarmed=false", "east=true", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5387, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5388, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5389, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5390, "attached=false", "disarmed=false", "east=true", "north=false", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5391, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5392, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5393, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5394, "attached=false", "disarmed=false", "east=false", "north=true", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5395, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5396, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5397, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5398, "attached=false", "disarmed=false", "east=false", "north=true", "powered=false", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5399, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5400, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5401, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5402, "attached=false", "disarmed=false", "east=false", "north=false", "powered=true", "south=false", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5403, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5404, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=true", "west=false")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5405, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=true")); - Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5406, "attached=false", "disarmed=false", "east=false", "north=false", "powered=false", "south=false", "west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5279, "attached=true","disarmed=true","east=true","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5280, "attached=true","disarmed=true","east=true","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5281, "attached=true","disarmed=true","east=true","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5282, "attached=true","disarmed=true","east=true","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5283, "attached=true","disarmed=true","east=true","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5284, "attached=true","disarmed=true","east=true","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5285, "attached=true","disarmed=true","east=true","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5286, "attached=true","disarmed=true","east=true","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5287, "attached=true","disarmed=true","east=true","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5288, "attached=true","disarmed=true","east=true","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5289, "attached=true","disarmed=true","east=true","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5290, "attached=true","disarmed=true","east=true","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5291, "attached=true","disarmed=true","east=true","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5292, "attached=true","disarmed=true","east=true","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5293, "attached=true","disarmed=true","east=true","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5294, "attached=true","disarmed=true","east=true","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5295, "attached=true","disarmed=true","east=false","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5296, "attached=true","disarmed=true","east=false","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5297, "attached=true","disarmed=true","east=false","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5298, "attached=true","disarmed=true","east=false","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5299, "attached=true","disarmed=true","east=false","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5300, "attached=true","disarmed=true","east=false","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5301, "attached=true","disarmed=true","east=false","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5302, "attached=true","disarmed=true","east=false","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5303, "attached=true","disarmed=true","east=false","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5304, "attached=true","disarmed=true","east=false","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5305, "attached=true","disarmed=true","east=false","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5306, "attached=true","disarmed=true","east=false","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5307, "attached=true","disarmed=true","east=false","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5308, "attached=true","disarmed=true","east=false","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5309, "attached=true","disarmed=true","east=false","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5310, "attached=true","disarmed=true","east=false","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5311, "attached=true","disarmed=false","east=true","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5312, "attached=true","disarmed=false","east=true","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5313, "attached=true","disarmed=false","east=true","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5314, "attached=true","disarmed=false","east=true","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5315, "attached=true","disarmed=false","east=true","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5316, "attached=true","disarmed=false","east=true","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5317, "attached=true","disarmed=false","east=true","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5318, "attached=true","disarmed=false","east=true","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5319, "attached=true","disarmed=false","east=true","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5320, "attached=true","disarmed=false","east=true","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5321, "attached=true","disarmed=false","east=true","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5322, "attached=true","disarmed=false","east=true","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5323, "attached=true","disarmed=false","east=true","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5324, "attached=true","disarmed=false","east=true","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5325, "attached=true","disarmed=false","east=true","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5326, "attached=true","disarmed=false","east=true","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5327, "attached=true","disarmed=false","east=false","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5328, "attached=true","disarmed=false","east=false","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5329, "attached=true","disarmed=false","east=false","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5330, "attached=true","disarmed=false","east=false","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5331, "attached=true","disarmed=false","east=false","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5332, "attached=true","disarmed=false","east=false","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5333, "attached=true","disarmed=false","east=false","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5334, "attached=true","disarmed=false","east=false","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5335, "attached=true","disarmed=false","east=false","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5336, "attached=true","disarmed=false","east=false","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5337, "attached=true","disarmed=false","east=false","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5338, "attached=true","disarmed=false","east=false","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5339, "attached=true","disarmed=false","east=false","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5340, "attached=true","disarmed=false","east=false","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5341, "attached=true","disarmed=false","east=false","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5342, "attached=true","disarmed=false","east=false","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5343, "attached=false","disarmed=true","east=true","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5344, "attached=false","disarmed=true","east=true","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5345, "attached=false","disarmed=true","east=true","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5346, "attached=false","disarmed=true","east=true","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5347, "attached=false","disarmed=true","east=true","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5348, "attached=false","disarmed=true","east=true","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5349, "attached=false","disarmed=true","east=true","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5350, "attached=false","disarmed=true","east=true","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5351, "attached=false","disarmed=true","east=true","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5352, "attached=false","disarmed=true","east=true","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5353, "attached=false","disarmed=true","east=true","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5354, "attached=false","disarmed=true","east=true","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5355, "attached=false","disarmed=true","east=true","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5356, "attached=false","disarmed=true","east=true","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5357, "attached=false","disarmed=true","east=true","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5358, "attached=false","disarmed=true","east=true","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5359, "attached=false","disarmed=true","east=false","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5360, "attached=false","disarmed=true","east=false","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5361, "attached=false","disarmed=true","east=false","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5362, "attached=false","disarmed=true","east=false","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5363, "attached=false","disarmed=true","east=false","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5364, "attached=false","disarmed=true","east=false","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5365, "attached=false","disarmed=true","east=false","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5366, "attached=false","disarmed=true","east=false","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5367, "attached=false","disarmed=true","east=false","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5368, "attached=false","disarmed=true","east=false","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5369, "attached=false","disarmed=true","east=false","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5370, "attached=false","disarmed=true","east=false","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5371, "attached=false","disarmed=true","east=false","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5372, "attached=false","disarmed=true","east=false","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5373, "attached=false","disarmed=true","east=false","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5374, "attached=false","disarmed=true","east=false","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5375, "attached=false","disarmed=false","east=true","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5376, "attached=false","disarmed=false","east=true","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5377, "attached=false","disarmed=false","east=true","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5378, "attached=false","disarmed=false","east=true","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5379, "attached=false","disarmed=false","east=true","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5380, "attached=false","disarmed=false","east=true","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5381, "attached=false","disarmed=false","east=true","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5382, "attached=false","disarmed=false","east=true","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5383, "attached=false","disarmed=false","east=true","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5384, "attached=false","disarmed=false","east=true","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5385, "attached=false","disarmed=false","east=true","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5386, "attached=false","disarmed=false","east=true","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5387, "attached=false","disarmed=false","east=true","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5388, "attached=false","disarmed=false","east=true","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5389, "attached=false","disarmed=false","east=true","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5390, "attached=false","disarmed=false","east=true","north=false","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5391, "attached=false","disarmed=false","east=false","north=true","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5392, "attached=false","disarmed=false","east=false","north=true","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5393, "attached=false","disarmed=false","east=false","north=true","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5394, "attached=false","disarmed=false","east=false","north=true","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5395, "attached=false","disarmed=false","east=false","north=true","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5396, "attached=false","disarmed=false","east=false","north=true","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5397, "attached=false","disarmed=false","east=false","north=true","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5398, "attached=false","disarmed=false","east=false","north=true","powered=false","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5399, "attached=false","disarmed=false","east=false","north=false","powered=true","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5400, "attached=false","disarmed=false","east=false","north=false","powered=true","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5401, "attached=false","disarmed=false","east=false","north=false","powered=true","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5402, "attached=false","disarmed=false","east=false","north=false","powered=true","south=false","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5403, "attached=false","disarmed=false","east=false","north=false","powered=false","south=true","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5404, "attached=false","disarmed=false","east=false","north=false","powered=false","south=true","west=false")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5405, "attached=false","disarmed=false","east=false","north=false","powered=false","south=false","west=true")); + Block.TRIPWIRE.addBlockAlternative(new BlockAlternative((short) 5406, "attached=false","disarmed=false","east=false","north=false","powered=false","south=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java index 64939d5aa..fa1e56ec3 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TripwireHook.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TripwireHook { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5263, "attached=true", "facing=north", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5264, "attached=true", "facing=north", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5265, "attached=true", "facing=south", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5266, "attached=true", "facing=south", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5267, "attached=true", "facing=west", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5268, "attached=true", "facing=west", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5269, "attached=true", "facing=east", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5270, "attached=true", "facing=east", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5271, "attached=false", "facing=north", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5272, "attached=false", "facing=north", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5273, "attached=false", "facing=south", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5274, "attached=false", "facing=south", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5275, "attached=false", "facing=west", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5276, "attached=false", "facing=west", "powered=false")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5277, "attached=false", "facing=east", "powered=true")); - Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5278, "attached=false", "facing=east", "powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5263, "attached=true","facing=north","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5264, "attached=true","facing=north","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5265, "attached=true","facing=south","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5266, "attached=true","facing=south","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5267, "attached=true","facing=west","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5268, "attached=true","facing=west","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5269, "attached=true","facing=east","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5270, "attached=true","facing=east","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5271, "attached=false","facing=north","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5272, "attached=false","facing=north","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5273, "attached=false","facing=south","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5274, "attached=false","facing=south","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5275, "attached=false","facing=west","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5276, "attached=false","facing=west","powered=false")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5277, "attached=false","facing=east","powered=true")); + Block.TRIPWIRE_HOOK.addBlockAlternative(new BlockAlternative((short) 5278, "attached=false","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java index 063b255f1..c4e826180 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoral.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TubeCoral { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9534, "waterlogged=true")); Block.TUBE_CORAL.addBlockAlternative(new BlockAlternative((short) 9535, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralBlock.java new file mode 100644 index 000000000..fff775ab9 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class TubeCoralBlock { + public static void initStates() { + Block.TUBE_CORAL_BLOCK.addBlockAlternative(new BlockAlternative((short) 9519)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java index 08cb9dccc..94181e512 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralFan.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TubeCoralFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9554, "waterlogged=true")); Block.TUBE_CORAL_FAN.addBlockAlternative(new BlockAlternative((short) 9555, "waterlogged=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java index 5d135836d..fd83301e5 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TubeCoralWallFan.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TubeCoralWallFan { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9604, "facing=north", "waterlogged=true")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9605, "facing=north", "waterlogged=false")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9606, "facing=south", "waterlogged=true")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9607, "facing=south", "waterlogged=false")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9608, "facing=west", "waterlogged=true")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9609, "facing=west", "waterlogged=false")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9610, "facing=east", "waterlogged=true")); - Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9611, "facing=east", "waterlogged=false")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9604, "facing=north","waterlogged=true")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9605, "facing=north","waterlogged=false")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9606, "facing=south","waterlogged=true")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9607, "facing=south","waterlogged=false")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9608, "facing=west","waterlogged=true")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9609, "facing=west","waterlogged=false")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9610, "facing=east","waterlogged=true")); + Block.TUBE_CORAL_WALL_FAN.addBlockAlternative(new BlockAlternative((short) 9611, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java index df68e8a8f..265841778 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TurtleEgg.java @@ -1,35 +1,29 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TurtleEgg { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9502, "eggs=1", "hatch=0")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9503, "eggs=1", "hatch=1")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9504, "eggs=1", "hatch=2")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9505, "eggs=2", "hatch=0")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9506, "eggs=2", "hatch=1")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9507, "eggs=2", "hatch=2")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9508, "eggs=3", "hatch=0")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9509, "eggs=3", "hatch=1")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9510, "eggs=3", "hatch=2")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9511, "eggs=4", "hatch=0")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9512, "eggs=4", "hatch=1")); - Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9513, "eggs=4", "hatch=2")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9502, "eggs=1","hatch=0")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9503, "eggs=1","hatch=1")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9504, "eggs=1","hatch=2")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9505, "eggs=2","hatch=0")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9506, "eggs=2","hatch=1")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9507, "eggs=2","hatch=2")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9508, "eggs=3","hatch=0")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9509, "eggs=3","hatch=1")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9510, "eggs=3","hatch=2")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9511, "eggs=4","hatch=0")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9512, "eggs=4","hatch=1")); + Block.TURTLE_EGG.addBlockAlternative(new BlockAlternative((short) 9513, "eggs=4","hatch=2")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java index fb41de4a3..dd10b4b87 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVines.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class TwistingVines { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15025, "age=0")); Block.TWISTING_VINES.addBlockAlternative(new BlockAlternative((short) 15026, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVinesPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVinesPlant.java new file mode 100644 index 000000000..40bfb7ee2 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/TwistingVinesPlant.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class TwistingVinesPlant { + public static void initStates() { + Block.TWISTING_VINES_PLANT.addBlockAlternative(new BlockAlternative((short) 15051)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java index e7a547a00..0f1040278 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Vine.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Vine { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4792, "east=true", "north=true", "south=true", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4793, "east=true", "north=true", "south=true", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4794, "east=true", "north=true", "south=true", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4795, "east=true", "north=true", "south=true", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4796, "east=true", "north=true", "south=false", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4797, "east=true", "north=true", "south=false", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4798, "east=true", "north=true", "south=false", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4799, "east=true", "north=true", "south=false", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4800, "east=true", "north=false", "south=true", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4801, "east=true", "north=false", "south=true", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4802, "east=true", "north=false", "south=true", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4803, "east=true", "north=false", "south=true", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4804, "east=true", "north=false", "south=false", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4805, "east=true", "north=false", "south=false", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4806, "east=true", "north=false", "south=false", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4807, "east=true", "north=false", "south=false", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4808, "east=false", "north=true", "south=true", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4809, "east=false", "north=true", "south=true", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4810, "east=false", "north=true", "south=true", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4811, "east=false", "north=true", "south=true", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4812, "east=false", "north=true", "south=false", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4813, "east=false", "north=true", "south=false", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4814, "east=false", "north=true", "south=false", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4815, "east=false", "north=true", "south=false", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4816, "east=false", "north=false", "south=true", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4817, "east=false", "north=false", "south=true", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4818, "east=false", "north=false", "south=true", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4819, "east=false", "north=false", "south=true", "up=false", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4820, "east=false", "north=false", "south=false", "up=true", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4821, "east=false", "north=false", "south=false", "up=true", "west=false")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4822, "east=false", "north=false", "south=false", "up=false", "west=true")); - Block.VINE.addBlockAlternative(new BlockAlternative((short) 4823, "east=false", "north=false", "south=false", "up=false", "west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4792, "east=true","north=true","south=true","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4793, "east=true","north=true","south=true","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4794, "east=true","north=true","south=true","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4795, "east=true","north=true","south=true","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4796, "east=true","north=true","south=false","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4797, "east=true","north=true","south=false","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4798, "east=true","north=true","south=false","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4799, "east=true","north=true","south=false","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4800, "east=true","north=false","south=true","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4801, "east=true","north=false","south=true","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4802, "east=true","north=false","south=true","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4803, "east=true","north=false","south=true","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4804, "east=true","north=false","south=false","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4805, "east=true","north=false","south=false","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4806, "east=true","north=false","south=false","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4807, "east=true","north=false","south=false","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4808, "east=false","north=true","south=true","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4809, "east=false","north=true","south=true","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4810, "east=false","north=true","south=true","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4811, "east=false","north=true","south=true","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4812, "east=false","north=true","south=false","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4813, "east=false","north=true","south=false","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4814, "east=false","north=true","south=false","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4815, "east=false","north=true","south=false","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4816, "east=false","north=false","south=true","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4817, "east=false","north=false","south=true","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4818, "east=false","north=false","south=true","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4819, "east=false","north=false","south=true","up=false","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4820, "east=false","north=false","south=false","up=true","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4821, "east=false","north=false","south=false","up=true","west=false")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4822, "east=false","north=false","south=false","up=false","west=true")); + Block.VINE.addBlockAlternative(new BlockAlternative((short) 4823, "east=false","north=false","south=false","up=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/VoidAir.java b/src/autogenerated/java/net/minestom/server/instance/block/states/VoidAir.java new file mode 100644 index 000000000..a55c26ecb --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/VoidAir.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class VoidAir { + public static void initStates() { + Block.VOID_AIR.addBlockAlternative(new BlockAlternative((short) 9669)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java index 17f604186..4e30a5f22 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WallTorch.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WallTorch { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1436, "facing=north")); Block.WALL_TORCH.addBlockAlternative(new BlockAlternative((short) 1437, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java index d07c7350e..96ef9ba7e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedButton.java @@ -1,47 +1,41 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedButton { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15511, "face=floor", "facing=north", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15512, "face=floor", "facing=north", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15513, "face=floor", "facing=south", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15514, "face=floor", "facing=south", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15515, "face=floor", "facing=west", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15516, "face=floor", "facing=west", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15517, "face=floor", "facing=east", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15518, "face=floor", "facing=east", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15519, "face=wall", "facing=north", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15520, "face=wall", "facing=north", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15521, "face=wall", "facing=south", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15522, "face=wall", "facing=south", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15523, "face=wall", "facing=west", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15524, "face=wall", "facing=west", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15525, "face=wall", "facing=east", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15526, "face=wall", "facing=east", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15527, "face=ceiling", "facing=north", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15528, "face=ceiling", "facing=north", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15529, "face=ceiling", "facing=south", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15530, "face=ceiling", "facing=south", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15531, "face=ceiling", "facing=west", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15532, "face=ceiling", "facing=west", "powered=false")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15533, "face=ceiling", "facing=east", "powered=true")); - Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15534, "face=ceiling", "facing=east", "powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15511, "face=FLOOR","facing=north","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15512, "face=FLOOR","facing=north","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15513, "face=FLOOR","facing=south","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15514, "face=FLOOR","facing=south","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15515, "face=FLOOR","facing=west","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15516, "face=FLOOR","facing=west","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15517, "face=FLOOR","facing=east","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15518, "face=FLOOR","facing=east","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15519, "face=WALL","facing=north","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15520, "face=WALL","facing=north","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15521, "face=WALL","facing=south","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15522, "face=WALL","facing=south","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15523, "face=WALL","facing=west","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15524, "face=WALL","facing=west","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15525, "face=WALL","facing=east","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15526, "face=WALL","facing=east","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15527, "face=CEILING","facing=north","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15528, "face=CEILING","facing=north","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15529, "face=CEILING","facing=south","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15530, "face=CEILING","facing=south","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15531, "face=CEILING","facing=west","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15532, "face=CEILING","facing=west","powered=false")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15533, "face=CEILING","facing=east","powered=true")); + Block.WARPED_BUTTON.addBlockAlternative(new BlockAlternative((short) 15534, "face=CEILING","facing=east","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java index 5d73c5343..6c236cf5f 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedDoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedDoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15599, "facing=north", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15600, "facing=north", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15601, "facing=north", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15602, "facing=north", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15603, "facing=north", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15604, "facing=north", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15605, "facing=north", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15606, "facing=north", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15607, "facing=north", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15608, "facing=north", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15609, "facing=north", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15610, "facing=north", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15611, "facing=north", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15612, "facing=north", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15613, "facing=north", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15614, "facing=north", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15615, "facing=south", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15616, "facing=south", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15617, "facing=south", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15618, "facing=south", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15619, "facing=south", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15620, "facing=south", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15621, "facing=south", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15622, "facing=south", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15623, "facing=south", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15624, "facing=south", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15625, "facing=south", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15626, "facing=south", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15627, "facing=south", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15628, "facing=south", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15629, "facing=south", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15630, "facing=south", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15631, "facing=west", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15632, "facing=west", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15633, "facing=west", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15634, "facing=west", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15635, "facing=west", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15636, "facing=west", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15637, "facing=west", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15638, "facing=west", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15639, "facing=west", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15640, "facing=west", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15641, "facing=west", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15642, "facing=west", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15643, "facing=west", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15644, "facing=west", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15645, "facing=west", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15646, "facing=west", "half=lower", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15647, "facing=east", "half=upper", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15648, "facing=east", "half=upper", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15649, "facing=east", "half=upper", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15650, "facing=east", "half=upper", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15651, "facing=east", "half=upper", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15652, "facing=east", "half=upper", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15653, "facing=east", "half=upper", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15654, "facing=east", "half=upper", "hinge=right", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15655, "facing=east", "half=lower", "hinge=left", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15656, "facing=east", "half=lower", "hinge=left", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15657, "facing=east", "half=lower", "hinge=left", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15658, "facing=east", "half=lower", "hinge=left", "open=false", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15659, "facing=east", "half=lower", "hinge=right", "open=true", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15660, "facing=east", "half=lower", "hinge=right", "open=true", "powered=false")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15661, "facing=east", "half=lower", "hinge=right", "open=false", "powered=true")); - Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15662, "facing=east", "half=lower", "hinge=right", "open=false", "powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15599, "facing=north","half=upper","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15600, "facing=north","half=upper","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15601, "facing=north","half=upper","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15602, "facing=north","half=upper","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15603, "facing=north","half=upper","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15604, "facing=north","half=upper","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15605, "facing=north","half=upper","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15606, "facing=north","half=upper","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15607, "facing=north","half=lower","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15608, "facing=north","half=lower","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15609, "facing=north","half=lower","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15610, "facing=north","half=lower","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15611, "facing=north","half=lower","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15612, "facing=north","half=lower","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15613, "facing=north","half=lower","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15614, "facing=north","half=lower","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15615, "facing=south","half=upper","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15616, "facing=south","half=upper","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15617, "facing=south","half=upper","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15618, "facing=south","half=upper","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15619, "facing=south","half=upper","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15620, "facing=south","half=upper","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15621, "facing=south","half=upper","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15622, "facing=south","half=upper","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15623, "facing=south","half=lower","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15624, "facing=south","half=lower","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15625, "facing=south","half=lower","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15626, "facing=south","half=lower","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15627, "facing=south","half=lower","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15628, "facing=south","half=lower","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15629, "facing=south","half=lower","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15630, "facing=south","half=lower","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15631, "facing=west","half=upper","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15632, "facing=west","half=upper","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15633, "facing=west","half=upper","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15634, "facing=west","half=upper","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15635, "facing=west","half=upper","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15636, "facing=west","half=upper","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15637, "facing=west","half=upper","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15638, "facing=west","half=upper","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15639, "facing=west","half=lower","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15640, "facing=west","half=lower","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15641, "facing=west","half=lower","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15642, "facing=west","half=lower","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15643, "facing=west","half=lower","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15644, "facing=west","half=lower","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15645, "facing=west","half=lower","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15646, "facing=west","half=lower","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15647, "facing=east","half=upper","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15648, "facing=east","half=upper","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15649, "facing=east","half=upper","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15650, "facing=east","half=upper","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15651, "facing=east","half=upper","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15652, "facing=east","half=upper","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15653, "facing=east","half=upper","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15654, "facing=east","half=upper","hinge=right","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15655, "facing=east","half=lower","hinge=left","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15656, "facing=east","half=lower","hinge=left","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15657, "facing=east","half=lower","hinge=left","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15658, "facing=east","half=lower","hinge=left","open=false","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15659, "facing=east","half=lower","hinge=right","open=true","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15660, "facing=east","half=lower","hinge=right","open=true","powered=false")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15661, "facing=east","half=lower","hinge=right","open=false","powered=true")); + Block.WARPED_DOOR.addBlockAlternative(new BlockAlternative((short) 15662, "facing=east","half=lower","hinge=right","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java index 6ce250fa5..c5ea48368 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFence.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedFence { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15103, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15104, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15105, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15106, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15107, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15108, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15109, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15110, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15111, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15112, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15113, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15114, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15115, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15116, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15117, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15118, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15119, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15120, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15121, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15122, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15123, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15124, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15125, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15126, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15127, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15128, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15129, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15130, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15131, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15132, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15133, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15134, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15103, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15104, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15105, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15106, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15107, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15108, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15109, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15110, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15111, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15112, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15113, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15114, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15115, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15116, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15117, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15118, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15119, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15120, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15121, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15122, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15123, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15124, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15125, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15126, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15127, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15128, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15129, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15130, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15131, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15132, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15133, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.WARPED_FENCE.addBlockAlternative(new BlockAlternative((short) 15134, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java index 581bb4577..6c851308c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFenceGate.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedFenceGate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15295, "facing=north", "in_wall=true", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15296, "facing=north", "in_wall=true", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15297, "facing=north", "in_wall=true", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15298, "facing=north", "in_wall=true", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15299, "facing=north", "in_wall=false", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15300, "facing=north", "in_wall=false", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15301, "facing=north", "in_wall=false", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15302, "facing=north", "in_wall=false", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15303, "facing=south", "in_wall=true", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15304, "facing=south", "in_wall=true", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15305, "facing=south", "in_wall=true", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15306, "facing=south", "in_wall=true", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15307, "facing=south", "in_wall=false", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15308, "facing=south", "in_wall=false", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15309, "facing=south", "in_wall=false", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15310, "facing=south", "in_wall=false", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15311, "facing=west", "in_wall=true", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15312, "facing=west", "in_wall=true", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15313, "facing=west", "in_wall=true", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15314, "facing=west", "in_wall=true", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15315, "facing=west", "in_wall=false", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15316, "facing=west", "in_wall=false", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15317, "facing=west", "in_wall=false", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15318, "facing=west", "in_wall=false", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15319, "facing=east", "in_wall=true", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15320, "facing=east", "in_wall=true", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15321, "facing=east", "in_wall=true", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15322, "facing=east", "in_wall=true", "open=false", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15323, "facing=east", "in_wall=false", "open=true", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15324, "facing=east", "in_wall=false", "open=true", "powered=false")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15325, "facing=east", "in_wall=false", "open=false", "powered=true")); - Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15326, "facing=east", "in_wall=false", "open=false", "powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15295, "facing=north","in_wall=true","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15296, "facing=north","in_wall=true","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15297, "facing=north","in_wall=true","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15298, "facing=north","in_wall=true","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15299, "facing=north","in_wall=false","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15300, "facing=north","in_wall=false","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15301, "facing=north","in_wall=false","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15302, "facing=north","in_wall=false","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15303, "facing=south","in_wall=true","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15304, "facing=south","in_wall=true","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15305, "facing=south","in_wall=true","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15306, "facing=south","in_wall=true","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15307, "facing=south","in_wall=false","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15308, "facing=south","in_wall=false","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15309, "facing=south","in_wall=false","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15310, "facing=south","in_wall=false","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15311, "facing=west","in_wall=true","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15312, "facing=west","in_wall=true","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15313, "facing=west","in_wall=true","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15314, "facing=west","in_wall=true","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15315, "facing=west","in_wall=false","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15316, "facing=west","in_wall=false","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15317, "facing=west","in_wall=false","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15318, "facing=west","in_wall=false","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15319, "facing=east","in_wall=true","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15320, "facing=east","in_wall=true","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15321, "facing=east","in_wall=true","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15322, "facing=east","in_wall=true","open=false","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15323, "facing=east","in_wall=false","open=true","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15324, "facing=east","in_wall=false","open=true","powered=false")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15325, "facing=east","in_wall=false","open=false","powered=true")); + Block.WARPED_FENCE_GATE.addBlockAlternative(new BlockAlternative((short) 15326, "facing=east","in_wall=false","open=false","powered=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFungus.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFungus.java new file mode 100644 index 000000000..1350205fd --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedFungus.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WarpedFungus { + public static void initStates() { + Block.WARPED_FUNGUS.addBlockAlternative(new BlockAlternative((short) 14979)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java index 8c8398d04..85c89529d 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedHyphae.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedHyphae { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14972, "axis=x")); Block.WARPED_HYPHAE.addBlockAlternative(new BlockAlternative((short) 14973, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedNylium.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedNylium.java new file mode 100644 index 000000000..7ee570889 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedNylium.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WarpedNylium { + public static void initStates() { + Block.WARPED_NYLIUM.addBlockAlternative(new BlockAlternative((short) 14978)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPlanks.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPlanks.java new file mode 100644 index 000000000..e5ea29b04 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPlanks.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WarpedPlanks { + public static void initStates() { + Block.WARPED_PLANKS.addBlockAlternative(new BlockAlternative((short) 15054)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java index 008c484d8..d8bc0b557 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedPressurePlate.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedPressurePlate { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WARPED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15069, "powered=true")); Block.WARPED_PRESSURE_PLATE.addBlockAlternative(new BlockAlternative((short) 15070, "powered=false")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedRoots.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedRoots.java new file mode 100644 index 000000000..50a86293a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedRoots.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WarpedRoots { + public static void initStates() { + Block.WARPED_ROOTS.addBlockAlternative(new BlockAlternative((short) 14981)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java index 2ccd07931..163fc349a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSign.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15695, "rotation=0", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15696, "rotation=0", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15697, "rotation=1", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15698, "rotation=1", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15699, "rotation=2", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15700, "rotation=2", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15701, "rotation=3", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15702, "rotation=3", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15703, "rotation=4", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15704, "rotation=4", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15705, "rotation=5", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15706, "rotation=5", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15707, "rotation=6", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15708, "rotation=6", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15709, "rotation=7", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15710, "rotation=7", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15711, "rotation=8", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15712, "rotation=8", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15713, "rotation=9", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15714, "rotation=9", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15715, "rotation=10", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15716, "rotation=10", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15717, "rotation=11", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15718, "rotation=11", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15719, "rotation=12", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15720, "rotation=12", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15721, "rotation=13", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15722, "rotation=13", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15723, "rotation=14", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15724, "rotation=14", "waterlogged=false")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15725, "rotation=15", "waterlogged=true")); - Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15726, "rotation=15", "waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15695, "rotation=0","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15696, "rotation=0","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15697, "rotation=1","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15698, "rotation=1","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15699, "rotation=2","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15700, "rotation=2","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15701, "rotation=3","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15702, "rotation=3","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15703, "rotation=4","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15704, "rotation=4","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15705, "rotation=5","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15706, "rotation=5","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15707, "rotation=6","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15708, "rotation=6","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15709, "rotation=7","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15710, "rotation=7","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15711, "rotation=8","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15712, "rotation=8","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15713, "rotation=9","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15714, "rotation=9","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15715, "rotation=10","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15716, "rotation=10","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15717, "rotation=11","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15718, "rotation=11","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15719, "rotation=12","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15720, "rotation=12","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15721, "rotation=13","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15722, "rotation=13","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15723, "rotation=14","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15724, "rotation=14","waterlogged=false")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15725, "rotation=15","waterlogged=true")); + Block.WARPED_SIGN.addBlockAlternative(new BlockAlternative((short) 15726, "rotation=15","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java index f500b1926..8c2dfaa07 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedSlab.java @@ -1,29 +1,23 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedSlab { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15061, "type=top", "waterlogged=true")); - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15062, "type=top", "waterlogged=false")); - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15063, "type=bottom", "waterlogged=true")); - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15064, "type=bottom", "waterlogged=false")); - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15065, "type=double", "waterlogged=true")); - Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15066, "type=double", "waterlogged=false")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15061, "type=top","waterlogged=true")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15062, "type=top","waterlogged=false")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15063, "type=bottom","waterlogged=true")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15064, "type=bottom","waterlogged=false")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15065, "type=double","waterlogged=true")); + Block.WARPED_SLAB.addBlockAlternative(new BlockAlternative((short) 15066, "type=double","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java index a883beb16..bfaab26a9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStairs.java @@ -1,103 +1,97 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedStairs { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15407, "facing=north", "half=top", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15408, "facing=north", "half=top", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15409, "facing=north", "half=top", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15410, "facing=north", "half=top", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15411, "facing=north", "half=top", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15412, "facing=north", "half=top", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15413, "facing=north", "half=top", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15414, "facing=north", "half=top", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15415, "facing=north", "half=top", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15416, "facing=north", "half=top", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15417, "facing=north", "half=bottom", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15418, "facing=north", "half=bottom", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15419, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15420, "facing=north", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15421, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15422, "facing=north", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15423, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15424, "facing=north", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15425, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15426, "facing=north", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15427, "facing=south", "half=top", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15428, "facing=south", "half=top", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15429, "facing=south", "half=top", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15430, "facing=south", "half=top", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15431, "facing=south", "half=top", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15432, "facing=south", "half=top", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15433, "facing=south", "half=top", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15434, "facing=south", "half=top", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15435, "facing=south", "half=top", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15436, "facing=south", "half=top", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15437, "facing=south", "half=bottom", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15438, "facing=south", "half=bottom", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15439, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15440, "facing=south", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15441, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15442, "facing=south", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15443, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15444, "facing=south", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15445, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15446, "facing=south", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15447, "facing=west", "half=top", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15448, "facing=west", "half=top", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15449, "facing=west", "half=top", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15450, "facing=west", "half=top", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15451, "facing=west", "half=top", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15452, "facing=west", "half=top", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15453, "facing=west", "half=top", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15454, "facing=west", "half=top", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15455, "facing=west", "half=top", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15456, "facing=west", "half=top", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15457, "facing=west", "half=bottom", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15458, "facing=west", "half=bottom", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15459, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15460, "facing=west", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15461, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15462, "facing=west", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15463, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15464, "facing=west", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15465, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15466, "facing=west", "half=bottom", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15467, "facing=east", "half=top", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15468, "facing=east", "half=top", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15469, "facing=east", "half=top", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15470, "facing=east", "half=top", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15471, "facing=east", "half=top", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15472, "facing=east", "half=top", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15473, "facing=east", "half=top", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15474, "facing=east", "half=top", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15475, "facing=east", "half=top", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15476, "facing=east", "half=top", "shape=outer_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15477, "facing=east", "half=bottom", "shape=straight", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15478, "facing=east", "half=bottom", "shape=straight", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15479, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15480, "facing=east", "half=bottom", "shape=inner_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15481, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15482, "facing=east", "half=bottom", "shape=inner_right", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15483, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15484, "facing=east", "half=bottom", "shape=outer_left", "waterlogged=false")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15485, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=true")); - Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15486, "facing=east", "half=bottom", "shape=outer_right", "waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15407, "facing=north","half=top","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15408, "facing=north","half=top","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15409, "facing=north","half=top","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15410, "facing=north","half=top","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15411, "facing=north","half=top","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15412, "facing=north","half=top","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15413, "facing=north","half=top","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15414, "facing=north","half=top","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15415, "facing=north","half=top","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15416, "facing=north","half=top","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15417, "facing=north","half=bottom","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15418, "facing=north","half=bottom","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15419, "facing=north","half=bottom","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15420, "facing=north","half=bottom","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15421, "facing=north","half=bottom","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15422, "facing=north","half=bottom","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15423, "facing=north","half=bottom","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15424, "facing=north","half=bottom","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15425, "facing=north","half=bottom","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15426, "facing=north","half=bottom","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15427, "facing=south","half=top","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15428, "facing=south","half=top","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15429, "facing=south","half=top","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15430, "facing=south","half=top","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15431, "facing=south","half=top","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15432, "facing=south","half=top","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15433, "facing=south","half=top","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15434, "facing=south","half=top","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15435, "facing=south","half=top","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15436, "facing=south","half=top","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15437, "facing=south","half=bottom","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15438, "facing=south","half=bottom","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15439, "facing=south","half=bottom","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15440, "facing=south","half=bottom","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15441, "facing=south","half=bottom","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15442, "facing=south","half=bottom","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15443, "facing=south","half=bottom","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15444, "facing=south","half=bottom","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15445, "facing=south","half=bottom","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15446, "facing=south","half=bottom","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15447, "facing=west","half=top","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15448, "facing=west","half=top","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15449, "facing=west","half=top","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15450, "facing=west","half=top","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15451, "facing=west","half=top","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15452, "facing=west","half=top","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15453, "facing=west","half=top","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15454, "facing=west","half=top","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15455, "facing=west","half=top","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15456, "facing=west","half=top","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15457, "facing=west","half=bottom","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15458, "facing=west","half=bottom","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15459, "facing=west","half=bottom","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15460, "facing=west","half=bottom","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15461, "facing=west","half=bottom","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15462, "facing=west","half=bottom","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15463, "facing=west","half=bottom","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15464, "facing=west","half=bottom","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15465, "facing=west","half=bottom","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15466, "facing=west","half=bottom","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15467, "facing=east","half=top","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15468, "facing=east","half=top","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15469, "facing=east","half=top","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15470, "facing=east","half=top","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15471, "facing=east","half=top","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15472, "facing=east","half=top","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15473, "facing=east","half=top","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15474, "facing=east","half=top","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15475, "facing=east","half=top","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15476, "facing=east","half=top","shape=outer_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15477, "facing=east","half=bottom","shape=straight","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15478, "facing=east","half=bottom","shape=straight","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15479, "facing=east","half=bottom","shape=inner_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15480, "facing=east","half=bottom","shape=inner_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15481, "facing=east","half=bottom","shape=inner_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15482, "facing=east","half=bottom","shape=inner_right","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15483, "facing=east","half=bottom","shape=outer_left","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15484, "facing=east","half=bottom","shape=outer_left","waterlogged=false")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15485, "facing=east","half=bottom","shape=outer_right","waterlogged=true")); + Block.WARPED_STAIRS.addBlockAlternative(new BlockAlternative((short) 15486, "facing=east","half=bottom","shape=outer_right","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java index b70626b40..f1c77e237 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedStem.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedStem { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14966, "axis=x")); Block.WARPED_STEM.addBlockAlternative(new BlockAlternative((short) 14967, "axis=y")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java index 23a600b6b..4bb52b760 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedTrapdoor.java @@ -1,87 +1,81 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedTrapdoor { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15199, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15200, "facing=north", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15201, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15202, "facing=north", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15203, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15204, "facing=north", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15205, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15206, "facing=north", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15207, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15208, "facing=north", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15209, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15210, "facing=north", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15211, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15212, "facing=north", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15213, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15214, "facing=north", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15215, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15216, "facing=south", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15217, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15218, "facing=south", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15219, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15220, "facing=south", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15221, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15222, "facing=south", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15223, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15224, "facing=south", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15225, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15226, "facing=south", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15227, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15228, "facing=south", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15229, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15230, "facing=south", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15231, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15232, "facing=west", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15233, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15234, "facing=west", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15235, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15236, "facing=west", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15237, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15238, "facing=west", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15239, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15240, "facing=west", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15241, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15242, "facing=west", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15243, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15244, "facing=west", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15245, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15246, "facing=west", "half=bottom", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15247, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15248, "facing=east", "half=top", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15249, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15250, "facing=east", "half=top", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15251, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15252, "facing=east", "half=top", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15253, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15254, "facing=east", "half=top", "open=false", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15255, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15256, "facing=east", "half=bottom", "open=true", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15257, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15258, "facing=east", "half=bottom", "open=true", "powered=false", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15259, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15260, "facing=east", "half=bottom", "open=false", "powered=true", "waterlogged=false")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15261, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=true")); - Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15262, "facing=east", "half=bottom", "open=false", "powered=false", "waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15199, "facing=north","half=top","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15200, "facing=north","half=top","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15201, "facing=north","half=top","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15202, "facing=north","half=top","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15203, "facing=north","half=top","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15204, "facing=north","half=top","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15205, "facing=north","half=top","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15206, "facing=north","half=top","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15207, "facing=north","half=bottom","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15208, "facing=north","half=bottom","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15209, "facing=north","half=bottom","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15210, "facing=north","half=bottom","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15211, "facing=north","half=bottom","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15212, "facing=north","half=bottom","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15213, "facing=north","half=bottom","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15214, "facing=north","half=bottom","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15215, "facing=south","half=top","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15216, "facing=south","half=top","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15217, "facing=south","half=top","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15218, "facing=south","half=top","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15219, "facing=south","half=top","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15220, "facing=south","half=top","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15221, "facing=south","half=top","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15222, "facing=south","half=top","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15223, "facing=south","half=bottom","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15224, "facing=south","half=bottom","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15225, "facing=south","half=bottom","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15226, "facing=south","half=bottom","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15227, "facing=south","half=bottom","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15228, "facing=south","half=bottom","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15229, "facing=south","half=bottom","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15230, "facing=south","half=bottom","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15231, "facing=west","half=top","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15232, "facing=west","half=top","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15233, "facing=west","half=top","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15234, "facing=west","half=top","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15235, "facing=west","half=top","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15236, "facing=west","half=top","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15237, "facing=west","half=top","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15238, "facing=west","half=top","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15239, "facing=west","half=bottom","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15240, "facing=west","half=bottom","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15241, "facing=west","half=bottom","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15242, "facing=west","half=bottom","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15243, "facing=west","half=bottom","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15244, "facing=west","half=bottom","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15245, "facing=west","half=bottom","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15246, "facing=west","half=bottom","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15247, "facing=east","half=top","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15248, "facing=east","half=top","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15249, "facing=east","half=top","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15250, "facing=east","half=top","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15251, "facing=east","half=top","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15252, "facing=east","half=top","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15253, "facing=east","half=top","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15254, "facing=east","half=top","open=false","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15255, "facing=east","half=bottom","open=true","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15256, "facing=east","half=bottom","open=true","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15257, "facing=east","half=bottom","open=true","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15258, "facing=east","half=bottom","open=true","powered=false","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15259, "facing=east","half=bottom","open=false","powered=true","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15260, "facing=east","half=bottom","open=false","powered=true","waterlogged=false")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15261, "facing=east","half=bottom","open=false","powered=false","waterlogged=true")); + Block.WARPED_TRAPDOOR.addBlockAlternative(new BlockAlternative((short) 15262, "facing=east","half=bottom","open=false","powered=false","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java index 793dfcb41..14665a569 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWallSign.java @@ -1,31 +1,25 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WarpedWallSign { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15735, "facing=north", "waterlogged=true")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15736, "facing=north", "waterlogged=false")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15737, "facing=south", "waterlogged=true")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15738, "facing=south", "waterlogged=false")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15739, "facing=west", "waterlogged=true")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15740, "facing=west", "waterlogged=false")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15741, "facing=east", "waterlogged=true")); - Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15742, "facing=east", "waterlogged=false")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15735, "facing=north","waterlogged=true")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15736, "facing=north","waterlogged=false")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15737, "facing=south","waterlogged=true")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15738, "facing=south","waterlogged=false")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15739, "facing=west","waterlogged=true")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15740, "facing=west","waterlogged=false")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15741, "facing=east","waterlogged=true")); + Block.WARPED_WALL_SIGN.addBlockAlternative(new BlockAlternative((short) 15742, "facing=east","waterlogged=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWartBlock.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWartBlock.java new file mode 100644 index 000000000..5aec80310 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WarpedWartBlock.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WarpedWartBlock { + public static void initStates() { + Block.WARPED_WART_BLOCK.addBlockAlternative(new BlockAlternative((short) 14980)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java index 87adb0302..0f326f4e0 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Water.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Water { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WATER.addBlockAlternative(new BlockAlternative((short) 34, "level=0")); Block.WATER.addBlockAlternative(new BlockAlternative((short) 35, "level=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java index 4ca0fd704..a14007e0c 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVines.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WeepingVines { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14998, "age=0")); Block.WEEPING_VINES.addBlockAlternative(new BlockAlternative((short) 14999, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVinesPlant.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVinesPlant.java new file mode 100644 index 000000000..14471008b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WeepingVinesPlant.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WeepingVinesPlant { + public static void initStates() { + Block.WEEPING_VINES_PLANT.addBlockAlternative(new BlockAlternative((short) 15024)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WetSponge.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WetSponge.java new file mode 100644 index 000000000..0e6cf150b --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WetSponge.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WetSponge { + public static void initStates() { + Block.WET_SPONGE.addBlockAlternative(new BlockAlternative((short) 230)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java index 1e6711917..8722b0fa9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/Wheat.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class Wheat { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WHEAT.addBlockAlternative(new BlockAlternative((short) 3357, "age=0")); Block.WHEAT.addBlockAlternative(new BlockAlternative((short) 3358, "age=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java index 4a29b3af6..d9cd705f1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7901, "rotation=0")); Block.WHITE_BANNER.addBlockAlternative(new BlockAlternative((short) 7902, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java index 09714717f..454ef1f6b 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1049, "facing=north", "occupied=true", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1050, "facing=north", "occupied=true", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1051, "facing=north", "occupied=false", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1052, "facing=north", "occupied=false", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1053, "facing=south", "occupied=true", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1054, "facing=south", "occupied=true", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1055, "facing=south", "occupied=false", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1056, "facing=south", "occupied=false", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1057, "facing=west", "occupied=true", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1058, "facing=west", "occupied=true", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1059, "facing=west", "occupied=false", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1060, "facing=west", "occupied=false", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1061, "facing=east", "occupied=true", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1062, "facing=east", "occupied=true", "part=foot")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1063, "facing=east", "occupied=false", "part=head")); - Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1064, "facing=east", "occupied=false", "part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1049, "facing=north","occupied=true","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1050, "facing=north","occupied=true","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1051, "facing=north","occupied=false","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1052, "facing=north","occupied=false","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1053, "facing=south","occupied=true","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1054, "facing=south","occupied=true","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1055, "facing=south","occupied=false","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1056, "facing=south","occupied=false","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1057, "facing=west","occupied=true","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1058, "facing=west","occupied=true","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1059, "facing=west","occupied=false","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1060, "facing=west","occupied=false","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1061, "facing=east","occupied=true","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1062, "facing=east","occupied=true","part=foot")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1063, "facing=east","occupied=false","part=head")); + Block.WHITE_BED.addBlockAlternative(new BlockAlternative((short) 1064, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteCarpet.java new file mode 100644 index 000000000..704bb1dc5 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteCarpet { + public static void initStates() { + Block.WHITE_CARPET.addBlockAlternative(new BlockAlternative((short) 7870)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcrete.java new file mode 100644 index 000000000..746ee8eca --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteConcrete { + public static void initStates() { + Block.WHITE_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9442)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcretePowder.java new file mode 100644 index 000000000..67f206bc3 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteConcretePowder { + public static void initStates() { + Block.WHITE_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9458)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java index 4a9e1eb30..ab4681a65 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9378, "facing=north")); Block.WHITE_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9379, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java index 38b81c2a7..2b49c6d0a 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9282, "facing=north")); Block.WHITE_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9283, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlass.java new file mode 100644 index 000000000..03cf10598 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteStainedGlass { + public static void initStates() { + Block.WHITE_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4095)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java index 85849e084..49a616d92 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6867, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6868, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6869, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6870, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6871, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6872, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6873, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6874, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6875, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6876, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6877, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6878, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6879, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6880, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6881, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6882, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6883, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6884, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6885, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6886, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6887, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6888, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6889, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6890, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6891, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6892, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6893, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6894, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6895, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6896, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6897, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6898, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6867, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6868, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6869, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6870, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6871, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6872, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6873, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6874, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6875, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6876, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6877, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6878, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6879, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6880, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6881, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6882, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6883, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6884, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6885, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6886, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6887, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6888, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6889, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6890, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6891, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6892, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6893, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6894, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6895, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6896, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6897, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.WHITE_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6898, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTerracotta.java new file mode 100644 index 000000000..395c10726 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteTerracotta { + public static void initStates() { + Block.WHITE_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6851)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTulip.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTulip.java new file mode 100644 index 000000000..2a4f1f91a --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteTulip.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteTulip { + public static void initStates() { + Block.WHITE_TULIP.addBlockAlternative(new BlockAlternative((short) 1419)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java index b0a574a2e..1aee253f9 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WhiteWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8157, "facing=north")); Block.WHITE_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8158, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWool.java new file mode 100644 index 000000000..67aadfb5f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WhiteWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WhiteWool { + public static void initStates() { + Block.WHITE_WOOL.addBlockAlternative(new BlockAlternative((short) 1384)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherRose.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherRose.java new file mode 100644 index 000000000..22f0f98a8 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherRose.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class WitherRose { + public static void initStates() { + Block.WITHER_ROSE.addBlockAlternative(new BlockAlternative((short) 1423)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java index c1a83d82f..0b30784b8 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonSkull.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WitherSkeletonSkull { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6514, "rotation=0")); Block.WITHER_SKELETON_SKULL.addBlockAlternative(new BlockAlternative((short) 6515, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java index a29d72d94..64ac493b1 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/WitherSkeletonWallSkull.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class WitherSkeletonWallSkull { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6530, "facing=north")); Block.WITHER_SKELETON_WALL_SKULL.addBlockAlternative(new BlockAlternative((short) 6531, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java index 799b37ece..0dd28d1db 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7965, "rotation=0")); Block.YELLOW_BANNER.addBlockAlternative(new BlockAlternative((short) 7966, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java index 7e0813efe..bf889c369 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowBed.java @@ -1,39 +1,33 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowBed { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1113, "facing=north", "occupied=true", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1114, "facing=north", "occupied=true", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1115, "facing=north", "occupied=false", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1116, "facing=north", "occupied=false", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1117, "facing=south", "occupied=true", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1118, "facing=south", "occupied=true", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1119, "facing=south", "occupied=false", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1120, "facing=south", "occupied=false", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1121, "facing=west", "occupied=true", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1122, "facing=west", "occupied=true", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1123, "facing=west", "occupied=false", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1124, "facing=west", "occupied=false", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1125, "facing=east", "occupied=true", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1126, "facing=east", "occupied=true", "part=foot")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1127, "facing=east", "occupied=false", "part=head")); - Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1128, "facing=east", "occupied=false", "part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1113, "facing=north","occupied=true","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1114, "facing=north","occupied=true","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1115, "facing=north","occupied=false","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1116, "facing=north","occupied=false","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1117, "facing=south","occupied=true","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1118, "facing=south","occupied=true","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1119, "facing=south","occupied=false","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1120, "facing=south","occupied=false","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1121, "facing=west","occupied=true","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1122, "facing=west","occupied=true","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1123, "facing=west","occupied=false","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1124, "facing=west","occupied=false","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1125, "facing=east","occupied=true","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1126, "facing=east","occupied=true","part=foot")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1127, "facing=east","occupied=false","part=head")); + Block.YELLOW_BED.addBlockAlternative(new BlockAlternative((short) 1128, "facing=east","occupied=false","part=foot")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowCarpet.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowCarpet.java new file mode 100644 index 000000000..0a5974d8e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowCarpet.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowCarpet { + public static void initStates() { + Block.YELLOW_CARPET.addBlockAlternative(new BlockAlternative((short) 7874)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcrete.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcrete.java new file mode 100644 index 000000000..b2bb8041e --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcrete.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowConcrete { + public static void initStates() { + Block.YELLOW_CONCRETE.addBlockAlternative(new BlockAlternative((short) 9446)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcretePowder.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcretePowder.java new file mode 100644 index 000000000..9a91344a1 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowConcretePowder.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowConcretePowder { + public static void initStates() { + Block.YELLOW_CONCRETE_POWDER.addBlockAlternative(new BlockAlternative((short) 9462)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java index d8b057fdb..fc674b578 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowGlazedTerracotta.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowGlazedTerracotta { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9394, "facing=north")); Block.YELLOW_GLAZED_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 9395, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java index d9d27c078..bac3d6e1e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowShulkerBox.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowShulkerBox { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9306, "facing=north")); Block.YELLOW_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9307, "facing=east")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlass.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlass.java new file mode 100644 index 000000000..37915af59 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlass.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowStainedGlass { + public static void initStates() { + Block.YELLOW_STAINED_GLASS.addBlockAlternative(new BlockAlternative((short) 4099)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java index 92d109044..f4bcf853e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowStainedGlassPane.java @@ -1,55 +1,49 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowStainedGlassPane { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6995, "east=true", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6996, "east=true", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6997, "east=true", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6998, "east=true", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6999, "east=true", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7000, "east=true", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7001, "east=true", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7002, "east=true", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7003, "east=true", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7004, "east=true", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7005, "east=true", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7006, "east=true", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7007, "east=true", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7008, "east=true", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7009, "east=true", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7010, "east=true", "north=false", "south=false", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7011, "east=false", "north=true", "south=true", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7012, "east=false", "north=true", "south=true", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7013, "east=false", "north=true", "south=true", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7014, "east=false", "north=true", "south=true", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7015, "east=false", "north=true", "south=false", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7016, "east=false", "north=true", "south=false", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7017, "east=false", "north=true", "south=false", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7018, "east=false", "north=true", "south=false", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7019, "east=false", "north=false", "south=true", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7020, "east=false", "north=false", "south=true", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7021, "east=false", "north=false", "south=true", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7022, "east=false", "north=false", "south=true", "waterlogged=false", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7023, "east=false", "north=false", "south=false", "waterlogged=true", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7024, "east=false", "north=false", "south=false", "waterlogged=true", "west=false")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7025, "east=false", "north=false", "south=false", "waterlogged=false", "west=true")); - Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7026, "east=false", "north=false", "south=false", "waterlogged=false", "west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6995, "east=true","north=true","south=true","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6996, "east=true","north=true","south=true","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6997, "east=true","north=true","south=true","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6998, "east=true","north=true","south=true","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 6999, "east=true","north=true","south=false","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7000, "east=true","north=true","south=false","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7001, "east=true","north=true","south=false","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7002, "east=true","north=true","south=false","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7003, "east=true","north=false","south=true","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7004, "east=true","north=false","south=true","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7005, "east=true","north=false","south=true","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7006, "east=true","north=false","south=true","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7007, "east=true","north=false","south=false","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7008, "east=true","north=false","south=false","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7009, "east=true","north=false","south=false","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7010, "east=true","north=false","south=false","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7011, "east=false","north=true","south=true","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7012, "east=false","north=true","south=true","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7013, "east=false","north=true","south=true","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7014, "east=false","north=true","south=true","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7015, "east=false","north=true","south=false","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7016, "east=false","north=true","south=false","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7017, "east=false","north=true","south=false","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7018, "east=false","north=true","south=false","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7019, "east=false","north=false","south=true","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7020, "east=false","north=false","south=true","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7021, "east=false","north=false","south=true","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7022, "east=false","north=false","south=true","waterlogged=false","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7023, "east=false","north=false","south=false","waterlogged=true","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7024, "east=false","north=false","south=false","waterlogged=true","west=false")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7025, "east=false","north=false","south=false","waterlogged=false","west=true")); + Block.YELLOW_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7026, "east=false","north=false","south=false","waterlogged=false","west=false")); } } diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowTerracotta.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowTerracotta.java new file mode 100644 index 000000000..e826bd4ea --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowTerracotta.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowTerracotta { + public static void initStates() { + Block.YELLOW_TERRACOTTA.addBlockAlternative(new BlockAlternative((short) 6855)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java index 018732d09..aed9ab292 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWallBanner.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class YellowWallBanner { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8173, "facing=north")); Block.YELLOW_WALL_BANNER.addBlockAlternative(new BlockAlternative((short) 8174, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWool.java b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWool.java new file mode 100644 index 000000000..b8cc75155 --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/YellowWool.java @@ -0,0 +1,18 @@ +package net.minestom.server.instance.block.states; + +import java.lang.Deprecated; +import net.minestom.server.instance.block.Block; +import net.minestom.server.instance.block.BlockAlternative; + +/** + * AUTOGENERATED by BlockGenerator + */ +@Deprecated( + since = "forever", + forRemoval = false +) +public final class YellowWool { + public static void initStates() { + Block.YELLOW_WOOL.addBlockAlternative(new BlockAlternative((short) 1388)); + } +} diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java index b3842e2dd..cbd1ec2f4 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ZombieHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6534, "rotation=0")); Block.ZOMBIE_HEAD.addBlockAlternative(new BlockAlternative((short) 6535, "rotation=1")); diff --git a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java index 3988e8a16..a07cc480e 100644 --- a/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java +++ b/src/autogenerated/java/net/minestom/server/instance/block/states/ZombieWallHead.java @@ -1,23 +1,17 @@ package net.minestom.server.instance.block.states; +import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. + * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class ZombieWallHead { - /** - * Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU. - */ - @Deprecated( - since = "forever", - forRemoval = false - ) public static void initStates() { Block.ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6550, "facing=north")); Block.ZOMBIE_WALL_HEAD.addBlockAlternative(new BlockAlternative((short) 6551, "facing=south")); diff --git a/src/autogenerated/java/net/minestom/server/item/Enchantment.java b/src/autogenerated/java/net/minestom/server/item/Enchantment.java index faba57e8b..4b0219c1c 100644 --- a/src/autogenerated/java/net/minestom/server/item/Enchantment.java +++ b/src/autogenerated/java/net/minestom/server/item/Enchantment.java @@ -4,116 +4,125 @@ import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by EnchantmentGenerator */ -@SuppressWarnings({"deprecation"}) public enum Enchantment implements Keyed { - PROTECTION("minecraft:protection"), + ALL_DAMAGE_PROTECTION(NamespaceID.from("minecraft:protection")), - FIRE_PROTECTION("minecraft:fire_protection"), + FIRE_PROTECTION(NamespaceID.from("minecraft:fire_protection")), - FEATHER_FALLING("minecraft:feather_falling"), + FALL_PROTECTION(NamespaceID.from("minecraft:feather_falling")), - BLAST_PROTECTION("minecraft:blast_protection"), + BLAST_PROTECTION(NamespaceID.from("minecraft:blast_protection")), - PROJECTILE_PROTECTION("minecraft:projectile_protection"), + PROJECTILE_PROTECTION(NamespaceID.from("minecraft:projectile_protection")), - RESPIRATION("minecraft:respiration"), + RESPIRATION(NamespaceID.from("minecraft:respiration")), - AQUA_AFFINITY("minecraft:aqua_affinity"), + AQUA_AFFINITY(NamespaceID.from("minecraft:aqua_affinity")), - THORNS("minecraft:thorns"), + THORNS(NamespaceID.from("minecraft:thorns")), - DEPTH_STRIDER("minecraft:depth_strider"), + DEPTH_STRIDER(NamespaceID.from("minecraft:depth_strider")), - FROST_WALKER("minecraft:frost_walker"), + FROST_WALKER(NamespaceID.from("minecraft:frost_walker")), - BINDING_CURSE("minecraft:binding_curse"), + BINDING_CURSE(NamespaceID.from("minecraft:binding_curse")), - SOUL_SPEED("minecraft:soul_speed"), + SOUL_SPEED(NamespaceID.from("minecraft:soul_speed")), - SHARPNESS("minecraft:sharpness"), + SHARPNESS(NamespaceID.from("minecraft:sharpness")), - SMITE("minecraft:smite"), + SMITE(NamespaceID.from("minecraft:smite")), - BANE_OF_ARTHROPODS("minecraft:bane_of_arthropods"), + BANE_OF_ARTHROPODS(NamespaceID.from("minecraft:bane_of_arthropods")), - KNOCKBACK("minecraft:knockback"), + KNOCKBACK(NamespaceID.from("minecraft:knockback")), - FIRE_ASPECT("minecraft:fire_aspect"), + FIRE_ASPECT(NamespaceID.from("minecraft:fire_aspect")), - LOOTING("minecraft:looting"), + MOB_LOOTING(NamespaceID.from("minecraft:looting")), - SWEEPING("minecraft:sweeping"), + SWEEPING_EDGE(NamespaceID.from("minecraft:sweeping")), - EFFICIENCY("minecraft:efficiency"), + BLOCK_EFFICIENCY(NamespaceID.from("minecraft:efficiency")), - SILK_TOUCH("minecraft:silk_touch"), + SILK_TOUCH(NamespaceID.from("minecraft:silk_touch")), - UNBREAKING("minecraft:unbreaking"), + UNBREAKING(NamespaceID.from("minecraft:unbreaking")), - FORTUNE("minecraft:fortune"), + BLOCK_FORTUNE(NamespaceID.from("minecraft:fortune")), - POWER("minecraft:power"), + POWER_ARROWS(NamespaceID.from("minecraft:power")), - PUNCH("minecraft:punch"), + PUNCH_ARROWS(NamespaceID.from("minecraft:punch")), - FLAME("minecraft:flame"), + FLAMING_ARROWS(NamespaceID.from("minecraft:flame")), - INFINITY("minecraft:infinity"), + INFINITY_ARROWS(NamespaceID.from("minecraft:infinity")), - LUCK_OF_THE_SEA("minecraft:luck_of_the_sea"), + FISHING_LUCK(NamespaceID.from("minecraft:luck_of_the_sea")), - LURE("minecraft:lure"), + FISHING_SPEED(NamespaceID.from("minecraft:lure")), - LOYALTY("minecraft:loyalty"), + LOYALTY(NamespaceID.from("minecraft:loyalty")), - IMPALING("minecraft:impaling"), + IMPALING(NamespaceID.from("minecraft:impaling")), - RIPTIDE("minecraft:riptide"), + RIPTIDE(NamespaceID.from("minecraft:riptide")), - CHANNELING("minecraft:channeling"), + CHANNELING(NamespaceID.from("minecraft:channeling")), - MULTISHOT("minecraft:multishot"), + MULTISHOT(NamespaceID.from("minecraft:multishot")), - QUICK_CHARGE("minecraft:quick_charge"), + QUICK_CHARGE(NamespaceID.from("minecraft:quick_charge")), - PIERCING("minecraft:piercing"), + PIERCING(NamespaceID.from("minecraft:piercing")), - MENDING("minecraft:mending"), + MENDING(NamespaceID.from("minecraft:mending")), - VANISHING_CURSE("minecraft:vanishing_curse"); + VANISHING_CURSE(NamespaceID.from("minecraft:vanishing_curse")); - private final String namespaceID; + private static final Enchantment[] VALUES = values(); - private final Key key; + @NotNull + private final NamespaceID id; - Enchantment(String namespaceID) { - this.namespaceID = namespaceID; - Registries.enchantments.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; + Enchantment(@NotNull NamespaceID id) { + this.id = id; + Registries.enchantments.put(id, this); } + @Override + @NotNull public Key key() { - return this.key; + return this.id; } - public static Enchantment fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static Enchantment fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } return null; } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } } diff --git a/src/autogenerated/java/net/minestom/server/item/Material.java b/src/autogenerated/java/net/minestom/server/item/Material.java index 0a6f526ac..33bb71bf9 100644 --- a/src/autogenerated/java/net/minestom/server/item/Material.java +++ b/src/autogenerated/java/net/minestom/server/item/Material.java @@ -1,5 +1,6 @@ package net.minestom.server.item; +import java.util.function.Supplier; import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.instance.block.Block; @@ -9,2087 +10,2499 @@ import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by MaterialGenerator */ -@SuppressWarnings({"deprecation"}) public enum Material implements Keyed { - AIR("minecraft:air", 64, Block.AIR), + AIR(NamespaceID.from("minecraft:air"), (byte) 64, () -> null), - STONE("minecraft:stone", 64, Block.STONE), + STONE(NamespaceID.from("minecraft:stone"), (byte) 64, () -> Registries.getBlock("minecraft:stone")), - GRANITE("minecraft:granite", 64, Block.GRANITE), + GRANITE(NamespaceID.from("minecraft:granite"), (byte) 64, () -> Registries.getBlock("minecraft:granite")), - POLISHED_GRANITE("minecraft:polished_granite", 64, Block.POLISHED_GRANITE), + POLISHED_GRANITE(NamespaceID.from("minecraft:polished_granite"), (byte) 64, () -> Registries.getBlock("minecraft:polished_granite")), - DIORITE("minecraft:diorite", 64, Block.DIORITE), + DIORITE(NamespaceID.from("minecraft:diorite"), (byte) 64, () -> Registries.getBlock("minecraft:diorite")), - POLISHED_DIORITE("minecraft:polished_diorite", 64, Block.POLISHED_DIORITE), + POLISHED_DIORITE(NamespaceID.from("minecraft:polished_diorite"), (byte) 64, () -> Registries.getBlock("minecraft:polished_diorite")), - ANDESITE("minecraft:andesite", 64, Block.ANDESITE), + ANDESITE(NamespaceID.from("minecraft:andesite"), (byte) 64, () -> Registries.getBlock("minecraft:andesite")), - POLISHED_ANDESITE("minecraft:polished_andesite", 64, Block.POLISHED_ANDESITE), + POLISHED_ANDESITE(NamespaceID.from("minecraft:polished_andesite"), (byte) 64, () -> Registries.getBlock("minecraft:polished_andesite")), - GRASS_BLOCK("minecraft:grass_block", 64, Block.GRASS_BLOCK), + GRASS_BLOCK(NamespaceID.from("minecraft:grass_block"), (byte) 64, () -> Registries.getBlock("minecraft:grass_block")), - DIRT("minecraft:dirt", 64, Block.DIRT), + DIRT(NamespaceID.from("minecraft:dirt"), (byte) 64, () -> Registries.getBlock("minecraft:dirt")), - COARSE_DIRT("minecraft:coarse_dirt", 64, Block.COARSE_DIRT), + COARSE_DIRT(NamespaceID.from("minecraft:coarse_dirt"), (byte) 64, () -> Registries.getBlock("minecraft:coarse_dirt")), - PODZOL("minecraft:podzol", 64, Block.PODZOL), + PODZOL(NamespaceID.from("minecraft:podzol"), (byte) 64, () -> Registries.getBlock("minecraft:podzol")), - CRIMSON_NYLIUM("minecraft:crimson_nylium", 64, Block.CRIMSON_NYLIUM), + CRIMSON_NYLIUM(NamespaceID.from("minecraft:crimson_nylium"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_nylium")), - WARPED_NYLIUM("minecraft:warped_nylium", 64, Block.WARPED_NYLIUM), + WARPED_NYLIUM(NamespaceID.from("minecraft:warped_nylium"), (byte) 64, () -> Registries.getBlock("minecraft:warped_nylium")), - COBBLESTONE("minecraft:cobblestone", 64, Block.COBBLESTONE), + COBBLESTONE(NamespaceID.from("minecraft:cobblestone"), (byte) 64, () -> Registries.getBlock("minecraft:cobblestone")), - OAK_PLANKS("minecraft:oak_planks", 64, Block.OAK_PLANKS), + OAK_PLANKS(NamespaceID.from("minecraft:oak_planks"), (byte) 64, () -> Registries.getBlock("minecraft:oak_planks")), - SPRUCE_PLANKS("minecraft:spruce_planks", 64, Block.SPRUCE_PLANKS), + SPRUCE_PLANKS(NamespaceID.from("minecraft:spruce_planks"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_planks")), - BIRCH_PLANKS("minecraft:birch_planks", 64, Block.BIRCH_PLANKS), + BIRCH_PLANKS(NamespaceID.from("minecraft:birch_planks"), (byte) 64, () -> Registries.getBlock("minecraft:birch_planks")), - JUNGLE_PLANKS("minecraft:jungle_planks", 64, Block.JUNGLE_PLANKS), + JUNGLE_PLANKS(NamespaceID.from("minecraft:jungle_planks"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_planks")), - ACACIA_PLANKS("minecraft:acacia_planks", 64, Block.ACACIA_PLANKS), + ACACIA_PLANKS(NamespaceID.from("minecraft:acacia_planks"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_planks")), - DARK_OAK_PLANKS("minecraft:dark_oak_planks", 64, Block.DARK_OAK_PLANKS), + DARK_OAK_PLANKS(NamespaceID.from("minecraft:dark_oak_planks"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_planks")), - CRIMSON_PLANKS("minecraft:crimson_planks", 64, Block.CRIMSON_PLANKS), + CRIMSON_PLANKS(NamespaceID.from("minecraft:crimson_planks"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_planks")), - WARPED_PLANKS("minecraft:warped_planks", 64, Block.WARPED_PLANKS), + WARPED_PLANKS(NamespaceID.from("minecraft:warped_planks"), (byte) 64, () -> Registries.getBlock("minecraft:warped_planks")), - OAK_SAPLING("minecraft:oak_sapling", 64, Block.OAK_SAPLING), + OAK_SAPLING(NamespaceID.from("minecraft:oak_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:oak_sapling")), - SPRUCE_SAPLING("minecraft:spruce_sapling", 64, Block.SPRUCE_SAPLING), + SPRUCE_SAPLING(NamespaceID.from("minecraft:spruce_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_sapling")), - BIRCH_SAPLING("minecraft:birch_sapling", 64, Block.BIRCH_SAPLING), + BIRCH_SAPLING(NamespaceID.from("minecraft:birch_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:birch_sapling")), - JUNGLE_SAPLING("minecraft:jungle_sapling", 64, Block.JUNGLE_SAPLING), + JUNGLE_SAPLING(NamespaceID.from("minecraft:jungle_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_sapling")), - ACACIA_SAPLING("minecraft:acacia_sapling", 64, Block.ACACIA_SAPLING), + ACACIA_SAPLING(NamespaceID.from("minecraft:acacia_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_sapling")), - DARK_OAK_SAPLING("minecraft:dark_oak_sapling", 64, Block.DARK_OAK_SAPLING), + DARK_OAK_SAPLING(NamespaceID.from("minecraft:dark_oak_sapling"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_sapling")), - BEDROCK("minecraft:bedrock", 64, Block.BEDROCK), + BEDROCK(NamespaceID.from("minecraft:bedrock"), (byte) 64, () -> Registries.getBlock("minecraft:bedrock")), - SAND("minecraft:sand", 64, Block.SAND), + SAND(NamespaceID.from("minecraft:sand"), (byte) 64, () -> Registries.getBlock("minecraft:sand")), - RED_SAND("minecraft:red_sand", 64, Block.RED_SAND), + RED_SAND(NamespaceID.from("minecraft:red_sand"), (byte) 64, () -> Registries.getBlock("minecraft:red_sand")), - GRAVEL("minecraft:gravel", 64, Block.GRAVEL), + GRAVEL(NamespaceID.from("minecraft:gravel"), (byte) 64, () -> Registries.getBlock("minecraft:gravel")), - GOLD_ORE("minecraft:gold_ore", 64, Block.GOLD_ORE), + GOLD_ORE(NamespaceID.from("minecraft:gold_ore"), (byte) 64, () -> Registries.getBlock("minecraft:gold_ore")), - IRON_ORE("minecraft:iron_ore", 64, Block.IRON_ORE), + IRON_ORE(NamespaceID.from("minecraft:iron_ore"), (byte) 64, () -> Registries.getBlock("minecraft:iron_ore")), - COAL_ORE("minecraft:coal_ore", 64, Block.COAL_ORE), + COAL_ORE(NamespaceID.from("minecraft:coal_ore"), (byte) 64, () -> Registries.getBlock("minecraft:coal_ore")), - NETHER_GOLD_ORE("minecraft:nether_gold_ore", 64, Block.NETHER_GOLD_ORE), + NETHER_GOLD_ORE(NamespaceID.from("minecraft:nether_gold_ore"), (byte) 64, () -> Registries.getBlock("minecraft:nether_gold_ore")), - OAK_LOG("minecraft:oak_log", 64, Block.OAK_LOG), + OAK_LOG(NamespaceID.from("minecraft:oak_log"), (byte) 64, () -> Registries.getBlock("minecraft:oak_log")), - SPRUCE_LOG("minecraft:spruce_log", 64, Block.SPRUCE_LOG), + SPRUCE_LOG(NamespaceID.from("minecraft:spruce_log"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_log")), - BIRCH_LOG("minecraft:birch_log", 64, Block.BIRCH_LOG), + BIRCH_LOG(NamespaceID.from("minecraft:birch_log"), (byte) 64, () -> Registries.getBlock("minecraft:birch_log")), - JUNGLE_LOG("minecraft:jungle_log", 64, Block.JUNGLE_LOG), + JUNGLE_LOG(NamespaceID.from("minecraft:jungle_log"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_log")), - ACACIA_LOG("minecraft:acacia_log", 64, Block.ACACIA_LOG), + ACACIA_LOG(NamespaceID.from("minecraft:acacia_log"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_log")), - DARK_OAK_LOG("minecraft:dark_oak_log", 64, Block.DARK_OAK_LOG), + DARK_OAK_LOG(NamespaceID.from("minecraft:dark_oak_log"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_log")), - CRIMSON_STEM("minecraft:crimson_stem", 64, Block.CRIMSON_STEM), + CRIMSON_STEM(NamespaceID.from("minecraft:crimson_stem"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_stem")), - WARPED_STEM("minecraft:warped_stem", 64, Block.WARPED_STEM), + WARPED_STEM(NamespaceID.from("minecraft:warped_stem"), (byte) 64, () -> Registries.getBlock("minecraft:warped_stem")), - STRIPPED_OAK_LOG("minecraft:stripped_oak_log", 64, Block.STRIPPED_OAK_LOG), + STRIPPED_OAK_LOG(NamespaceID.from("minecraft:stripped_oak_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_oak_log")), - STRIPPED_SPRUCE_LOG("minecraft:stripped_spruce_log", 64, Block.STRIPPED_SPRUCE_LOG), + STRIPPED_SPRUCE_LOG(NamespaceID.from("minecraft:stripped_spruce_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_spruce_log")), - STRIPPED_BIRCH_LOG("minecraft:stripped_birch_log", 64, Block.STRIPPED_BIRCH_LOG), + STRIPPED_BIRCH_LOG(NamespaceID.from("minecraft:stripped_birch_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_birch_log")), - STRIPPED_JUNGLE_LOG("minecraft:stripped_jungle_log", 64, Block.STRIPPED_JUNGLE_LOG), + STRIPPED_JUNGLE_LOG(NamespaceID.from("minecraft:stripped_jungle_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_jungle_log")), - STRIPPED_ACACIA_LOG("minecraft:stripped_acacia_log", 64, Block.STRIPPED_ACACIA_LOG), + STRIPPED_ACACIA_LOG(NamespaceID.from("minecraft:stripped_acacia_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_acacia_log")), - STRIPPED_DARK_OAK_LOG("minecraft:stripped_dark_oak_log", 64, Block.STRIPPED_DARK_OAK_LOG), + STRIPPED_DARK_OAK_LOG(NamespaceID.from("minecraft:stripped_dark_oak_log"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_dark_oak_log")), - STRIPPED_CRIMSON_STEM("minecraft:stripped_crimson_stem", 64, Block.STRIPPED_CRIMSON_STEM), + STRIPPED_CRIMSON_STEM(NamespaceID.from("minecraft:stripped_crimson_stem"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_crimson_stem")), - STRIPPED_WARPED_STEM("minecraft:stripped_warped_stem", 64, Block.STRIPPED_WARPED_STEM), + STRIPPED_WARPED_STEM(NamespaceID.from("minecraft:stripped_warped_stem"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_warped_stem")), - STRIPPED_OAK_WOOD("minecraft:stripped_oak_wood", 64, Block.STRIPPED_OAK_WOOD), + STRIPPED_OAK_WOOD(NamespaceID.from("minecraft:stripped_oak_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_oak_wood")), - STRIPPED_SPRUCE_WOOD("minecraft:stripped_spruce_wood", 64, Block.STRIPPED_SPRUCE_WOOD), + STRIPPED_SPRUCE_WOOD(NamespaceID.from("minecraft:stripped_spruce_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_spruce_wood")), - STRIPPED_BIRCH_WOOD("minecraft:stripped_birch_wood", 64, Block.STRIPPED_BIRCH_WOOD), + STRIPPED_BIRCH_WOOD(NamespaceID.from("minecraft:stripped_birch_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_birch_wood")), - STRIPPED_JUNGLE_WOOD("minecraft:stripped_jungle_wood", 64, Block.STRIPPED_JUNGLE_WOOD), + STRIPPED_JUNGLE_WOOD(NamespaceID.from("minecraft:stripped_jungle_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_jungle_wood")), - STRIPPED_ACACIA_WOOD("minecraft:stripped_acacia_wood", 64, Block.STRIPPED_ACACIA_WOOD), + STRIPPED_ACACIA_WOOD(NamespaceID.from("minecraft:stripped_acacia_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_acacia_wood")), - STRIPPED_DARK_OAK_WOOD("minecraft:stripped_dark_oak_wood", 64, Block.STRIPPED_DARK_OAK_WOOD), + STRIPPED_DARK_OAK_WOOD(NamespaceID.from("minecraft:stripped_dark_oak_wood"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_dark_oak_wood")), - STRIPPED_CRIMSON_HYPHAE("minecraft:stripped_crimson_hyphae", 64, Block.STRIPPED_CRIMSON_HYPHAE), + STRIPPED_CRIMSON_HYPHAE(NamespaceID.from("minecraft:stripped_crimson_hyphae"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_crimson_hyphae")), - STRIPPED_WARPED_HYPHAE("minecraft:stripped_warped_hyphae", 64, Block.STRIPPED_WARPED_HYPHAE), + STRIPPED_WARPED_HYPHAE(NamespaceID.from("minecraft:stripped_warped_hyphae"), (byte) 64, () -> Registries.getBlock("minecraft:stripped_warped_hyphae")), - OAK_WOOD("minecraft:oak_wood", 64, Block.OAK_WOOD), + OAK_WOOD(NamespaceID.from("minecraft:oak_wood"), (byte) 64, () -> Registries.getBlock("minecraft:oak_wood")), - SPRUCE_WOOD("minecraft:spruce_wood", 64, Block.SPRUCE_WOOD), + SPRUCE_WOOD(NamespaceID.from("minecraft:spruce_wood"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_wood")), - BIRCH_WOOD("minecraft:birch_wood", 64, Block.BIRCH_WOOD), + BIRCH_WOOD(NamespaceID.from("minecraft:birch_wood"), (byte) 64, () -> Registries.getBlock("minecraft:birch_wood")), - JUNGLE_WOOD("minecraft:jungle_wood", 64, Block.JUNGLE_WOOD), + JUNGLE_WOOD(NamespaceID.from("minecraft:jungle_wood"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_wood")), - ACACIA_WOOD("minecraft:acacia_wood", 64, Block.ACACIA_WOOD), + ACACIA_WOOD(NamespaceID.from("minecraft:acacia_wood"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_wood")), - DARK_OAK_WOOD("minecraft:dark_oak_wood", 64, Block.DARK_OAK_WOOD), + DARK_OAK_WOOD(NamespaceID.from("minecraft:dark_oak_wood"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_wood")), - CRIMSON_HYPHAE("minecraft:crimson_hyphae", 64, Block.CRIMSON_HYPHAE), + CRIMSON_HYPHAE(NamespaceID.from("minecraft:crimson_hyphae"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_hyphae")), - WARPED_HYPHAE("minecraft:warped_hyphae", 64, Block.WARPED_HYPHAE), + WARPED_HYPHAE(NamespaceID.from("minecraft:warped_hyphae"), (byte) 64, () -> Registries.getBlock("minecraft:warped_hyphae")), - OAK_LEAVES("minecraft:oak_leaves", 64, Block.OAK_LEAVES), + OAK_LEAVES(NamespaceID.from("minecraft:oak_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:oak_leaves")), - SPRUCE_LEAVES("minecraft:spruce_leaves", 64, Block.SPRUCE_LEAVES), + SPRUCE_LEAVES(NamespaceID.from("minecraft:spruce_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_leaves")), - BIRCH_LEAVES("minecraft:birch_leaves", 64, Block.BIRCH_LEAVES), + BIRCH_LEAVES(NamespaceID.from("minecraft:birch_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:birch_leaves")), - JUNGLE_LEAVES("minecraft:jungle_leaves", 64, Block.JUNGLE_LEAVES), + JUNGLE_LEAVES(NamespaceID.from("minecraft:jungle_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_leaves")), - ACACIA_LEAVES("minecraft:acacia_leaves", 64, Block.ACACIA_LEAVES), + ACACIA_LEAVES(NamespaceID.from("minecraft:acacia_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_leaves")), - DARK_OAK_LEAVES("minecraft:dark_oak_leaves", 64, Block.DARK_OAK_LEAVES), + DARK_OAK_LEAVES(NamespaceID.from("minecraft:dark_oak_leaves"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_leaves")), - SPONGE("minecraft:sponge", 64, Block.SPONGE), + SPONGE(NamespaceID.from("minecraft:sponge"), (byte) 64, () -> Registries.getBlock("minecraft:sponge")), - WET_SPONGE("minecraft:wet_sponge", 64, Block.WET_SPONGE), + WET_SPONGE(NamespaceID.from("minecraft:wet_sponge"), (byte) 64, () -> Registries.getBlock("minecraft:wet_sponge")), - GLASS("minecraft:glass", 64, Block.GLASS), + GLASS(NamespaceID.from("minecraft:glass"), (byte) 64, () -> Registries.getBlock("minecraft:glass")), - LAPIS_ORE("minecraft:lapis_ore", 64, Block.LAPIS_ORE), + LAPIS_ORE(NamespaceID.from("minecraft:lapis_ore"), (byte) 64, () -> Registries.getBlock("minecraft:lapis_ore")), - LAPIS_BLOCK("minecraft:lapis_block", 64, Block.LAPIS_BLOCK), + LAPIS_BLOCK(NamespaceID.from("minecraft:lapis_block"), (byte) 64, () -> Registries.getBlock("minecraft:lapis_block")), - DISPENSER("minecraft:dispenser", 64, Block.DISPENSER), + DISPENSER(NamespaceID.from("minecraft:dispenser"), (byte) 64, () -> Registries.getBlock("minecraft:dispenser")), - SANDSTONE("minecraft:sandstone", 64, Block.SANDSTONE), + SANDSTONE(NamespaceID.from("minecraft:sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:sandstone")), - CHISELED_SANDSTONE("minecraft:chiseled_sandstone", 64, Block.CHISELED_SANDSTONE), + CHISELED_SANDSTONE(NamespaceID.from("minecraft:chiseled_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_sandstone")), - CUT_SANDSTONE("minecraft:cut_sandstone", 64, Block.CUT_SANDSTONE), + CUT_SANDSTONE(NamespaceID.from("minecraft:cut_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:cut_sandstone")), - NOTE_BLOCK("minecraft:note_block", 64, Block.NOTE_BLOCK), + NOTE_BLOCK(NamespaceID.from("minecraft:note_block"), (byte) 64, () -> Registries.getBlock("minecraft:note_block")), - POWERED_RAIL("minecraft:powered_rail", 64, Block.POWERED_RAIL), + POWERED_RAIL(NamespaceID.from("minecraft:powered_rail"), (byte) 64, () -> Registries.getBlock("minecraft:powered_rail")), - DETECTOR_RAIL("minecraft:detector_rail", 64, Block.DETECTOR_RAIL), + DETECTOR_RAIL(NamespaceID.from("minecraft:detector_rail"), (byte) 64, () -> Registries.getBlock("minecraft:detector_rail")), - STICKY_PISTON("minecraft:sticky_piston", 64, Block.STICKY_PISTON), + STICKY_PISTON(NamespaceID.from("minecraft:sticky_piston"), (byte) 64, () -> Registries.getBlock("minecraft:sticky_piston")), - COBWEB("minecraft:cobweb", 64, Block.COBWEB), + COBWEB(NamespaceID.from("minecraft:cobweb"), (byte) 64, () -> Registries.getBlock("minecraft:cobweb")), - GRASS("minecraft:grass", 64, Block.GRASS), + GRASS(NamespaceID.from("minecraft:grass"), (byte) 64, () -> Registries.getBlock("minecraft:grass")), - FERN("minecraft:fern", 64, Block.FERN), + FERN(NamespaceID.from("minecraft:fern"), (byte) 64, () -> Registries.getBlock("minecraft:fern")), - DEAD_BUSH("minecraft:dead_bush", 64, Block.DEAD_BUSH), + DEAD_BUSH(NamespaceID.from("minecraft:dead_bush"), (byte) 64, () -> Registries.getBlock("minecraft:dead_bush")), - SEAGRASS("minecraft:seagrass", 64, Block.SEAGRASS), + SEAGRASS(NamespaceID.from("minecraft:seagrass"), (byte) 64, () -> Registries.getBlock("minecraft:seagrass")), - SEA_PICKLE("minecraft:sea_pickle", 64, Block.SEA_PICKLE), + SEA_PICKLE(NamespaceID.from("minecraft:sea_pickle"), (byte) 64, () -> Registries.getBlock("minecraft:sea_pickle")), - PISTON("minecraft:piston", 64, Block.PISTON), + PISTON(NamespaceID.from("minecraft:piston"), (byte) 64, () -> Registries.getBlock("minecraft:piston")), - WHITE_WOOL("minecraft:white_wool", 64, Block.WHITE_WOOL), + WHITE_WOOL(NamespaceID.from("minecraft:white_wool"), (byte) 64, () -> Registries.getBlock("minecraft:white_wool")), - ORANGE_WOOL("minecraft:orange_wool", 64, Block.ORANGE_WOOL), + ORANGE_WOOL(NamespaceID.from("minecraft:orange_wool"), (byte) 64, () -> Registries.getBlock("minecraft:orange_wool")), - MAGENTA_WOOL("minecraft:magenta_wool", 64, Block.MAGENTA_WOOL), + MAGENTA_WOOL(NamespaceID.from("minecraft:magenta_wool"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_wool")), - LIGHT_BLUE_WOOL("minecraft:light_blue_wool", 64, Block.LIGHT_BLUE_WOOL), + LIGHT_BLUE_WOOL(NamespaceID.from("minecraft:light_blue_wool"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_wool")), - YELLOW_WOOL("minecraft:yellow_wool", 64, Block.YELLOW_WOOL), + YELLOW_WOOL(NamespaceID.from("minecraft:yellow_wool"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_wool")), - LIME_WOOL("minecraft:lime_wool", 64, Block.LIME_WOOL), + LIME_WOOL(NamespaceID.from("minecraft:lime_wool"), (byte) 64, () -> Registries.getBlock("minecraft:lime_wool")), - PINK_WOOL("minecraft:pink_wool", 64, Block.PINK_WOOL), + PINK_WOOL(NamespaceID.from("minecraft:pink_wool"), (byte) 64, () -> Registries.getBlock("minecraft:pink_wool")), - GRAY_WOOL("minecraft:gray_wool", 64, Block.GRAY_WOOL), + GRAY_WOOL(NamespaceID.from("minecraft:gray_wool"), (byte) 64, () -> Registries.getBlock("minecraft:gray_wool")), - LIGHT_GRAY_WOOL("minecraft:light_gray_wool", 64, Block.LIGHT_GRAY_WOOL), + LIGHT_GRAY_WOOL(NamespaceID.from("minecraft:light_gray_wool"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_wool")), - CYAN_WOOL("minecraft:cyan_wool", 64, Block.CYAN_WOOL), + CYAN_WOOL(NamespaceID.from("minecraft:cyan_wool"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_wool")), - PURPLE_WOOL("minecraft:purple_wool", 64, Block.PURPLE_WOOL), + PURPLE_WOOL(NamespaceID.from("minecraft:purple_wool"), (byte) 64, () -> Registries.getBlock("minecraft:purple_wool")), - BLUE_WOOL("minecraft:blue_wool", 64, Block.BLUE_WOOL), + BLUE_WOOL(NamespaceID.from("minecraft:blue_wool"), (byte) 64, () -> Registries.getBlock("minecraft:blue_wool")), - BROWN_WOOL("minecraft:brown_wool", 64, Block.BROWN_WOOL), + BROWN_WOOL(NamespaceID.from("minecraft:brown_wool"), (byte) 64, () -> Registries.getBlock("minecraft:brown_wool")), - GREEN_WOOL("minecraft:green_wool", 64, Block.GREEN_WOOL), + GREEN_WOOL(NamespaceID.from("minecraft:green_wool"), (byte) 64, () -> Registries.getBlock("minecraft:green_wool")), - RED_WOOL("minecraft:red_wool", 64, Block.RED_WOOL), + RED_WOOL(NamespaceID.from("minecraft:red_wool"), (byte) 64, () -> Registries.getBlock("minecraft:red_wool")), - BLACK_WOOL("minecraft:black_wool", 64, Block.BLACK_WOOL), + BLACK_WOOL(NamespaceID.from("minecraft:black_wool"), (byte) 64, () -> Registries.getBlock("minecraft:black_wool")), - DANDELION("minecraft:dandelion", 64, Block.DANDELION), + DANDELION(NamespaceID.from("minecraft:dandelion"), (byte) 64, () -> Registries.getBlock("minecraft:dandelion")), - POPPY("minecraft:poppy", 64, Block.POPPY), + POPPY(NamespaceID.from("minecraft:poppy"), (byte) 64, () -> Registries.getBlock("minecraft:poppy")), - BLUE_ORCHID("minecraft:blue_orchid", 64, Block.BLUE_ORCHID), + BLUE_ORCHID(NamespaceID.from("minecraft:blue_orchid"), (byte) 64, () -> Registries.getBlock("minecraft:blue_orchid")), - ALLIUM("minecraft:allium", 64, Block.ALLIUM), + ALLIUM(NamespaceID.from("minecraft:allium"), (byte) 64, () -> Registries.getBlock("minecraft:allium")), - AZURE_BLUET("minecraft:azure_bluet", 64, Block.AZURE_BLUET), + AZURE_BLUET(NamespaceID.from("minecraft:azure_bluet"), (byte) 64, () -> Registries.getBlock("minecraft:azure_bluet")), - RED_TULIP("minecraft:red_tulip", 64, Block.RED_TULIP), + RED_TULIP(NamespaceID.from("minecraft:red_tulip"), (byte) 64, () -> Registries.getBlock("minecraft:red_tulip")), - ORANGE_TULIP("minecraft:orange_tulip", 64, Block.ORANGE_TULIP), + ORANGE_TULIP(NamespaceID.from("minecraft:orange_tulip"), (byte) 64, () -> Registries.getBlock("minecraft:orange_tulip")), - WHITE_TULIP("minecraft:white_tulip", 64, Block.WHITE_TULIP), + WHITE_TULIP(NamespaceID.from("minecraft:white_tulip"), (byte) 64, () -> Registries.getBlock("minecraft:white_tulip")), - PINK_TULIP("minecraft:pink_tulip", 64, Block.PINK_TULIP), + PINK_TULIP(NamespaceID.from("minecraft:pink_tulip"), (byte) 64, () -> Registries.getBlock("minecraft:pink_tulip")), - OXEYE_DAISY("minecraft:oxeye_daisy", 64, Block.OXEYE_DAISY), + OXEYE_DAISY(NamespaceID.from("minecraft:oxeye_daisy"), (byte) 64, () -> Registries.getBlock("minecraft:oxeye_daisy")), - CORNFLOWER("minecraft:cornflower", 64, Block.CORNFLOWER), + CORNFLOWER(NamespaceID.from("minecraft:cornflower"), (byte) 64, () -> Registries.getBlock("minecraft:cornflower")), - LILY_OF_THE_VALLEY("minecraft:lily_of_the_valley", 64, Block.LILY_OF_THE_VALLEY), + LILY_OF_THE_VALLEY(NamespaceID.from("minecraft:lily_of_the_valley"), (byte) 64, () -> Registries.getBlock("minecraft:lily_of_the_valley")), - WITHER_ROSE("minecraft:wither_rose", 64, Block.WITHER_ROSE), + WITHER_ROSE(NamespaceID.from("minecraft:wither_rose"), (byte) 64, () -> Registries.getBlock("minecraft:wither_rose")), - BROWN_MUSHROOM("minecraft:brown_mushroom", 64, Block.BROWN_MUSHROOM), + BROWN_MUSHROOM(NamespaceID.from("minecraft:brown_mushroom"), (byte) 64, () -> Registries.getBlock("minecraft:brown_mushroom")), - RED_MUSHROOM("minecraft:red_mushroom", 64, Block.RED_MUSHROOM), + RED_MUSHROOM(NamespaceID.from("minecraft:red_mushroom"), (byte) 64, () -> Registries.getBlock("minecraft:red_mushroom")), - CRIMSON_FUNGUS("minecraft:crimson_fungus", 64, Block.CRIMSON_FUNGUS), + CRIMSON_FUNGUS(NamespaceID.from("minecraft:crimson_fungus"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_fungus")), - WARPED_FUNGUS("minecraft:warped_fungus", 64, Block.WARPED_FUNGUS), + WARPED_FUNGUS(NamespaceID.from("minecraft:warped_fungus"), (byte) 64, () -> Registries.getBlock("minecraft:warped_fungus")), - CRIMSON_ROOTS("minecraft:crimson_roots", 64, Block.CRIMSON_ROOTS), + CRIMSON_ROOTS(NamespaceID.from("minecraft:crimson_roots"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_roots")), - WARPED_ROOTS("minecraft:warped_roots", 64, Block.WARPED_ROOTS), + WARPED_ROOTS(NamespaceID.from("minecraft:warped_roots"), (byte) 64, () -> Registries.getBlock("minecraft:warped_roots")), - NETHER_SPROUTS("minecraft:nether_sprouts", 64, Block.NETHER_SPROUTS), + NETHER_SPROUTS(NamespaceID.from("minecraft:nether_sprouts"), (byte) 64, () -> Registries.getBlock("minecraft:nether_sprouts")), - WEEPING_VINES("minecraft:weeping_vines", 64, Block.WEEPING_VINES), + WEEPING_VINES(NamespaceID.from("minecraft:weeping_vines"), (byte) 64, () -> Registries.getBlock("minecraft:weeping_vines")), - TWISTING_VINES("minecraft:twisting_vines", 64, Block.TWISTING_VINES), + TWISTING_VINES(NamespaceID.from("minecraft:twisting_vines"), (byte) 64, () -> Registries.getBlock("minecraft:twisting_vines")), - SUGAR_CANE("minecraft:sugar_cane", 64, Block.SUGAR_CANE), + SUGAR_CANE(NamespaceID.from("minecraft:sugar_cane"), (byte) 64, () -> Registries.getBlock("minecraft:sugar_cane")), - KELP("minecraft:kelp", 64, Block.KELP), + KELP(NamespaceID.from("minecraft:kelp"), (byte) 64, () -> Registries.getBlock("minecraft:kelp")), - BAMBOO("minecraft:bamboo", 64, Block.BAMBOO), + BAMBOO(NamespaceID.from("minecraft:bamboo"), (byte) 64, () -> Registries.getBlock("minecraft:bamboo")), - GOLD_BLOCK("minecraft:gold_block", 64, Block.GOLD_BLOCK), + GOLD_BLOCK(NamespaceID.from("minecraft:gold_block"), (byte) 64, () -> Registries.getBlock("minecraft:gold_block")), - IRON_BLOCK("minecraft:iron_block", 64, Block.IRON_BLOCK), + IRON_BLOCK(NamespaceID.from("minecraft:iron_block"), (byte) 64, () -> Registries.getBlock("minecraft:iron_block")), - OAK_SLAB("minecraft:oak_slab", 64, Block.OAK_SLAB), + OAK_SLAB(NamespaceID.from("minecraft:oak_slab"), (byte) 64, () -> Registries.getBlock("minecraft:oak_slab")), - SPRUCE_SLAB("minecraft:spruce_slab", 64, Block.SPRUCE_SLAB), + SPRUCE_SLAB(NamespaceID.from("minecraft:spruce_slab"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_slab")), - BIRCH_SLAB("minecraft:birch_slab", 64, Block.BIRCH_SLAB), + BIRCH_SLAB(NamespaceID.from("minecraft:birch_slab"), (byte) 64, () -> Registries.getBlock("minecraft:birch_slab")), - JUNGLE_SLAB("minecraft:jungle_slab", 64, Block.JUNGLE_SLAB), + JUNGLE_SLAB(NamespaceID.from("minecraft:jungle_slab"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_slab")), - ACACIA_SLAB("minecraft:acacia_slab", 64, Block.ACACIA_SLAB), + ACACIA_SLAB(NamespaceID.from("minecraft:acacia_slab"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_slab")), - DARK_OAK_SLAB("minecraft:dark_oak_slab", 64, Block.DARK_OAK_SLAB), + DARK_OAK_SLAB(NamespaceID.from("minecraft:dark_oak_slab"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_slab")), - CRIMSON_SLAB("minecraft:crimson_slab", 64, Block.CRIMSON_SLAB), + CRIMSON_SLAB(NamespaceID.from("minecraft:crimson_slab"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_slab")), - WARPED_SLAB("minecraft:warped_slab", 64, Block.WARPED_SLAB), + WARPED_SLAB(NamespaceID.from("minecraft:warped_slab"), (byte) 64, () -> Registries.getBlock("minecraft:warped_slab")), - STONE_SLAB("minecraft:stone_slab", 64, Block.STONE_SLAB), + STONE_SLAB(NamespaceID.from("minecraft:stone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:stone_slab")), - SMOOTH_STONE_SLAB("minecraft:smooth_stone_slab", 64, Block.SMOOTH_STONE_SLAB), + SMOOTH_STONE_SLAB(NamespaceID.from("minecraft:smooth_stone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_stone_slab")), - SANDSTONE_SLAB("minecraft:sandstone_slab", 64, Block.SANDSTONE_SLAB), + SANDSTONE_SLAB(NamespaceID.from("minecraft:sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:sandstone_slab")), - CUT_SANDSTONE_SLAB("minecraft:cut_sandstone_slab", 64, Block.CUT_SANDSTONE_SLAB), + CUT_STANDSTONE_SLAB(NamespaceID.from("minecraft:cut_sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:cut_sandstone_slab")), - PETRIFIED_OAK_SLAB("minecraft:petrified_oak_slab", 64, Block.PETRIFIED_OAK_SLAB), + PETRIFIED_OAK_SLAB(NamespaceID.from("minecraft:petrified_oak_slab"), (byte) 64, () -> Registries.getBlock("minecraft:petrified_oak_slab")), - COBBLESTONE_SLAB("minecraft:cobblestone_slab", 64, Block.COBBLESTONE_SLAB), + COBBLESTONE_SLAB(NamespaceID.from("minecraft:cobblestone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:cobblestone_slab")), - BRICK_SLAB("minecraft:brick_slab", 64, Block.BRICK_SLAB), + BRICK_SLAB(NamespaceID.from("minecraft:brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:brick_slab")), - STONE_BRICK_SLAB("minecraft:stone_brick_slab", 64, Block.STONE_BRICK_SLAB), + STONE_BRICK_SLAB(NamespaceID.from("minecraft:stone_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:stone_brick_slab")), - NETHER_BRICK_SLAB("minecraft:nether_brick_slab", 64, Block.NETHER_BRICK_SLAB), + NETHER_BRICK_SLAB(NamespaceID.from("minecraft:nether_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:nether_brick_slab")), - QUARTZ_SLAB("minecraft:quartz_slab", 64, Block.QUARTZ_SLAB), + QUARTZ_SLAB(NamespaceID.from("minecraft:quartz_slab"), (byte) 64, () -> Registries.getBlock("minecraft:quartz_slab")), - RED_SANDSTONE_SLAB("minecraft:red_sandstone_slab", 64, Block.RED_SANDSTONE_SLAB), + RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:red_sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:red_sandstone_slab")), - CUT_RED_SANDSTONE_SLAB("minecraft:cut_red_sandstone_slab", 64, Block.CUT_RED_SANDSTONE_SLAB), + CUT_RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:cut_red_sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:cut_red_sandstone_slab")), - PURPUR_SLAB("minecraft:purpur_slab", 64, Block.PURPUR_SLAB), + PURPUR_SLAB(NamespaceID.from("minecraft:purpur_slab"), (byte) 64, () -> Registries.getBlock("minecraft:purpur_slab")), - PRISMARINE_SLAB("minecraft:prismarine_slab", 64, Block.PRISMARINE_SLAB), + PRISMARINE_SLAB(NamespaceID.from("minecraft:prismarine_slab"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_slab")), - PRISMARINE_BRICK_SLAB("minecraft:prismarine_brick_slab", 64, Block.PRISMARINE_BRICK_SLAB), + PRISMARINE_BRICK_SLAB(NamespaceID.from("minecraft:prismarine_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_brick_slab")), - DARK_PRISMARINE_SLAB("minecraft:dark_prismarine_slab", 64, Block.DARK_PRISMARINE_SLAB), + DARK_PRISMARINE_SLAB(NamespaceID.from("minecraft:dark_prismarine_slab"), (byte) 64, () -> Registries.getBlock("minecraft:dark_prismarine_slab")), - SMOOTH_QUARTZ("minecraft:smooth_quartz", 64, Block.SMOOTH_QUARTZ), + SMOOTH_QUARTZ(NamespaceID.from("minecraft:smooth_quartz"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_quartz")), - SMOOTH_RED_SANDSTONE("minecraft:smooth_red_sandstone", 64, Block.SMOOTH_RED_SANDSTONE), + SMOOTH_RED_SANDSTONE(NamespaceID.from("minecraft:smooth_red_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_red_sandstone")), - SMOOTH_SANDSTONE("minecraft:smooth_sandstone", 64, Block.SMOOTH_SANDSTONE), + SMOOTH_SANDSTONE(NamespaceID.from("minecraft:smooth_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_sandstone")), - SMOOTH_STONE("minecraft:smooth_stone", 64, Block.SMOOTH_STONE), + SMOOTH_STONE(NamespaceID.from("minecraft:smooth_stone"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_stone")), - BRICKS("minecraft:bricks", 64, Block.BRICKS), + BRICKS(NamespaceID.from("minecraft:bricks"), (byte) 64, () -> Registries.getBlock("minecraft:bricks")), - TNT("minecraft:tnt", 64, Block.TNT), + TNT(NamespaceID.from("minecraft:tnt"), (byte) 64, () -> Registries.getBlock("minecraft:tnt")), - BOOKSHELF("minecraft:bookshelf", 64, Block.BOOKSHELF), + BOOKSHELF(NamespaceID.from("minecraft:bookshelf"), (byte) 64, () -> Registries.getBlock("minecraft:bookshelf")), - MOSSY_COBBLESTONE("minecraft:mossy_cobblestone", 64, Block.MOSSY_COBBLESTONE), + MOSSY_COBBLESTONE(NamespaceID.from("minecraft:mossy_cobblestone"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_cobblestone")), - OBSIDIAN("minecraft:obsidian", 64, Block.OBSIDIAN), + OBSIDIAN(NamespaceID.from("minecraft:obsidian"), (byte) 64, () -> Registries.getBlock("minecraft:obsidian")), - TORCH("minecraft:torch", 64, Block.TORCH), + TORCH(NamespaceID.from("minecraft:torch"), (byte) 64, () -> Registries.getBlock("minecraft:torch")), - END_ROD("minecraft:end_rod", 64, Block.END_ROD), + END_ROD(NamespaceID.from("minecraft:end_rod"), (byte) 64, () -> Registries.getBlock("minecraft:end_rod")), - CHORUS_PLANT("minecraft:chorus_plant", 64, Block.CHORUS_PLANT), + CHORUS_PLANT(NamespaceID.from("minecraft:chorus_plant"), (byte) 64, () -> Registries.getBlock("minecraft:chorus_plant")), - CHORUS_FLOWER("minecraft:chorus_flower", 64, Block.CHORUS_FLOWER), + CHORUS_FLOWER(NamespaceID.from("minecraft:chorus_flower"), (byte) 64, () -> Registries.getBlock("minecraft:chorus_flower")), - PURPUR_BLOCK("minecraft:purpur_block", 64, Block.PURPUR_BLOCK), + PURPUR_BLOCK(NamespaceID.from("minecraft:purpur_block"), (byte) 64, () -> Registries.getBlock("minecraft:purpur_block")), - PURPUR_PILLAR("minecraft:purpur_pillar", 64, Block.PURPUR_PILLAR), + PURPUR_PILLAR(NamespaceID.from("minecraft:purpur_pillar"), (byte) 64, () -> Registries.getBlock("minecraft:purpur_pillar")), - PURPUR_STAIRS("minecraft:purpur_stairs", 64, Block.PURPUR_STAIRS), + PURPUR_STAIRS(NamespaceID.from("minecraft:purpur_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:purpur_stairs")), - SPAWNER("minecraft:spawner", 64, Block.SPAWNER), + SPAWNER(NamespaceID.from("minecraft:spawner"), (byte) 64, () -> Registries.getBlock("minecraft:spawner")), - OAK_STAIRS("minecraft:oak_stairs", 64, Block.OAK_STAIRS), + OAK_STAIRS(NamespaceID.from("minecraft:oak_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:oak_stairs")), - CHEST("minecraft:chest", 64, Block.CHEST), + CHEST(NamespaceID.from("minecraft:chest"), (byte) 64, () -> Registries.getBlock("minecraft:chest")), - DIAMOND_ORE("minecraft:diamond_ore", 64, Block.DIAMOND_ORE), + DIAMOND_ORE(NamespaceID.from("minecraft:diamond_ore"), (byte) 64, () -> Registries.getBlock("minecraft:diamond_ore")), - DIAMOND_BLOCK("minecraft:diamond_block", 64, Block.DIAMOND_BLOCK), + DIAMOND_BLOCK(NamespaceID.from("minecraft:diamond_block"), (byte) 64, () -> Registries.getBlock("minecraft:diamond_block")), - CRAFTING_TABLE("minecraft:crafting_table", 64, Block.CRAFTING_TABLE), + CRAFTING_TABLE(NamespaceID.from("minecraft:crafting_table"), (byte) 64, () -> Registries.getBlock("minecraft:crafting_table")), - FARMLAND("minecraft:farmland", 64, Block.FARMLAND), + FARMLAND(NamespaceID.from("minecraft:farmland"), (byte) 64, () -> Registries.getBlock("minecraft:farmland")), - FURNACE("minecraft:furnace", 64, Block.FURNACE), + FURNACE(NamespaceID.from("minecraft:furnace"), (byte) 64, () -> Registries.getBlock("minecraft:furnace")), - LADDER("minecraft:ladder", 64, Block.LADDER), + LADDER(NamespaceID.from("minecraft:ladder"), (byte) 64, () -> Registries.getBlock("minecraft:ladder")), - RAIL("minecraft:rail", 64, Block.RAIL), + RAIL(NamespaceID.from("minecraft:rail"), (byte) 64, () -> Registries.getBlock("minecraft:rail")), - COBBLESTONE_STAIRS("minecraft:cobblestone_stairs", 64, Block.COBBLESTONE_STAIRS), + COBBLESTONE_STAIRS(NamespaceID.from("minecraft:cobblestone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:cobblestone_stairs")), - LEVER("minecraft:lever", 64, Block.LEVER), + LEVER(NamespaceID.from("minecraft:lever"), (byte) 64, () -> Registries.getBlock("minecraft:lever")), - STONE_PRESSURE_PLATE("minecraft:stone_pressure_plate", 64, Block.STONE_PRESSURE_PLATE), + STONE_PRESSURE_PLATE(NamespaceID.from("minecraft:stone_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:stone_pressure_plate")), - OAK_PRESSURE_PLATE("minecraft:oak_pressure_plate", 64, Block.OAK_PRESSURE_PLATE), + OAK_PRESSURE_PLATE(NamespaceID.from("minecraft:oak_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:oak_pressure_plate")), - SPRUCE_PRESSURE_PLATE("minecraft:spruce_pressure_plate", 64, Block.SPRUCE_PRESSURE_PLATE), + SPRUCE_PRESSURE_PLATE(NamespaceID.from("minecraft:spruce_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_pressure_plate")), - BIRCH_PRESSURE_PLATE("minecraft:birch_pressure_plate", 64, Block.BIRCH_PRESSURE_PLATE), + BIRCH_PRESSURE_PLATE(NamespaceID.from("minecraft:birch_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:birch_pressure_plate")), - JUNGLE_PRESSURE_PLATE("minecraft:jungle_pressure_plate", 64, Block.JUNGLE_PRESSURE_PLATE), + JUNGLE_PRESSURE_PLATE(NamespaceID.from("minecraft:jungle_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_pressure_plate")), - ACACIA_PRESSURE_PLATE("minecraft:acacia_pressure_plate", 64, Block.ACACIA_PRESSURE_PLATE), + ACACIA_PRESSURE_PLATE(NamespaceID.from("minecraft:acacia_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_pressure_plate")), - DARK_OAK_PRESSURE_PLATE("minecraft:dark_oak_pressure_plate", 64, Block.DARK_OAK_PRESSURE_PLATE), + DARK_OAK_PRESSURE_PLATE(NamespaceID.from("minecraft:dark_oak_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_pressure_plate")), - CRIMSON_PRESSURE_PLATE("minecraft:crimson_pressure_plate", 64, Block.CRIMSON_PRESSURE_PLATE), + CRIMSON_PRESSURE_PLATE(NamespaceID.from("minecraft:crimson_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_pressure_plate")), - WARPED_PRESSURE_PLATE("minecraft:warped_pressure_plate", 64, Block.WARPED_PRESSURE_PLATE), + WARPED_PRESSURE_PLATE(NamespaceID.from("minecraft:warped_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:warped_pressure_plate")), - POLISHED_BLACKSTONE_PRESSURE_PLATE("minecraft:polished_blackstone_pressure_plate", 64, Block.POLISHED_BLACKSTONE_PRESSURE_PLATE), + POLISHED_BLACKSTONE_PRESSURE_PLATE(NamespaceID.from("minecraft:polished_blackstone_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_pressure_plate")), - REDSTONE_ORE("minecraft:redstone_ore", 64, Block.REDSTONE_ORE), + REDSTONE_ORE(NamespaceID.from("minecraft:redstone_ore"), (byte) 64, () -> Registries.getBlock("minecraft:redstone_ore")), - REDSTONE_TORCH("minecraft:redstone_torch", 64, Block.REDSTONE_TORCH), + REDSTONE_TORCH(NamespaceID.from("minecraft:redstone_torch"), (byte) 64, () -> Registries.getBlock("minecraft:redstone_torch")), - SNOW("minecraft:snow", 64, Block.SNOW), + SNOW(NamespaceID.from("minecraft:snow"), (byte) 64, () -> Registries.getBlock("minecraft:snow")), - ICE("minecraft:ice", 64, Block.ICE), + ICE(NamespaceID.from("minecraft:ice"), (byte) 64, () -> Registries.getBlock("minecraft:ice")), - SNOW_BLOCK("minecraft:snow_block", 64, Block.SNOW_BLOCK), + SNOW_BLOCK(NamespaceID.from("minecraft:snow_block"), (byte) 64, () -> Registries.getBlock("minecraft:snow_block")), - CACTUS("minecraft:cactus", 64, Block.CACTUS), + CACTUS(NamespaceID.from("minecraft:cactus"), (byte) 64, () -> Registries.getBlock("minecraft:cactus")), - CLAY("minecraft:clay", 64, Block.CLAY), + CLAY(NamespaceID.from("minecraft:clay"), (byte) 64, () -> Registries.getBlock("minecraft:clay")), - JUKEBOX("minecraft:jukebox", 64, Block.JUKEBOX), + JUKEBOX(NamespaceID.from("minecraft:jukebox"), (byte) 64, () -> Registries.getBlock("minecraft:jukebox")), - OAK_FENCE("minecraft:oak_fence", 64, Block.OAK_FENCE), + OAK_FENCE(NamespaceID.from("minecraft:oak_fence"), (byte) 64, () -> Registries.getBlock("minecraft:oak_fence")), - SPRUCE_FENCE("minecraft:spruce_fence", 64, Block.SPRUCE_FENCE), + SPRUCE_FENCE(NamespaceID.from("minecraft:spruce_fence"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_fence")), - BIRCH_FENCE("minecraft:birch_fence", 64, Block.BIRCH_FENCE), + BIRCH_FENCE(NamespaceID.from("minecraft:birch_fence"), (byte) 64, () -> Registries.getBlock("minecraft:birch_fence")), - JUNGLE_FENCE("minecraft:jungle_fence", 64, Block.JUNGLE_FENCE), + JUNGLE_FENCE(NamespaceID.from("minecraft:jungle_fence"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_fence")), - ACACIA_FENCE("minecraft:acacia_fence", 64, Block.ACACIA_FENCE), + ACACIA_FENCE(NamespaceID.from("minecraft:acacia_fence"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_fence")), - DARK_OAK_FENCE("minecraft:dark_oak_fence", 64, Block.DARK_OAK_FENCE), + DARK_OAK_FENCE(NamespaceID.from("minecraft:dark_oak_fence"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_fence")), - CRIMSON_FENCE("minecraft:crimson_fence", 64, Block.CRIMSON_FENCE), + CRIMSON_FENCE(NamespaceID.from("minecraft:crimson_fence"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_fence")), - WARPED_FENCE("minecraft:warped_fence", 64, Block.WARPED_FENCE), + WARPED_FENCE(NamespaceID.from("minecraft:warped_fence"), (byte) 64, () -> Registries.getBlock("minecraft:warped_fence")), - PUMPKIN("minecraft:pumpkin", 64, Block.PUMPKIN), + PUMPKIN(NamespaceID.from("minecraft:pumpkin"), (byte) 64, () -> Registries.getBlock("minecraft:pumpkin")), - CARVED_PUMPKIN("minecraft:carved_pumpkin", 64, Block.CARVED_PUMPKIN), + CARVED_PUMPKIN(NamespaceID.from("minecraft:carved_pumpkin"), (byte) 64, () -> Registries.getBlock("minecraft:carved_pumpkin")), - NETHERRACK("minecraft:netherrack", 64, Block.NETHERRACK), + NETHERRACK(NamespaceID.from("minecraft:netherrack"), (byte) 64, () -> Registries.getBlock("minecraft:netherrack")), - SOUL_SAND("minecraft:soul_sand", 64, Block.SOUL_SAND), + SOUL_SAND(NamespaceID.from("minecraft:soul_sand"), (byte) 64, () -> Registries.getBlock("minecraft:soul_sand")), - SOUL_SOIL("minecraft:soul_soil", 64, Block.SOUL_SOIL), + SOUL_SOIL(NamespaceID.from("minecraft:soul_soil"), (byte) 64, () -> Registries.getBlock("minecraft:soul_soil")), - BASALT("minecraft:basalt", 64, Block.BASALT), + BASALT(NamespaceID.from("minecraft:basalt"), (byte) 64, () -> Registries.getBlock("minecraft:basalt")), - POLISHED_BASALT("minecraft:polished_basalt", 64, Block.POLISHED_BASALT), + POLISHED_BASALT(NamespaceID.from("minecraft:polished_basalt"), (byte) 64, () -> Registries.getBlock("minecraft:polished_basalt")), - SOUL_TORCH("minecraft:soul_torch", 64, Block.SOUL_TORCH), + SOUL_TORCH(NamespaceID.from("minecraft:soul_torch"), (byte) 64, () -> Registries.getBlock("minecraft:soul_torch")), - GLOWSTONE("minecraft:glowstone", 64, Block.GLOWSTONE), + GLOWSTONE(NamespaceID.from("minecraft:glowstone"), (byte) 64, () -> Registries.getBlock("minecraft:glowstone")), - JACK_O_LANTERN("minecraft:jack_o_lantern", 64, Block.JACK_O_LANTERN), + JACK_O_LANTERN(NamespaceID.from("minecraft:jack_o_lantern"), (byte) 64, () -> Registries.getBlock("minecraft:jack_o_lantern")), - OAK_TRAPDOOR("minecraft:oak_trapdoor", 64, Block.OAK_TRAPDOOR), + OAK_TRAPDOOR(NamespaceID.from("minecraft:oak_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:oak_trapdoor")), - SPRUCE_TRAPDOOR("minecraft:spruce_trapdoor", 64, Block.SPRUCE_TRAPDOOR), + SPRUCE_TRAPDOOR(NamespaceID.from("minecraft:spruce_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_trapdoor")), - BIRCH_TRAPDOOR("minecraft:birch_trapdoor", 64, Block.BIRCH_TRAPDOOR), + BIRCH_TRAPDOOR(NamespaceID.from("minecraft:birch_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:birch_trapdoor")), - JUNGLE_TRAPDOOR("minecraft:jungle_trapdoor", 64, Block.JUNGLE_TRAPDOOR), + JUNGLE_TRAPDOOR(NamespaceID.from("minecraft:jungle_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_trapdoor")), - ACACIA_TRAPDOOR("minecraft:acacia_trapdoor", 64, Block.ACACIA_TRAPDOOR), + ACACIA_TRAPDOOR(NamespaceID.from("minecraft:acacia_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_trapdoor")), - DARK_OAK_TRAPDOOR("minecraft:dark_oak_trapdoor", 64, Block.DARK_OAK_TRAPDOOR), + DARK_OAK_TRAPDOOR(NamespaceID.from("minecraft:dark_oak_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_trapdoor")), - CRIMSON_TRAPDOOR("minecraft:crimson_trapdoor", 64, Block.CRIMSON_TRAPDOOR), + CRIMSON_TRAPDOOR(NamespaceID.from("minecraft:crimson_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_trapdoor")), - WARPED_TRAPDOOR("minecraft:warped_trapdoor", 64, Block.WARPED_TRAPDOOR), + WARPED_TRAPDOOR(NamespaceID.from("minecraft:warped_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:warped_trapdoor")), - INFESTED_STONE("minecraft:infested_stone", 64, Block.INFESTED_STONE), + INFESTED_STONE(NamespaceID.from("minecraft:infested_stone"), (byte) 64, () -> Registries.getBlock("minecraft:infested_stone")), - INFESTED_COBBLESTONE("minecraft:infested_cobblestone", 64, Block.INFESTED_COBBLESTONE), + INFESTED_COBBLESTONE(NamespaceID.from("minecraft:infested_cobblestone"), (byte) 64, () -> Registries.getBlock("minecraft:infested_cobblestone")), - INFESTED_STONE_BRICKS("minecraft:infested_stone_bricks", 64, Block.INFESTED_STONE_BRICKS), + INFESTED_STONE_BRICKS(NamespaceID.from("minecraft:infested_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:infested_stone_bricks")), - INFESTED_MOSSY_STONE_BRICKS("minecraft:infested_mossy_stone_bricks", 64, Block.INFESTED_MOSSY_STONE_BRICKS), + INFESTED_MOSSY_STONE_BRICKS(NamespaceID.from("minecraft:infested_mossy_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:infested_mossy_stone_bricks")), - INFESTED_CRACKED_STONE_BRICKS("minecraft:infested_cracked_stone_bricks", 64, Block.INFESTED_CRACKED_STONE_BRICKS), + INFESTED_CRACKED_STONE_BRICKS(NamespaceID.from("minecraft:infested_cracked_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:infested_cracked_stone_bricks")), - INFESTED_CHISELED_STONE_BRICKS("minecraft:infested_chiseled_stone_bricks", 64, Block.INFESTED_CHISELED_STONE_BRICKS), + INFESTED_CHISELED_STONE_BRICKS(NamespaceID.from("minecraft:infested_chiseled_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:infested_chiseled_stone_bricks")), - STONE_BRICKS("minecraft:stone_bricks", 64, Block.STONE_BRICKS), + STONE_BRICKS(NamespaceID.from("minecraft:stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:stone_bricks")), - MOSSY_STONE_BRICKS("minecraft:mossy_stone_bricks", 64, Block.MOSSY_STONE_BRICKS), + MOSSY_STONE_BRICKS(NamespaceID.from("minecraft:mossy_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_stone_bricks")), - CRACKED_STONE_BRICKS("minecraft:cracked_stone_bricks", 64, Block.CRACKED_STONE_BRICKS), + CRACKED_STONE_BRICKS(NamespaceID.from("minecraft:cracked_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:cracked_stone_bricks")), - CHISELED_STONE_BRICKS("minecraft:chiseled_stone_bricks", 64, Block.CHISELED_STONE_BRICKS), + CHISELED_STONE_BRICKS(NamespaceID.from("minecraft:chiseled_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_stone_bricks")), - BROWN_MUSHROOM_BLOCK("minecraft:brown_mushroom_block", 64, Block.BROWN_MUSHROOM_BLOCK), + BROWN_MUSHROOM_BLOCK(NamespaceID.from("minecraft:brown_mushroom_block"), (byte) 64, () -> Registries.getBlock("minecraft:brown_mushroom_block")), - RED_MUSHROOM_BLOCK("minecraft:red_mushroom_block", 64, Block.RED_MUSHROOM_BLOCK), + RED_MUSHROOM_BLOCK(NamespaceID.from("minecraft:red_mushroom_block"), (byte) 64, () -> Registries.getBlock("minecraft:red_mushroom_block")), - MUSHROOM_STEM("minecraft:mushroom_stem", 64, Block.MUSHROOM_STEM), + MUSHROOM_STEM(NamespaceID.from("minecraft:mushroom_stem"), (byte) 64, () -> Registries.getBlock("minecraft:mushroom_stem")), - IRON_BARS("minecraft:iron_bars", 64, Block.IRON_BARS), + IRON_BARS(NamespaceID.from("minecraft:iron_bars"), (byte) 64, () -> Registries.getBlock("minecraft:iron_bars")), - CHAIN("minecraft:chain", 64, Block.CHAIN), + CHAIN(NamespaceID.from("minecraft:chain"), (byte) 64, () -> Registries.getBlock("minecraft:chain")), - GLASS_PANE("minecraft:glass_pane", 64, Block.GLASS_PANE), + GLASS_PANE(NamespaceID.from("minecraft:glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:glass_pane")), - MELON("minecraft:melon", 64, Block.MELON), + MELON(NamespaceID.from("minecraft:melon"), (byte) 64, () -> Registries.getBlock("minecraft:melon")), - VINE("minecraft:vine", 64, Block.VINE), + VINE(NamespaceID.from("minecraft:vine"), (byte) 64, () -> Registries.getBlock("minecraft:vine")), - OAK_FENCE_GATE("minecraft:oak_fence_gate", 64, Block.OAK_FENCE_GATE), + OAK_FENCE_GATE(NamespaceID.from("minecraft:oak_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:oak_fence_gate")), - SPRUCE_FENCE_GATE("minecraft:spruce_fence_gate", 64, Block.SPRUCE_FENCE_GATE), + SPRUCE_FENCE_GATE(NamespaceID.from("minecraft:spruce_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_fence_gate")), - BIRCH_FENCE_GATE("minecraft:birch_fence_gate", 64, Block.BIRCH_FENCE_GATE), + BIRCH_FENCE_GATE(NamespaceID.from("minecraft:birch_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:birch_fence_gate")), - JUNGLE_FENCE_GATE("minecraft:jungle_fence_gate", 64, Block.JUNGLE_FENCE_GATE), + JUNGLE_FENCE_GATE(NamespaceID.from("minecraft:jungle_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_fence_gate")), - ACACIA_FENCE_GATE("minecraft:acacia_fence_gate", 64, Block.ACACIA_FENCE_GATE), + ACACIA_FENCE_GATE(NamespaceID.from("minecraft:acacia_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_fence_gate")), - DARK_OAK_FENCE_GATE("minecraft:dark_oak_fence_gate", 64, Block.DARK_OAK_FENCE_GATE), + DARK_OAK_FENCE_GATE(NamespaceID.from("minecraft:dark_oak_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_fence_gate")), - CRIMSON_FENCE_GATE("minecraft:crimson_fence_gate", 64, Block.CRIMSON_FENCE_GATE), + CRIMSON_FENCE_GATE(NamespaceID.from("minecraft:crimson_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_fence_gate")), - WARPED_FENCE_GATE("minecraft:warped_fence_gate", 64, Block.WARPED_FENCE_GATE), + WARPED_FENCE_GATE(NamespaceID.from("minecraft:warped_fence_gate"), (byte) 64, () -> Registries.getBlock("minecraft:warped_fence_gate")), - BRICK_STAIRS("minecraft:brick_stairs", 64, Block.BRICK_STAIRS), + BRICK_STAIRS(NamespaceID.from("minecraft:brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:brick_stairs")), - STONE_BRICK_STAIRS("minecraft:stone_brick_stairs", 64, Block.STONE_BRICK_STAIRS), + STONE_BRICK_STAIRS(NamespaceID.from("minecraft:stone_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:stone_brick_stairs")), - MYCELIUM("minecraft:mycelium", 64, Block.MYCELIUM), + MYCELIUM(NamespaceID.from("minecraft:mycelium"), (byte) 64, () -> Registries.getBlock("minecraft:mycelium")), - LILY_PAD("minecraft:lily_pad", 64, Block.LILY_PAD), + LILY_PAD(NamespaceID.from("minecraft:lily_pad"), (byte) 64, () -> Registries.getBlock("minecraft:lily_pad")), - NETHER_BRICKS("minecraft:nether_bricks", 64, Block.NETHER_BRICKS), + NETHER_BRICKS(NamespaceID.from("minecraft:nether_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:nether_bricks")), - CRACKED_NETHER_BRICKS("minecraft:cracked_nether_bricks", 64, Block.CRACKED_NETHER_BRICKS), + CRACKED_NETHER_BRICKS(NamespaceID.from("minecraft:cracked_nether_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:cracked_nether_bricks")), - CHISELED_NETHER_BRICKS("minecraft:chiseled_nether_bricks", 64, Block.CHISELED_NETHER_BRICKS), + CHISELED_NETHER_BRICKS(NamespaceID.from("minecraft:chiseled_nether_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_nether_bricks")), - NETHER_BRICK_FENCE("minecraft:nether_brick_fence", 64, Block.NETHER_BRICK_FENCE), + NETHER_BRICK_FENCE(NamespaceID.from("minecraft:nether_brick_fence"), (byte) 64, () -> Registries.getBlock("minecraft:nether_brick_fence")), - NETHER_BRICK_STAIRS("minecraft:nether_brick_stairs", 64, Block.NETHER_BRICK_STAIRS), + NETHER_BRICK_STAIRS(NamespaceID.from("minecraft:nether_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:nether_brick_stairs")), - ENCHANTING_TABLE("minecraft:enchanting_table", 64, Block.ENCHANTING_TABLE), + ENCHANTING_TABLE(NamespaceID.from("minecraft:enchanting_table"), (byte) 64, () -> Registries.getBlock("minecraft:enchanting_table")), - END_PORTAL_FRAME("minecraft:end_portal_frame", 64, Block.END_PORTAL_FRAME), + END_PORTAL_FRAME(NamespaceID.from("minecraft:end_portal_frame"), (byte) 64, () -> Registries.getBlock("minecraft:end_portal_frame")), - END_STONE("minecraft:end_stone", 64, Block.END_STONE), + END_STONE(NamespaceID.from("minecraft:end_stone"), (byte) 64, () -> Registries.getBlock("minecraft:end_stone")), - END_STONE_BRICKS("minecraft:end_stone_bricks", 64, Block.END_STONE_BRICKS), + END_STONE_BRICKS(NamespaceID.from("minecraft:end_stone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:end_stone_bricks")), - DRAGON_EGG("minecraft:dragon_egg", 64, Block.DRAGON_EGG), + DRAGON_EGG(NamespaceID.from("minecraft:dragon_egg"), (byte) 64, () -> Registries.getBlock("minecraft:dragon_egg")), - REDSTONE_LAMP("minecraft:redstone_lamp", 64, Block.REDSTONE_LAMP), + REDSTONE_LAMP(NamespaceID.from("minecraft:redstone_lamp"), (byte) 64, () -> Registries.getBlock("minecraft:redstone_lamp")), - SANDSTONE_STAIRS("minecraft:sandstone_stairs", 64, Block.SANDSTONE_STAIRS), + SANDSTONE_STAIRS(NamespaceID.from("minecraft:sandstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:sandstone_stairs")), - EMERALD_ORE("minecraft:emerald_ore", 64, Block.EMERALD_ORE), + EMERALD_ORE(NamespaceID.from("minecraft:emerald_ore"), (byte) 64, () -> Registries.getBlock("minecraft:emerald_ore")), - ENDER_CHEST("minecraft:ender_chest", 64, Block.ENDER_CHEST), + ENDER_CHEST(NamespaceID.from("minecraft:ender_chest"), (byte) 64, () -> Registries.getBlock("minecraft:ender_chest")), - TRIPWIRE_HOOK("minecraft:tripwire_hook", 64, Block.TRIPWIRE_HOOK), + TRIPWIRE_HOOK(NamespaceID.from("minecraft:tripwire_hook"), (byte) 64, () -> Registries.getBlock("minecraft:tripwire_hook")), - EMERALD_BLOCK("minecraft:emerald_block", 64, Block.EMERALD_BLOCK), + EMERALD_BLOCK(NamespaceID.from("minecraft:emerald_block"), (byte) 64, () -> Registries.getBlock("minecraft:emerald_block")), - SPRUCE_STAIRS("minecraft:spruce_stairs", 64, Block.SPRUCE_STAIRS), + SPRUCE_STAIRS(NamespaceID.from("minecraft:spruce_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_stairs")), - BIRCH_STAIRS("minecraft:birch_stairs", 64, Block.BIRCH_STAIRS), + BIRCH_STAIRS(NamespaceID.from("minecraft:birch_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:birch_stairs")), - JUNGLE_STAIRS("minecraft:jungle_stairs", 64, Block.JUNGLE_STAIRS), + JUNGLE_STAIRS(NamespaceID.from("minecraft:jungle_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_stairs")), - CRIMSON_STAIRS("minecraft:crimson_stairs", 64, Block.CRIMSON_STAIRS), + CRIMSON_STAIRS(NamespaceID.from("minecraft:crimson_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_stairs")), - WARPED_STAIRS("minecraft:warped_stairs", 64, Block.WARPED_STAIRS), + WARPED_STAIRS(NamespaceID.from("minecraft:warped_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:warped_stairs")), - COMMAND_BLOCK("minecraft:command_block", 64, Block.COMMAND_BLOCK), + COMMAND_BLOCK(NamespaceID.from("minecraft:command_block"), (byte) 64, () -> Registries.getBlock("minecraft:command_block")), - BEACON("minecraft:beacon", 64, Block.BEACON), + BEACON(NamespaceID.from("minecraft:beacon"), (byte) 64, () -> Registries.getBlock("minecraft:beacon")), - COBBLESTONE_WALL("minecraft:cobblestone_wall", 64, Block.COBBLESTONE_WALL), + COBBLESTONE_WALL(NamespaceID.from("minecraft:cobblestone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:cobblestone_wall")), - MOSSY_COBBLESTONE_WALL("minecraft:mossy_cobblestone_wall", 64, Block.MOSSY_COBBLESTONE_WALL), + MOSSY_COBBLESTONE_WALL(NamespaceID.from("minecraft:mossy_cobblestone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_cobblestone_wall")), - BRICK_WALL("minecraft:brick_wall", 64, Block.BRICK_WALL), + BRICK_WALL(NamespaceID.from("minecraft:brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:brick_wall")), - PRISMARINE_WALL("minecraft:prismarine_wall", 64, Block.PRISMARINE_WALL), + PRISMARINE_WALL(NamespaceID.from("minecraft:prismarine_wall"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_wall")), - RED_SANDSTONE_WALL("minecraft:red_sandstone_wall", 64, Block.RED_SANDSTONE_WALL), + RED_SANDSTONE_WALL(NamespaceID.from("minecraft:red_sandstone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:red_sandstone_wall")), - MOSSY_STONE_BRICK_WALL("minecraft:mossy_stone_brick_wall", 64, Block.MOSSY_STONE_BRICK_WALL), + MOSSY_STONE_BRICK_WALL(NamespaceID.from("minecraft:mossy_stone_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_stone_brick_wall")), - GRANITE_WALL("minecraft:granite_wall", 64, Block.GRANITE_WALL), + GRANITE_WALL(NamespaceID.from("minecraft:granite_wall"), (byte) 64, () -> Registries.getBlock("minecraft:granite_wall")), - STONE_BRICK_WALL("minecraft:stone_brick_wall", 64, Block.STONE_BRICK_WALL), + STONE_BRICK_WALL(NamespaceID.from("minecraft:stone_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:stone_brick_wall")), - NETHER_BRICK_WALL("minecraft:nether_brick_wall", 64, Block.NETHER_BRICK_WALL), + NETHER_BRICK_WALL(NamespaceID.from("minecraft:nether_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:nether_brick_wall")), - ANDESITE_WALL("minecraft:andesite_wall", 64, Block.ANDESITE_WALL), + ANDESITE_WALL(NamespaceID.from("minecraft:andesite_wall"), (byte) 64, () -> Registries.getBlock("minecraft:andesite_wall")), - RED_NETHER_BRICK_WALL("minecraft:red_nether_brick_wall", 64, Block.RED_NETHER_BRICK_WALL), + RED_NETHER_BRICK_WALL(NamespaceID.from("minecraft:red_nether_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:red_nether_brick_wall")), - SANDSTONE_WALL("minecraft:sandstone_wall", 64, Block.SANDSTONE_WALL), + SANDSTONE_WALL(NamespaceID.from("minecraft:sandstone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:sandstone_wall")), - END_STONE_BRICK_WALL("minecraft:end_stone_brick_wall", 64, Block.END_STONE_BRICK_WALL), + END_STONE_BRICK_WALL(NamespaceID.from("minecraft:end_stone_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:end_stone_brick_wall")), - DIORITE_WALL("minecraft:diorite_wall", 64, Block.DIORITE_WALL), + DIORITE_WALL(NamespaceID.from("minecraft:diorite_wall"), (byte) 64, () -> Registries.getBlock("minecraft:diorite_wall")), - BLACKSTONE_WALL("minecraft:blackstone_wall", 64, Block.BLACKSTONE_WALL), + BLACKSTONE_WALL(NamespaceID.from("minecraft:blackstone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:blackstone_wall")), - POLISHED_BLACKSTONE_WALL("minecraft:polished_blackstone_wall", 64, Block.POLISHED_BLACKSTONE_WALL), + POLISHED_BLACKSTONE_WALL(NamespaceID.from("minecraft:polished_blackstone_wall"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_wall")), - POLISHED_BLACKSTONE_BRICK_WALL("minecraft:polished_blackstone_brick_wall", 64, Block.POLISHED_BLACKSTONE_BRICK_WALL), + POLISHED_BLACKSTONE_BRICK_WALL(NamespaceID.from("minecraft:polished_blackstone_brick_wall"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_brick_wall")), - STONE_BUTTON("minecraft:stone_button", 64, Block.STONE_BUTTON), + STONE_BUTTON(NamespaceID.from("minecraft:stone_button"), (byte) 64, () -> Registries.getBlock("minecraft:stone_button")), - OAK_BUTTON("minecraft:oak_button", 64, Block.OAK_BUTTON), + OAK_BUTTON(NamespaceID.from("minecraft:oak_button"), (byte) 64, () -> Registries.getBlock("minecraft:oak_button")), - SPRUCE_BUTTON("minecraft:spruce_button", 64, Block.SPRUCE_BUTTON), + SPRUCE_BUTTON(NamespaceID.from("minecraft:spruce_button"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_button")), - BIRCH_BUTTON("minecraft:birch_button", 64, Block.BIRCH_BUTTON), + BIRCH_BUTTON(NamespaceID.from("minecraft:birch_button"), (byte) 64, () -> Registries.getBlock("minecraft:birch_button")), - JUNGLE_BUTTON("minecraft:jungle_button", 64, Block.JUNGLE_BUTTON), + JUNGLE_BUTTON(NamespaceID.from("minecraft:jungle_button"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_button")), - ACACIA_BUTTON("minecraft:acacia_button", 64, Block.ACACIA_BUTTON), + ACACIA_BUTTON(NamespaceID.from("minecraft:acacia_button"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_button")), - DARK_OAK_BUTTON("minecraft:dark_oak_button", 64, Block.DARK_OAK_BUTTON), + DARK_OAK_BUTTON(NamespaceID.from("minecraft:dark_oak_button"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_button")), - CRIMSON_BUTTON("minecraft:crimson_button", 64, Block.CRIMSON_BUTTON), + CRIMSON_BUTTON(NamespaceID.from("minecraft:crimson_button"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_button")), - WARPED_BUTTON("minecraft:warped_button", 64, Block.WARPED_BUTTON), + WARPED_BUTTON(NamespaceID.from("minecraft:warped_button"), (byte) 64, () -> Registries.getBlock("minecraft:warped_button")), - POLISHED_BLACKSTONE_BUTTON("minecraft:polished_blackstone_button", 64, Block.POLISHED_BLACKSTONE_BUTTON), + POLISHED_BLACKSTONE_BUTTON(NamespaceID.from("minecraft:polished_blackstone_button"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_button")), - ANVIL("minecraft:anvil", 64, Block.ANVIL), + ANVIL(NamespaceID.from("minecraft:anvil"), (byte) 64, () -> Registries.getBlock("minecraft:anvil")), - CHIPPED_ANVIL("minecraft:chipped_anvil", 64, Block.CHIPPED_ANVIL), + CHIPPED_ANVIL(NamespaceID.from("minecraft:chipped_anvil"), (byte) 64, () -> Registries.getBlock("minecraft:chipped_anvil")), - DAMAGED_ANVIL("minecraft:damaged_anvil", 64, Block.DAMAGED_ANVIL), + DAMAGED_ANVIL(NamespaceID.from("minecraft:damaged_anvil"), (byte) 64, () -> Registries.getBlock("minecraft:damaged_anvil")), - TRAPPED_CHEST("minecraft:trapped_chest", 64, Block.TRAPPED_CHEST), + TRAPPED_CHEST(NamespaceID.from("minecraft:trapped_chest"), (byte) 64, () -> Registries.getBlock("minecraft:trapped_chest")), - LIGHT_WEIGHTED_PRESSURE_PLATE("minecraft:light_weighted_pressure_plate", 64, Block.LIGHT_WEIGHTED_PRESSURE_PLATE), + LIGHT_WEIGHTED_PRESSURE_PLATE(NamespaceID.from("minecraft:light_weighted_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:light_weighted_pressure_plate")), - HEAVY_WEIGHTED_PRESSURE_PLATE("minecraft:heavy_weighted_pressure_plate", 64, Block.HEAVY_WEIGHTED_PRESSURE_PLATE), + HEAVY_WEIGHTED_PRESSURE_PLATE(NamespaceID.from("minecraft:heavy_weighted_pressure_plate"), (byte) 64, () -> Registries.getBlock("minecraft:heavy_weighted_pressure_plate")), - DAYLIGHT_DETECTOR("minecraft:daylight_detector", 64, Block.DAYLIGHT_DETECTOR), + DAYLIGHT_DETECTOR(NamespaceID.from("minecraft:daylight_detector"), (byte) 64, () -> Registries.getBlock("minecraft:daylight_detector")), - REDSTONE_BLOCK("minecraft:redstone_block", 64, Block.REDSTONE_BLOCK), + REDSTONE_BLOCK(NamespaceID.from("minecraft:redstone_block"), (byte) 64, () -> Registries.getBlock("minecraft:redstone_block")), - NETHER_QUARTZ_ORE("minecraft:nether_quartz_ore", 64, Block.NETHER_QUARTZ_ORE), + NETHER_QUARTZ_ORE(NamespaceID.from("minecraft:nether_quartz_ore"), (byte) 64, () -> Registries.getBlock("minecraft:nether_quartz_ore")), - HOPPER("minecraft:hopper", 64, Block.HOPPER), + HOPPER(NamespaceID.from("minecraft:hopper"), (byte) 64, () -> Registries.getBlock("minecraft:hopper")), - CHISELED_QUARTZ_BLOCK("minecraft:chiseled_quartz_block", 64, Block.CHISELED_QUARTZ_BLOCK), + CHISELED_QUARTZ_BLOCK(NamespaceID.from("minecraft:chiseled_quartz_block"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_quartz_block")), - QUARTZ_BLOCK("minecraft:quartz_block", 64, Block.QUARTZ_BLOCK), + QUARTZ_BLOCK(NamespaceID.from("minecraft:quartz_block"), (byte) 64, () -> Registries.getBlock("minecraft:quartz_block")), - QUARTZ_BRICKS("minecraft:quartz_bricks", 64, Block.QUARTZ_BRICKS), + QUARTZ_BRICKS(NamespaceID.from("minecraft:quartz_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:quartz_bricks")), - QUARTZ_PILLAR("minecraft:quartz_pillar", 64, Block.QUARTZ_PILLAR), + QUARTZ_PILLAR(NamespaceID.from("minecraft:quartz_pillar"), (byte) 64, () -> Registries.getBlock("minecraft:quartz_pillar")), - QUARTZ_STAIRS("minecraft:quartz_stairs", 64, Block.QUARTZ_STAIRS), + QUARTZ_STAIRS(NamespaceID.from("minecraft:quartz_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:quartz_stairs")), - ACTIVATOR_RAIL("minecraft:activator_rail", 64, Block.ACTIVATOR_RAIL), + ACTIVATOR_RAIL(NamespaceID.from("minecraft:activator_rail"), (byte) 64, () -> Registries.getBlock("minecraft:activator_rail")), - DROPPER("minecraft:dropper", 64, Block.DROPPER), + DROPPER(NamespaceID.from("minecraft:dropper"), (byte) 64, () -> Registries.getBlock("minecraft:dropper")), - WHITE_TERRACOTTA("minecraft:white_terracotta", 64, Block.WHITE_TERRACOTTA), + WHITE_TERRACOTTA(NamespaceID.from("minecraft:white_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:white_terracotta")), - ORANGE_TERRACOTTA("minecraft:orange_terracotta", 64, Block.ORANGE_TERRACOTTA), + ORANGE_TERRACOTTA(NamespaceID.from("minecraft:orange_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:orange_terracotta")), - MAGENTA_TERRACOTTA("minecraft:magenta_terracotta", 64, Block.MAGENTA_TERRACOTTA), + MAGENTA_TERRACOTTA(NamespaceID.from("minecraft:magenta_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_terracotta")), - LIGHT_BLUE_TERRACOTTA("minecraft:light_blue_terracotta", 64, Block.LIGHT_BLUE_TERRACOTTA), + LIGHT_BLUE_TERRACOTTA(NamespaceID.from("minecraft:light_blue_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_terracotta")), - YELLOW_TERRACOTTA("minecraft:yellow_terracotta", 64, Block.YELLOW_TERRACOTTA), + YELLOW_TERRACOTTA(NamespaceID.from("minecraft:yellow_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_terracotta")), - LIME_TERRACOTTA("minecraft:lime_terracotta", 64, Block.LIME_TERRACOTTA), + LIME_TERRACOTTA(NamespaceID.from("minecraft:lime_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:lime_terracotta")), - PINK_TERRACOTTA("minecraft:pink_terracotta", 64, Block.PINK_TERRACOTTA), + PINK_TERRACOTTA(NamespaceID.from("minecraft:pink_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:pink_terracotta")), - GRAY_TERRACOTTA("minecraft:gray_terracotta", 64, Block.GRAY_TERRACOTTA), + GRAY_TERRACOTTA(NamespaceID.from("minecraft:gray_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:gray_terracotta")), - LIGHT_GRAY_TERRACOTTA("minecraft:light_gray_terracotta", 64, Block.LIGHT_GRAY_TERRACOTTA), + LIGHT_GRAY_TERRACOTTA(NamespaceID.from("minecraft:light_gray_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_terracotta")), - CYAN_TERRACOTTA("minecraft:cyan_terracotta", 64, Block.CYAN_TERRACOTTA), + CYAN_TERRACOTTA(NamespaceID.from("minecraft:cyan_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_terracotta")), - PURPLE_TERRACOTTA("minecraft:purple_terracotta", 64, Block.PURPLE_TERRACOTTA), + PURPLE_TERRACOTTA(NamespaceID.from("minecraft:purple_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:purple_terracotta")), - BLUE_TERRACOTTA("minecraft:blue_terracotta", 64, Block.BLUE_TERRACOTTA), + BLUE_TERRACOTTA(NamespaceID.from("minecraft:blue_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:blue_terracotta")), - BROWN_TERRACOTTA("minecraft:brown_terracotta", 64, Block.BROWN_TERRACOTTA), + BROWN_TERRACOTTA(NamespaceID.from("minecraft:brown_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:brown_terracotta")), - GREEN_TERRACOTTA("minecraft:green_terracotta", 64, Block.GREEN_TERRACOTTA), + GREEN_TERRACOTTA(NamespaceID.from("minecraft:green_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:green_terracotta")), - RED_TERRACOTTA("minecraft:red_terracotta", 64, Block.RED_TERRACOTTA), + RED_TERRACOTTA(NamespaceID.from("minecraft:red_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:red_terracotta")), - BLACK_TERRACOTTA("minecraft:black_terracotta", 64, Block.BLACK_TERRACOTTA), + BLACK_TERRACOTTA(NamespaceID.from("minecraft:black_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:black_terracotta")), - BARRIER("minecraft:barrier", 64, Block.BARRIER), + BARRIER(NamespaceID.from("minecraft:barrier"), (byte) 64, () -> Registries.getBlock("minecraft:barrier")), - IRON_TRAPDOOR("minecraft:iron_trapdoor", 64, Block.IRON_TRAPDOOR), + IRON_TRAPDOOR(NamespaceID.from("minecraft:iron_trapdoor"), (byte) 64, () -> Registries.getBlock("minecraft:iron_trapdoor")), - HAY_BLOCK("minecraft:hay_block", 64, Block.HAY_BLOCK), + HAY_BLOCK(NamespaceID.from("minecraft:hay_block"), (byte) 64, () -> Registries.getBlock("minecraft:hay_block")), - WHITE_CARPET("minecraft:white_carpet", 64, Block.WHITE_CARPET), + WHITE_CARPET(NamespaceID.from("minecraft:white_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:white_carpet")), - ORANGE_CARPET("minecraft:orange_carpet", 64, Block.ORANGE_CARPET), + ORANGE_CARPET(NamespaceID.from("minecraft:orange_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:orange_carpet")), - MAGENTA_CARPET("minecraft:magenta_carpet", 64, Block.MAGENTA_CARPET), + MAGENTA_CARPET(NamespaceID.from("minecraft:magenta_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_carpet")), - LIGHT_BLUE_CARPET("minecraft:light_blue_carpet", 64, Block.LIGHT_BLUE_CARPET), + LIGHT_BLUE_CARPET(NamespaceID.from("minecraft:light_blue_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_carpet")), - YELLOW_CARPET("minecraft:yellow_carpet", 64, Block.YELLOW_CARPET), + YELLOW_CARPET(NamespaceID.from("minecraft:yellow_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_carpet")), - LIME_CARPET("minecraft:lime_carpet", 64, Block.LIME_CARPET), + LIME_CARPET(NamespaceID.from("minecraft:lime_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:lime_carpet")), - PINK_CARPET("minecraft:pink_carpet", 64, Block.PINK_CARPET), + PINK_CARPET(NamespaceID.from("minecraft:pink_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:pink_carpet")), - GRAY_CARPET("minecraft:gray_carpet", 64, Block.GRAY_CARPET), + GRAY_CARPET(NamespaceID.from("minecraft:gray_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:gray_carpet")), - LIGHT_GRAY_CARPET("minecraft:light_gray_carpet", 64, Block.LIGHT_GRAY_CARPET), + LIGHT_GRAY_CARPET(NamespaceID.from("minecraft:light_gray_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_carpet")), - CYAN_CARPET("minecraft:cyan_carpet", 64, Block.CYAN_CARPET), + CYAN_CARPET(NamespaceID.from("minecraft:cyan_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_carpet")), - PURPLE_CARPET("minecraft:purple_carpet", 64, Block.PURPLE_CARPET), + PURPLE_CARPET(NamespaceID.from("minecraft:purple_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:purple_carpet")), - BLUE_CARPET("minecraft:blue_carpet", 64, Block.BLUE_CARPET), + BLUE_CARPET(NamespaceID.from("minecraft:blue_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:blue_carpet")), - BROWN_CARPET("minecraft:brown_carpet", 64, Block.BROWN_CARPET), + BROWN_CARPET(NamespaceID.from("minecraft:brown_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:brown_carpet")), - GREEN_CARPET("minecraft:green_carpet", 64, Block.GREEN_CARPET), + GREEN_CARPET(NamespaceID.from("minecraft:green_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:green_carpet")), - RED_CARPET("minecraft:red_carpet", 64, Block.RED_CARPET), + RED_CARPET(NamespaceID.from("minecraft:red_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:red_carpet")), - BLACK_CARPET("minecraft:black_carpet", 64, Block.BLACK_CARPET), + BLACK_CARPET(NamespaceID.from("minecraft:black_carpet"), (byte) 64, () -> Registries.getBlock("minecraft:black_carpet")), - TERRACOTTA("minecraft:terracotta", 64, Block.TERRACOTTA), + TERRACOTTA(NamespaceID.from("minecraft:terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:terracotta")), - COAL_BLOCK("minecraft:coal_block", 64, Block.COAL_BLOCK), + COAL_BLOCK(NamespaceID.from("minecraft:coal_block"), (byte) 64, () -> Registries.getBlock("minecraft:coal_block")), - PACKED_ICE("minecraft:packed_ice", 64, Block.PACKED_ICE), + PACKED_ICE(NamespaceID.from("minecraft:packed_ice"), (byte) 64, () -> Registries.getBlock("minecraft:packed_ice")), - ACACIA_STAIRS("minecraft:acacia_stairs", 64, Block.ACACIA_STAIRS), + ACACIA_STAIRS(NamespaceID.from("minecraft:acacia_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_stairs")), - DARK_OAK_STAIRS("minecraft:dark_oak_stairs", 64, Block.DARK_OAK_STAIRS), + DARK_OAK_STAIRS(NamespaceID.from("minecraft:dark_oak_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_stairs")), - SLIME_BLOCK("minecraft:slime_block", 64, Block.SLIME_BLOCK), + SLIME_BLOCK(NamespaceID.from("minecraft:slime_block"), (byte) 64, () -> Registries.getBlock("minecraft:slime_block")), - GRASS_PATH("minecraft:grass_path", 64, Block.GRASS_PATH), + GRASS_PATH(NamespaceID.from("minecraft:grass_path"), (byte) 64, () -> Registries.getBlock("minecraft:grass_path")), - SUNFLOWER("minecraft:sunflower", 64, Block.SUNFLOWER), + SUNFLOWER(NamespaceID.from("minecraft:sunflower"), (byte) 64, () -> Registries.getBlock("minecraft:sunflower")), - LILAC("minecraft:lilac", 64, Block.LILAC), + LILAC(NamespaceID.from("minecraft:lilac"), (byte) 64, () -> Registries.getBlock("minecraft:lilac")), - ROSE_BUSH("minecraft:rose_bush", 64, Block.ROSE_BUSH), + ROSE_BUSH(NamespaceID.from("minecraft:rose_bush"), (byte) 64, () -> Registries.getBlock("minecraft:rose_bush")), - PEONY("minecraft:peony", 64, Block.PEONY), + PEONY(NamespaceID.from("minecraft:peony"), (byte) 64, () -> Registries.getBlock("minecraft:peony")), - TALL_GRASS("minecraft:tall_grass", 64, Block.TALL_GRASS), + TALL_GRASS(NamespaceID.from("minecraft:tall_grass"), (byte) 64, () -> Registries.getBlock("minecraft:tall_grass")), - LARGE_FERN("minecraft:large_fern", 64, Block.LARGE_FERN), + LARGE_FERN(NamespaceID.from("minecraft:large_fern"), (byte) 64, () -> Registries.getBlock("minecraft:large_fern")), - WHITE_STAINED_GLASS("minecraft:white_stained_glass", 64, Block.WHITE_STAINED_GLASS), + WHITE_STAINED_GLASS(NamespaceID.from("minecraft:white_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:white_stained_glass")), - ORANGE_STAINED_GLASS("minecraft:orange_stained_glass", 64, Block.ORANGE_STAINED_GLASS), + ORANGE_STAINED_GLASS(NamespaceID.from("minecraft:orange_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:orange_stained_glass")), - MAGENTA_STAINED_GLASS("minecraft:magenta_stained_glass", 64, Block.MAGENTA_STAINED_GLASS), + MAGENTA_STAINED_GLASS(NamespaceID.from("minecraft:magenta_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_stained_glass")), - LIGHT_BLUE_STAINED_GLASS("minecraft:light_blue_stained_glass", 64, Block.LIGHT_BLUE_STAINED_GLASS), + LIGHT_BLUE_STAINED_GLASS(NamespaceID.from("minecraft:light_blue_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_stained_glass")), - YELLOW_STAINED_GLASS("minecraft:yellow_stained_glass", 64, Block.YELLOW_STAINED_GLASS), + YELLOW_STAINED_GLASS(NamespaceID.from("minecraft:yellow_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_stained_glass")), - LIME_STAINED_GLASS("minecraft:lime_stained_glass", 64, Block.LIME_STAINED_GLASS), + LIME_STAINED_GLASS(NamespaceID.from("minecraft:lime_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:lime_stained_glass")), - PINK_STAINED_GLASS("minecraft:pink_stained_glass", 64, Block.PINK_STAINED_GLASS), + PINK_STAINED_GLASS(NamespaceID.from("minecraft:pink_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:pink_stained_glass")), - GRAY_STAINED_GLASS("minecraft:gray_stained_glass", 64, Block.GRAY_STAINED_GLASS), + GRAY_STAINED_GLASS(NamespaceID.from("minecraft:gray_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:gray_stained_glass")), - LIGHT_GRAY_STAINED_GLASS("minecraft:light_gray_stained_glass", 64, Block.LIGHT_GRAY_STAINED_GLASS), + LIGHT_GRAY_STAINED_GLASS(NamespaceID.from("minecraft:light_gray_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_stained_glass")), - CYAN_STAINED_GLASS("minecraft:cyan_stained_glass", 64, Block.CYAN_STAINED_GLASS), + CYAN_STAINED_GLASS(NamespaceID.from("minecraft:cyan_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_stained_glass")), - PURPLE_STAINED_GLASS("minecraft:purple_stained_glass", 64, Block.PURPLE_STAINED_GLASS), + PURPLE_STAINED_GLASS(NamespaceID.from("minecraft:purple_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:purple_stained_glass")), - BLUE_STAINED_GLASS("minecraft:blue_stained_glass", 64, Block.BLUE_STAINED_GLASS), + BLUE_STAINED_GLASS(NamespaceID.from("minecraft:blue_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:blue_stained_glass")), - BROWN_STAINED_GLASS("minecraft:brown_stained_glass", 64, Block.BROWN_STAINED_GLASS), + BROWN_STAINED_GLASS(NamespaceID.from("minecraft:brown_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:brown_stained_glass")), - GREEN_STAINED_GLASS("minecraft:green_stained_glass", 64, Block.GREEN_STAINED_GLASS), + GREEN_STAINED_GLASS(NamespaceID.from("minecraft:green_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:green_stained_glass")), - RED_STAINED_GLASS("minecraft:red_stained_glass", 64, Block.RED_STAINED_GLASS), + RED_STAINED_GLASS(NamespaceID.from("minecraft:red_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:red_stained_glass")), - BLACK_STAINED_GLASS("minecraft:black_stained_glass", 64, Block.BLACK_STAINED_GLASS), + BLACK_STAINED_GLASS(NamespaceID.from("minecraft:black_stained_glass"), (byte) 64, () -> Registries.getBlock("minecraft:black_stained_glass")), - WHITE_STAINED_GLASS_PANE("minecraft:white_stained_glass_pane", 64, Block.WHITE_STAINED_GLASS_PANE), + WHITE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:white_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:white_stained_glass_pane")), - ORANGE_STAINED_GLASS_PANE("minecraft:orange_stained_glass_pane", 64, Block.ORANGE_STAINED_GLASS_PANE), + ORANGE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:orange_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:orange_stained_glass_pane")), - MAGENTA_STAINED_GLASS_PANE("minecraft:magenta_stained_glass_pane", 64, Block.MAGENTA_STAINED_GLASS_PANE), + MAGENTA_STAINED_GLASS_PANE(NamespaceID.from("minecraft:magenta_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_stained_glass_pane")), - LIGHT_BLUE_STAINED_GLASS_PANE("minecraft:light_blue_stained_glass_pane", 64, Block.LIGHT_BLUE_STAINED_GLASS_PANE), + LIGHT_BLUE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:light_blue_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_stained_glass_pane")), - YELLOW_STAINED_GLASS_PANE("minecraft:yellow_stained_glass_pane", 64, Block.YELLOW_STAINED_GLASS_PANE), + YELLOW_STAINED_GLASS_PANE(NamespaceID.from("minecraft:yellow_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_stained_glass_pane")), - LIME_STAINED_GLASS_PANE("minecraft:lime_stained_glass_pane", 64, Block.LIME_STAINED_GLASS_PANE), + LIME_STAINED_GLASS_PANE(NamespaceID.from("minecraft:lime_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:lime_stained_glass_pane")), - PINK_STAINED_GLASS_PANE("minecraft:pink_stained_glass_pane", 64, Block.PINK_STAINED_GLASS_PANE), + PINK_STAINED_GLASS_PANE(NamespaceID.from("minecraft:pink_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:pink_stained_glass_pane")), - GRAY_STAINED_GLASS_PANE("minecraft:gray_stained_glass_pane", 64, Block.GRAY_STAINED_GLASS_PANE), + GRAY_STAINED_GLASS_PANE(NamespaceID.from("minecraft:gray_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:gray_stained_glass_pane")), - LIGHT_GRAY_STAINED_GLASS_PANE("minecraft:light_gray_stained_glass_pane", 64, Block.LIGHT_GRAY_STAINED_GLASS_PANE), + LIGHT_GRAY_STAINED_GLASS_PANE(NamespaceID.from("minecraft:light_gray_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_stained_glass_pane")), - CYAN_STAINED_GLASS_PANE("minecraft:cyan_stained_glass_pane", 64, Block.CYAN_STAINED_GLASS_PANE), + CYAN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:cyan_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_stained_glass_pane")), - PURPLE_STAINED_GLASS_PANE("minecraft:purple_stained_glass_pane", 64, Block.PURPLE_STAINED_GLASS_PANE), + PURPLE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:purple_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:purple_stained_glass_pane")), - BLUE_STAINED_GLASS_PANE("minecraft:blue_stained_glass_pane", 64, Block.BLUE_STAINED_GLASS_PANE), + BLUE_STAINED_GLASS_PANE(NamespaceID.from("minecraft:blue_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:blue_stained_glass_pane")), - BROWN_STAINED_GLASS_PANE("minecraft:brown_stained_glass_pane", 64, Block.BROWN_STAINED_GLASS_PANE), + BROWN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:brown_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:brown_stained_glass_pane")), - GREEN_STAINED_GLASS_PANE("minecraft:green_stained_glass_pane", 64, Block.GREEN_STAINED_GLASS_PANE), + GREEN_STAINED_GLASS_PANE(NamespaceID.from("minecraft:green_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:green_stained_glass_pane")), - RED_STAINED_GLASS_PANE("minecraft:red_stained_glass_pane", 64, Block.RED_STAINED_GLASS_PANE), + RED_STAINED_GLASS_PANE(NamespaceID.from("minecraft:red_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:red_stained_glass_pane")), - BLACK_STAINED_GLASS_PANE("minecraft:black_stained_glass_pane", 64, Block.BLACK_STAINED_GLASS_PANE), + BLACK_STAINED_GLASS_PANE(NamespaceID.from("minecraft:black_stained_glass_pane"), (byte) 64, () -> Registries.getBlock("minecraft:black_stained_glass_pane")), - PRISMARINE("minecraft:prismarine", 64, Block.PRISMARINE), + PRISMARINE(NamespaceID.from("minecraft:prismarine"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine")), - PRISMARINE_BRICKS("minecraft:prismarine_bricks", 64, Block.PRISMARINE_BRICKS), + PRISMARINE_BRICKS(NamespaceID.from("minecraft:prismarine_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_bricks")), - DARK_PRISMARINE("minecraft:dark_prismarine", 64, Block.DARK_PRISMARINE), + DARK_PRISMARINE(NamespaceID.from("minecraft:dark_prismarine"), (byte) 64, () -> Registries.getBlock("minecraft:dark_prismarine")), - PRISMARINE_STAIRS("minecraft:prismarine_stairs", 64, Block.PRISMARINE_STAIRS), + PRISMARINE_STAIRS(NamespaceID.from("minecraft:prismarine_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_stairs")), - PRISMARINE_BRICK_STAIRS("minecraft:prismarine_brick_stairs", 64, Block.PRISMARINE_BRICK_STAIRS), + PRISMARINE_BRICK_STAIRS(NamespaceID.from("minecraft:prismarine_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:prismarine_brick_stairs")), - DARK_PRISMARINE_STAIRS("minecraft:dark_prismarine_stairs", 64, Block.DARK_PRISMARINE_STAIRS), + DARK_PRISMARINE_STAIRS(NamespaceID.from("minecraft:dark_prismarine_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:dark_prismarine_stairs")), - SEA_LANTERN("minecraft:sea_lantern", 64, Block.SEA_LANTERN), + SEA_LANTERN(NamespaceID.from("minecraft:sea_lantern"), (byte) 64, () -> Registries.getBlock("minecraft:sea_lantern")), - RED_SANDSTONE("minecraft:red_sandstone", 64, Block.RED_SANDSTONE), + RED_SANDSTONE(NamespaceID.from("minecraft:red_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:red_sandstone")), - CHISELED_RED_SANDSTONE("minecraft:chiseled_red_sandstone", 64, Block.CHISELED_RED_SANDSTONE), + CHISELED_RED_SANDSTONE(NamespaceID.from("minecraft:chiseled_red_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_red_sandstone")), - CUT_RED_SANDSTONE("minecraft:cut_red_sandstone", 64, Block.CUT_RED_SANDSTONE), + CUT_RED_SANDSTONE(NamespaceID.from("minecraft:cut_red_sandstone"), (byte) 64, () -> Registries.getBlock("minecraft:cut_red_sandstone")), - RED_SANDSTONE_STAIRS("minecraft:red_sandstone_stairs", 64, Block.RED_SANDSTONE_STAIRS), + RED_SANDSTONE_STAIRS(NamespaceID.from("minecraft:red_sandstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:red_sandstone_stairs")), - REPEATING_COMMAND_BLOCK("minecraft:repeating_command_block", 64, Block.REPEATING_COMMAND_BLOCK), + REPEATING_COMMAND_BLOCK(NamespaceID.from("minecraft:repeating_command_block"), (byte) 64, () -> Registries.getBlock("minecraft:repeating_command_block")), - CHAIN_COMMAND_BLOCK("minecraft:chain_command_block", 64, Block.CHAIN_COMMAND_BLOCK), + CHAIN_COMMAND_BLOCK(NamespaceID.from("minecraft:chain_command_block"), (byte) 64, () -> Registries.getBlock("minecraft:chain_command_block")), - MAGMA_BLOCK("minecraft:magma_block", 64, Block.MAGMA_BLOCK), + MAGMA_BLOCK(NamespaceID.from("minecraft:magma_block"), (byte) 64, () -> Registries.getBlock("minecraft:magma_block")), - NETHER_WART_BLOCK("minecraft:nether_wart_block", 64, Block.NETHER_WART_BLOCK), + NETHER_WART_BLOCK(NamespaceID.from("minecraft:nether_wart_block"), (byte) 64, () -> Registries.getBlock("minecraft:nether_wart_block")), - WARPED_WART_BLOCK("minecraft:warped_wart_block", 64, Block.WARPED_WART_BLOCK), + WARPED_WART_BLOCK(NamespaceID.from("minecraft:warped_wart_block"), (byte) 64, () -> Registries.getBlock("minecraft:warped_wart_block")), - RED_NETHER_BRICKS("minecraft:red_nether_bricks", 64, Block.RED_NETHER_BRICKS), + RED_NETHER_BRICKS(NamespaceID.from("minecraft:red_nether_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:red_nether_bricks")), - BONE_BLOCK("minecraft:bone_block", 64, Block.BONE_BLOCK), + BONE_BLOCK(NamespaceID.from("minecraft:bone_block"), (byte) 64, () -> Registries.getBlock("minecraft:bone_block")), - STRUCTURE_VOID("minecraft:structure_void", 64, Block.STRUCTURE_VOID), + STRUCTURE_VOID(NamespaceID.from("minecraft:structure_void"), (byte) 64, () -> Registries.getBlock("minecraft:structure_void")), - OBSERVER("minecraft:observer", 64, Block.OBSERVER), + OBSERVER(NamespaceID.from("minecraft:observer"), (byte) 64, () -> Registries.getBlock("minecraft:observer")), - SHULKER_BOX("minecraft:shulker_box", 1, Block.SHULKER_BOX), + SHULKER_BOX(NamespaceID.from("minecraft:shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:shulker_box")), - WHITE_SHULKER_BOX("minecraft:white_shulker_box", 1, Block.WHITE_SHULKER_BOX), + WHITE_SHULKER_BOX(NamespaceID.from("minecraft:white_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:white_shulker_box")), - ORANGE_SHULKER_BOX("minecraft:orange_shulker_box", 1, Block.ORANGE_SHULKER_BOX), + ORANGE_SHULKER_BOX(NamespaceID.from("minecraft:orange_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:orange_shulker_box")), - MAGENTA_SHULKER_BOX("minecraft:magenta_shulker_box", 1, Block.MAGENTA_SHULKER_BOX), + MAGENTA_SHULKER_BOX(NamespaceID.from("minecraft:magenta_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:magenta_shulker_box")), - LIGHT_BLUE_SHULKER_BOX("minecraft:light_blue_shulker_box", 1, Block.LIGHT_BLUE_SHULKER_BOX), + LIGHT_BLUE_SHULKER_BOX(NamespaceID.from("minecraft:light_blue_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:light_blue_shulker_box")), - YELLOW_SHULKER_BOX("minecraft:yellow_shulker_box", 1, Block.YELLOW_SHULKER_BOX), + YELLOW_SHULKER_BOX(NamespaceID.from("minecraft:yellow_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:yellow_shulker_box")), - LIME_SHULKER_BOX("minecraft:lime_shulker_box", 1, Block.LIME_SHULKER_BOX), + LIME_SHULKER_BOX(NamespaceID.from("minecraft:lime_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:lime_shulker_box")), - PINK_SHULKER_BOX("minecraft:pink_shulker_box", 1, Block.PINK_SHULKER_BOX), + PINK_SHULKER_BOX(NamespaceID.from("minecraft:pink_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:pink_shulker_box")), - GRAY_SHULKER_BOX("minecraft:gray_shulker_box", 1, Block.GRAY_SHULKER_BOX), + GRAY_SHULKER_BOX(NamespaceID.from("minecraft:gray_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:gray_shulker_box")), - LIGHT_GRAY_SHULKER_BOX("minecraft:light_gray_shulker_box", 1, Block.LIGHT_GRAY_SHULKER_BOX), + LIGHT_GRAY_SHULKER_BOX(NamespaceID.from("minecraft:light_gray_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:light_gray_shulker_box")), - CYAN_SHULKER_BOX("minecraft:cyan_shulker_box", 1, Block.CYAN_SHULKER_BOX), + CYAN_SHULKER_BOX(NamespaceID.from("minecraft:cyan_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:cyan_shulker_box")), - PURPLE_SHULKER_BOX("minecraft:purple_shulker_box", 1, Block.PURPLE_SHULKER_BOX), + PURPLE_SHULKER_BOX(NamespaceID.from("minecraft:purple_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:purple_shulker_box")), - BLUE_SHULKER_BOX("minecraft:blue_shulker_box", 1, Block.BLUE_SHULKER_BOX), + BLUE_SHULKER_BOX(NamespaceID.from("minecraft:blue_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:blue_shulker_box")), - BROWN_SHULKER_BOX("minecraft:brown_shulker_box", 1, Block.BROWN_SHULKER_BOX), + BROWN_SHULKER_BOX(NamespaceID.from("minecraft:brown_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:brown_shulker_box")), - GREEN_SHULKER_BOX("minecraft:green_shulker_box", 1, Block.GREEN_SHULKER_BOX), + GREEN_SHULKER_BOX(NamespaceID.from("minecraft:green_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:green_shulker_box")), - RED_SHULKER_BOX("minecraft:red_shulker_box", 1, Block.RED_SHULKER_BOX), + RED_SHULKER_BOX(NamespaceID.from("minecraft:red_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:red_shulker_box")), - BLACK_SHULKER_BOX("minecraft:black_shulker_box", 1, Block.BLACK_SHULKER_BOX), + BLACK_SHULKER_BOX(NamespaceID.from("minecraft:black_shulker_box"), (byte) 1, () -> Registries.getBlock("minecraft:black_shulker_box")), - WHITE_GLAZED_TERRACOTTA("minecraft:white_glazed_terracotta", 64, Block.WHITE_GLAZED_TERRACOTTA), + WHITE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:white_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:white_glazed_terracotta")), - ORANGE_GLAZED_TERRACOTTA("minecraft:orange_glazed_terracotta", 64, Block.ORANGE_GLAZED_TERRACOTTA), + ORANGE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:orange_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:orange_glazed_terracotta")), - MAGENTA_GLAZED_TERRACOTTA("minecraft:magenta_glazed_terracotta", 64, Block.MAGENTA_GLAZED_TERRACOTTA), + MAGENTA_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:magenta_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_glazed_terracotta")), - LIGHT_BLUE_GLAZED_TERRACOTTA("minecraft:light_blue_glazed_terracotta", 64, Block.LIGHT_BLUE_GLAZED_TERRACOTTA), + LIGHT_BLUE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:light_blue_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_glazed_terracotta")), - YELLOW_GLAZED_TERRACOTTA("minecraft:yellow_glazed_terracotta", 64, Block.YELLOW_GLAZED_TERRACOTTA), + YELLOW_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:yellow_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_glazed_terracotta")), - LIME_GLAZED_TERRACOTTA("minecraft:lime_glazed_terracotta", 64, Block.LIME_GLAZED_TERRACOTTA), + LIME_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:lime_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:lime_glazed_terracotta")), - PINK_GLAZED_TERRACOTTA("minecraft:pink_glazed_terracotta", 64, Block.PINK_GLAZED_TERRACOTTA), + PINK_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:pink_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:pink_glazed_terracotta")), - GRAY_GLAZED_TERRACOTTA("minecraft:gray_glazed_terracotta", 64, Block.GRAY_GLAZED_TERRACOTTA), + GRAY_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:gray_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:gray_glazed_terracotta")), - LIGHT_GRAY_GLAZED_TERRACOTTA("minecraft:light_gray_glazed_terracotta", 64, Block.LIGHT_GRAY_GLAZED_TERRACOTTA), + LIGHT_GRAY_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:light_gray_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_glazed_terracotta")), - CYAN_GLAZED_TERRACOTTA("minecraft:cyan_glazed_terracotta", 64, Block.CYAN_GLAZED_TERRACOTTA), + CYAN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:cyan_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_glazed_terracotta")), - PURPLE_GLAZED_TERRACOTTA("minecraft:purple_glazed_terracotta", 64, Block.PURPLE_GLAZED_TERRACOTTA), + PURPLE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:purple_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:purple_glazed_terracotta")), - BLUE_GLAZED_TERRACOTTA("minecraft:blue_glazed_terracotta", 64, Block.BLUE_GLAZED_TERRACOTTA), + BLUE_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:blue_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:blue_glazed_terracotta")), - BROWN_GLAZED_TERRACOTTA("minecraft:brown_glazed_terracotta", 64, Block.BROWN_GLAZED_TERRACOTTA), + BROWN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:brown_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:brown_glazed_terracotta")), - GREEN_GLAZED_TERRACOTTA("minecraft:green_glazed_terracotta", 64, Block.GREEN_GLAZED_TERRACOTTA), + GREEN_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:green_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:green_glazed_terracotta")), - RED_GLAZED_TERRACOTTA("minecraft:red_glazed_terracotta", 64, Block.RED_GLAZED_TERRACOTTA), + RED_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:red_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:red_glazed_terracotta")), - BLACK_GLAZED_TERRACOTTA("minecraft:black_glazed_terracotta", 64, Block.BLACK_GLAZED_TERRACOTTA), + BLACK_GLAZED_TERRACOTTA(NamespaceID.from("minecraft:black_glazed_terracotta"), (byte) 64, () -> Registries.getBlock("minecraft:black_glazed_terracotta")), - WHITE_CONCRETE("minecraft:white_concrete", 64, Block.WHITE_CONCRETE), + WHITE_CONCRETE(NamespaceID.from("minecraft:white_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:white_concrete")), - ORANGE_CONCRETE("minecraft:orange_concrete", 64, Block.ORANGE_CONCRETE), + ORANGE_CONCRETE(NamespaceID.from("minecraft:orange_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:orange_concrete")), - MAGENTA_CONCRETE("minecraft:magenta_concrete", 64, Block.MAGENTA_CONCRETE), + MAGENTA_CONCRETE(NamespaceID.from("minecraft:magenta_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_concrete")), - LIGHT_BLUE_CONCRETE("minecraft:light_blue_concrete", 64, Block.LIGHT_BLUE_CONCRETE), + LIGHT_BLUE_CONCRETE(NamespaceID.from("minecraft:light_blue_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_concrete")), - YELLOW_CONCRETE("minecraft:yellow_concrete", 64, Block.YELLOW_CONCRETE), + YELLOW_CONCRETE(NamespaceID.from("minecraft:yellow_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_concrete")), - LIME_CONCRETE("minecraft:lime_concrete", 64, Block.LIME_CONCRETE), + LIME_CONCRETE(NamespaceID.from("minecraft:lime_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:lime_concrete")), - PINK_CONCRETE("minecraft:pink_concrete", 64, Block.PINK_CONCRETE), + PINK_CONCRETE(NamespaceID.from("minecraft:pink_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:pink_concrete")), - GRAY_CONCRETE("minecraft:gray_concrete", 64, Block.GRAY_CONCRETE), + GRAY_CONCRETE(NamespaceID.from("minecraft:gray_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:gray_concrete")), - LIGHT_GRAY_CONCRETE("minecraft:light_gray_concrete", 64, Block.LIGHT_GRAY_CONCRETE), + LIGHT_GRAY_CONCRETE(NamespaceID.from("minecraft:light_gray_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_concrete")), - CYAN_CONCRETE("minecraft:cyan_concrete", 64, Block.CYAN_CONCRETE), + CYAN_CONCRETE(NamespaceID.from("minecraft:cyan_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_concrete")), - PURPLE_CONCRETE("minecraft:purple_concrete", 64, Block.PURPLE_CONCRETE), + PURPLE_CONCRETE(NamespaceID.from("minecraft:purple_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:purple_concrete")), - BLUE_CONCRETE("minecraft:blue_concrete", 64, Block.BLUE_CONCRETE), + BLUE_CONCRETE(NamespaceID.from("minecraft:blue_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:blue_concrete")), - BROWN_CONCRETE("minecraft:brown_concrete", 64, Block.BROWN_CONCRETE), + BROWN_CONCRETE(NamespaceID.from("minecraft:brown_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:brown_concrete")), - GREEN_CONCRETE("minecraft:green_concrete", 64, Block.GREEN_CONCRETE), + GREEN_CONCRETE(NamespaceID.from("minecraft:green_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:green_concrete")), - RED_CONCRETE("minecraft:red_concrete", 64, Block.RED_CONCRETE), + RED_CONCRETE(NamespaceID.from("minecraft:red_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:red_concrete")), - BLACK_CONCRETE("minecraft:black_concrete", 64, Block.BLACK_CONCRETE), + BLACK_CONCRETE(NamespaceID.from("minecraft:black_concrete"), (byte) 64, () -> Registries.getBlock("minecraft:black_concrete")), - WHITE_CONCRETE_POWDER("minecraft:white_concrete_powder", 64, Block.WHITE_CONCRETE_POWDER), + WHITE_CONCRETE_POWDER(NamespaceID.from("minecraft:white_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:white_concrete_powder")), - ORANGE_CONCRETE_POWDER("minecraft:orange_concrete_powder", 64, Block.ORANGE_CONCRETE_POWDER), + ORANGE_CONCRETE_POWDER(NamespaceID.from("minecraft:orange_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:orange_concrete_powder")), - MAGENTA_CONCRETE_POWDER("minecraft:magenta_concrete_powder", 64, Block.MAGENTA_CONCRETE_POWDER), + MAGENTA_CONCRETE_POWDER(NamespaceID.from("minecraft:magenta_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:magenta_concrete_powder")), - LIGHT_BLUE_CONCRETE_POWDER("minecraft:light_blue_concrete_powder", 64, Block.LIGHT_BLUE_CONCRETE_POWDER), + LIGHT_BLUE_CONCRETE_POWDER(NamespaceID.from("minecraft:light_blue_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:light_blue_concrete_powder")), - YELLOW_CONCRETE_POWDER("minecraft:yellow_concrete_powder", 64, Block.YELLOW_CONCRETE_POWDER), + YELLOW_CONCRETE_POWDER(NamespaceID.from("minecraft:yellow_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:yellow_concrete_powder")), - LIME_CONCRETE_POWDER("minecraft:lime_concrete_powder", 64, Block.LIME_CONCRETE_POWDER), + LIME_CONCRETE_POWDER(NamespaceID.from("minecraft:lime_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:lime_concrete_powder")), - PINK_CONCRETE_POWDER("minecraft:pink_concrete_powder", 64, Block.PINK_CONCRETE_POWDER), + PINK_CONCRETE_POWDER(NamespaceID.from("minecraft:pink_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:pink_concrete_powder")), - GRAY_CONCRETE_POWDER("minecraft:gray_concrete_powder", 64, Block.GRAY_CONCRETE_POWDER), + GRAY_CONCRETE_POWDER(NamespaceID.from("minecraft:gray_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:gray_concrete_powder")), - LIGHT_GRAY_CONCRETE_POWDER("minecraft:light_gray_concrete_powder", 64, Block.LIGHT_GRAY_CONCRETE_POWDER), + LIGHT_GRAY_CONCRETE_POWDER(NamespaceID.from("minecraft:light_gray_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:light_gray_concrete_powder")), - CYAN_CONCRETE_POWDER("minecraft:cyan_concrete_powder", 64, Block.CYAN_CONCRETE_POWDER), + CYAN_CONCRETE_POWDER(NamespaceID.from("minecraft:cyan_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:cyan_concrete_powder")), - PURPLE_CONCRETE_POWDER("minecraft:purple_concrete_powder", 64, Block.PURPLE_CONCRETE_POWDER), + PURPLE_CONCRETE_POWDER(NamespaceID.from("minecraft:purple_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:purple_concrete_powder")), - BLUE_CONCRETE_POWDER("minecraft:blue_concrete_powder", 64, Block.BLUE_CONCRETE_POWDER), + BLUE_CONCRETE_POWDER(NamespaceID.from("minecraft:blue_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:blue_concrete_powder")), - BROWN_CONCRETE_POWDER("minecraft:brown_concrete_powder", 64, Block.BROWN_CONCRETE_POWDER), + BROWN_CONCRETE_POWDER(NamespaceID.from("minecraft:brown_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:brown_concrete_powder")), - GREEN_CONCRETE_POWDER("minecraft:green_concrete_powder", 64, Block.GREEN_CONCRETE_POWDER), + GREEN_CONCRETE_POWDER(NamespaceID.from("minecraft:green_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:green_concrete_powder")), - RED_CONCRETE_POWDER("minecraft:red_concrete_powder", 64, Block.RED_CONCRETE_POWDER), + RED_CONCRETE_POWDER(NamespaceID.from("minecraft:red_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:red_concrete_powder")), - BLACK_CONCRETE_POWDER("minecraft:black_concrete_powder", 64, Block.BLACK_CONCRETE_POWDER), + BLACK_CONCRETE_POWDER(NamespaceID.from("minecraft:black_concrete_powder"), (byte) 64, () -> Registries.getBlock("minecraft:black_concrete_powder")), - TURTLE_EGG("minecraft:turtle_egg", 64, Block.TURTLE_EGG), + TURTLE_EGG(NamespaceID.from("minecraft:turtle_egg"), (byte) 64, () -> Registries.getBlock("minecraft:turtle_egg")), - DEAD_TUBE_CORAL_BLOCK("minecraft:dead_tube_coral_block", 64, Block.DEAD_TUBE_CORAL_BLOCK), + DEAD_TUBE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_tube_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:dead_tube_coral_block")), - DEAD_BRAIN_CORAL_BLOCK("minecraft:dead_brain_coral_block", 64, Block.DEAD_BRAIN_CORAL_BLOCK), + DEAD_BRAIN_CORAL_BLOCK(NamespaceID.from("minecraft:dead_brain_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:dead_brain_coral_block")), - DEAD_BUBBLE_CORAL_BLOCK("minecraft:dead_bubble_coral_block", 64, Block.DEAD_BUBBLE_CORAL_BLOCK), + DEAD_BUBBLE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_bubble_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:dead_bubble_coral_block")), - DEAD_FIRE_CORAL_BLOCK("minecraft:dead_fire_coral_block", 64, Block.DEAD_FIRE_CORAL_BLOCK), + DEAD_FIRE_CORAL_BLOCK(NamespaceID.from("minecraft:dead_fire_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:dead_fire_coral_block")), - DEAD_HORN_CORAL_BLOCK("minecraft:dead_horn_coral_block", 64, Block.DEAD_HORN_CORAL_BLOCK), + DEAD_HORN_CORAL_BLOCK(NamespaceID.from("minecraft:dead_horn_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:dead_horn_coral_block")), - TUBE_CORAL_BLOCK("minecraft:tube_coral_block", 64, Block.TUBE_CORAL_BLOCK), + TUBE_CORAL_BLOCK(NamespaceID.from("minecraft:tube_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:tube_coral_block")), - BRAIN_CORAL_BLOCK("minecraft:brain_coral_block", 64, Block.BRAIN_CORAL_BLOCK), + BRAIN_CORAL_BLOCK(NamespaceID.from("minecraft:brain_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:brain_coral_block")), - BUBBLE_CORAL_BLOCK("minecraft:bubble_coral_block", 64, Block.BUBBLE_CORAL_BLOCK), + BUBBLE_CORAL_BLOCK(NamespaceID.from("minecraft:bubble_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:bubble_coral_block")), - FIRE_CORAL_BLOCK("minecraft:fire_coral_block", 64, Block.FIRE_CORAL_BLOCK), + FIRE_CORAL_BLOCK(NamespaceID.from("minecraft:fire_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:fire_coral_block")), - HORN_CORAL_BLOCK("minecraft:horn_coral_block", 64, Block.HORN_CORAL_BLOCK), + HORN_CORAL_BLOCK(NamespaceID.from("minecraft:horn_coral_block"), (byte) 64, () -> Registries.getBlock("minecraft:horn_coral_block")), - TUBE_CORAL("minecraft:tube_coral", 64, Block.TUBE_CORAL), + TUBE_CORAL(NamespaceID.from("minecraft:tube_coral"), (byte) 64, () -> Registries.getBlock("minecraft:tube_coral")), - BRAIN_CORAL("minecraft:brain_coral", 64, Block.BRAIN_CORAL), + BRAIN_CORAL(NamespaceID.from("minecraft:brain_coral"), (byte) 64, () -> Registries.getBlock("minecraft:brain_coral")), - BUBBLE_CORAL("minecraft:bubble_coral", 64, Block.BUBBLE_CORAL), + BUBBLE_CORAL(NamespaceID.from("minecraft:bubble_coral"), (byte) 64, () -> Registries.getBlock("minecraft:bubble_coral")), - FIRE_CORAL("minecraft:fire_coral", 64, Block.FIRE_CORAL), + FIRE_CORAL(NamespaceID.from("minecraft:fire_coral"), (byte) 64, () -> Registries.getBlock("minecraft:fire_coral")), - HORN_CORAL("minecraft:horn_coral", 64, Block.HORN_CORAL), + HORN_CORAL(NamespaceID.from("minecraft:horn_coral"), (byte) 64, () -> Registries.getBlock("minecraft:horn_coral")), - DEAD_BRAIN_CORAL("minecraft:dead_brain_coral", 64, Block.DEAD_BRAIN_CORAL), + DEAD_BRAIN_CORAL(NamespaceID.from("minecraft:dead_brain_coral"), (byte) 64, () -> Registries.getBlock("minecraft:dead_brain_coral")), - DEAD_BUBBLE_CORAL("minecraft:dead_bubble_coral", 64, Block.DEAD_BUBBLE_CORAL), + DEAD_BUBBLE_CORAL(NamespaceID.from("minecraft:dead_bubble_coral"), (byte) 64, () -> Registries.getBlock("minecraft:dead_bubble_coral")), - DEAD_FIRE_CORAL("minecraft:dead_fire_coral", 64, Block.DEAD_FIRE_CORAL), + DEAD_FIRE_CORAL(NamespaceID.from("minecraft:dead_fire_coral"), (byte) 64, () -> Registries.getBlock("minecraft:dead_fire_coral")), - DEAD_HORN_CORAL("minecraft:dead_horn_coral", 64, Block.DEAD_HORN_CORAL), + DEAD_HORN_CORAL(NamespaceID.from("minecraft:dead_horn_coral"), (byte) 64, () -> Registries.getBlock("minecraft:dead_horn_coral")), - DEAD_TUBE_CORAL("minecraft:dead_tube_coral", 64, Block.DEAD_TUBE_CORAL), + DEAD_TUBE_CORAL(NamespaceID.from("minecraft:dead_tube_coral"), (byte) 64, () -> Registries.getBlock("minecraft:dead_tube_coral")), - TUBE_CORAL_FAN("minecraft:tube_coral_fan", 64, Block.TUBE_CORAL_FAN), + TUBE_CORAL_FAN(NamespaceID.from("minecraft:tube_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:tube_coral_fan")), - BRAIN_CORAL_FAN("minecraft:brain_coral_fan", 64, Block.BRAIN_CORAL_FAN), + BRAIN_CORAL_FAN(NamespaceID.from("minecraft:brain_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:brain_coral_fan")), - BUBBLE_CORAL_FAN("minecraft:bubble_coral_fan", 64, Block.BUBBLE_CORAL_FAN), + BUBBLE_CORAL_FAN(NamespaceID.from("minecraft:bubble_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:bubble_coral_fan")), - FIRE_CORAL_FAN("minecraft:fire_coral_fan", 64, Block.FIRE_CORAL_FAN), + FIRE_CORAL_FAN(NamespaceID.from("minecraft:fire_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:fire_coral_fan")), - HORN_CORAL_FAN("minecraft:horn_coral_fan", 64, Block.HORN_CORAL_FAN), + HORN_CORAL_FAN(NamespaceID.from("minecraft:horn_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:horn_coral_fan")), - DEAD_TUBE_CORAL_FAN("minecraft:dead_tube_coral_fan", 64, Block.DEAD_TUBE_CORAL_FAN), + DEAD_TUBE_CORAL_FAN(NamespaceID.from("minecraft:dead_tube_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:dead_tube_coral_fan")), - DEAD_BRAIN_CORAL_FAN("minecraft:dead_brain_coral_fan", 64, Block.DEAD_BRAIN_CORAL_FAN), + DEAD_BRAIN_CORAL_FAN(NamespaceID.from("minecraft:dead_brain_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:dead_brain_coral_fan")), - DEAD_BUBBLE_CORAL_FAN("minecraft:dead_bubble_coral_fan", 64, Block.DEAD_BUBBLE_CORAL_FAN), + DEAD_BUBBLE_CORAL_FAN(NamespaceID.from("minecraft:dead_bubble_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:dead_bubble_coral_fan")), - DEAD_FIRE_CORAL_FAN("minecraft:dead_fire_coral_fan", 64, Block.DEAD_FIRE_CORAL_FAN), + DEAD_FIRE_CORAL_FAN(NamespaceID.from("minecraft:dead_fire_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:dead_fire_coral_fan")), - DEAD_HORN_CORAL_FAN("minecraft:dead_horn_coral_fan", 64, Block.DEAD_HORN_CORAL_FAN), + DEAD_HORN_CORAL_FAN(NamespaceID.from("minecraft:dead_horn_coral_fan"), (byte) 64, () -> Registries.getBlock("minecraft:dead_horn_coral_fan")), - BLUE_ICE("minecraft:blue_ice", 64, Block.BLUE_ICE), + BLUE_ICE(NamespaceID.from("minecraft:blue_ice"), (byte) 64, () -> Registries.getBlock("minecraft:blue_ice")), - CONDUIT("minecraft:conduit", 64, Block.CONDUIT), + CONDUIT(NamespaceID.from("minecraft:conduit"), (byte) 64, () -> Registries.getBlock("minecraft:conduit")), - POLISHED_GRANITE_STAIRS("minecraft:polished_granite_stairs", 64, Block.POLISHED_GRANITE_STAIRS), + POLISHED_GRANITE_STAIRS(NamespaceID.from("minecraft:polished_granite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:polished_granite_stairs")), - SMOOTH_RED_SANDSTONE_STAIRS("minecraft:smooth_red_sandstone_stairs", 64, Block.SMOOTH_RED_SANDSTONE_STAIRS), + SMOOTH_RED_SANDSTONE_STAIRS(NamespaceID.from("minecraft:smooth_red_sandstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_red_sandstone_stairs")), - MOSSY_STONE_BRICK_STAIRS("minecraft:mossy_stone_brick_stairs", 64, Block.MOSSY_STONE_BRICK_STAIRS), + MOSSY_STONE_BRICK_STAIRS(NamespaceID.from("minecraft:mossy_stone_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_stone_brick_stairs")), - POLISHED_DIORITE_STAIRS("minecraft:polished_diorite_stairs", 64, Block.POLISHED_DIORITE_STAIRS), + POLISHED_DIORITE_STAIRS(NamespaceID.from("minecraft:polished_diorite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:polished_diorite_stairs")), - MOSSY_COBBLESTONE_STAIRS("minecraft:mossy_cobblestone_stairs", 64, Block.MOSSY_COBBLESTONE_STAIRS), + MOSSY_COBBLESTONE_STAIRS(NamespaceID.from("minecraft:mossy_cobblestone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_cobblestone_stairs")), - END_STONE_BRICK_STAIRS("minecraft:end_stone_brick_stairs", 64, Block.END_STONE_BRICK_STAIRS), + END_STONE_BRICK_STAIRS(NamespaceID.from("minecraft:end_stone_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:end_stone_brick_stairs")), - STONE_STAIRS("minecraft:stone_stairs", 64, Block.STONE_STAIRS), + STONE_STAIRS(NamespaceID.from("minecraft:stone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:stone_stairs")), - SMOOTH_SANDSTONE_STAIRS("minecraft:smooth_sandstone_stairs", 64, Block.SMOOTH_SANDSTONE_STAIRS), + SMOOTH_SANDSTONE_STAIRS(NamespaceID.from("minecraft:smooth_sandstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_sandstone_stairs")), - SMOOTH_QUARTZ_STAIRS("minecraft:smooth_quartz_stairs", 64, Block.SMOOTH_QUARTZ_STAIRS), + SMOOTH_QUARTZ_STAIRS(NamespaceID.from("minecraft:smooth_quartz_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_quartz_stairs")), - GRANITE_STAIRS("minecraft:granite_stairs", 64, Block.GRANITE_STAIRS), + GRANITE_STAIRS(NamespaceID.from("minecraft:granite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:granite_stairs")), - ANDESITE_STAIRS("minecraft:andesite_stairs", 64, Block.ANDESITE_STAIRS), + ANDESITE_STAIRS(NamespaceID.from("minecraft:andesite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:andesite_stairs")), - RED_NETHER_BRICK_STAIRS("minecraft:red_nether_brick_stairs", 64, Block.RED_NETHER_BRICK_STAIRS), + RED_NETHER_BRICK_STAIRS(NamespaceID.from("minecraft:red_nether_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:red_nether_brick_stairs")), - POLISHED_ANDESITE_STAIRS("minecraft:polished_andesite_stairs", 64, Block.POLISHED_ANDESITE_STAIRS), + POLISHED_ANDESITE_STAIRS(NamespaceID.from("minecraft:polished_andesite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:polished_andesite_stairs")), - DIORITE_STAIRS("minecraft:diorite_stairs", 64, Block.DIORITE_STAIRS), + DIORITE_STAIRS(NamespaceID.from("minecraft:diorite_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:diorite_stairs")), - POLISHED_GRANITE_SLAB("minecraft:polished_granite_slab", 64, Block.POLISHED_GRANITE_SLAB), + POLISHED_GRANITE_SLAB(NamespaceID.from("minecraft:polished_granite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:polished_granite_slab")), - SMOOTH_RED_SANDSTONE_SLAB("minecraft:smooth_red_sandstone_slab", 64, Block.SMOOTH_RED_SANDSTONE_SLAB), + SMOOTH_RED_SANDSTONE_SLAB(NamespaceID.from("minecraft:smooth_red_sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_red_sandstone_slab")), - MOSSY_STONE_BRICK_SLAB("minecraft:mossy_stone_brick_slab", 64, Block.MOSSY_STONE_BRICK_SLAB), + MOSSY_STONE_BRICK_SLAB(NamespaceID.from("minecraft:mossy_stone_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_stone_brick_slab")), - POLISHED_DIORITE_SLAB("minecraft:polished_diorite_slab", 64, Block.POLISHED_DIORITE_SLAB), + POLISHED_DIORITE_SLAB(NamespaceID.from("minecraft:polished_diorite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:polished_diorite_slab")), - MOSSY_COBBLESTONE_SLAB("minecraft:mossy_cobblestone_slab", 64, Block.MOSSY_COBBLESTONE_SLAB), + MOSSY_COBBLESTONE_SLAB(NamespaceID.from("minecraft:mossy_cobblestone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:mossy_cobblestone_slab")), - END_STONE_BRICK_SLAB("minecraft:end_stone_brick_slab", 64, Block.END_STONE_BRICK_SLAB), + END_STONE_BRICK_SLAB(NamespaceID.from("minecraft:end_stone_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:end_stone_brick_slab")), - SMOOTH_SANDSTONE_SLAB("minecraft:smooth_sandstone_slab", 64, Block.SMOOTH_SANDSTONE_SLAB), + SMOOTH_SANDSTONE_SLAB(NamespaceID.from("minecraft:smooth_sandstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_sandstone_slab")), - SMOOTH_QUARTZ_SLAB("minecraft:smooth_quartz_slab", 64, Block.SMOOTH_QUARTZ_SLAB), + SMOOTH_QUARTZ_SLAB(NamespaceID.from("minecraft:smooth_quartz_slab"), (byte) 64, () -> Registries.getBlock("minecraft:smooth_quartz_slab")), - GRANITE_SLAB("minecraft:granite_slab", 64, Block.GRANITE_SLAB), + GRANITE_SLAB(NamespaceID.from("minecraft:granite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:granite_slab")), - ANDESITE_SLAB("minecraft:andesite_slab", 64, Block.ANDESITE_SLAB), + ANDESITE_SLAB(NamespaceID.from("minecraft:andesite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:andesite_slab")), - RED_NETHER_BRICK_SLAB("minecraft:red_nether_brick_slab", 64, Block.RED_NETHER_BRICK_SLAB), + RED_NETHER_BRICK_SLAB(NamespaceID.from("minecraft:red_nether_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:red_nether_brick_slab")), - POLISHED_ANDESITE_SLAB("minecraft:polished_andesite_slab", 64, Block.POLISHED_ANDESITE_SLAB), + POLISHED_ANDESITE_SLAB(NamespaceID.from("minecraft:polished_andesite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:polished_andesite_slab")), - DIORITE_SLAB("minecraft:diorite_slab", 64, Block.DIORITE_SLAB), + DIORITE_SLAB(NamespaceID.from("minecraft:diorite_slab"), (byte) 64, () -> Registries.getBlock("minecraft:diorite_slab")), - SCAFFOLDING("minecraft:scaffolding", 64, Block.SCAFFOLDING), + SCAFFOLDING(NamespaceID.from("minecraft:scaffolding"), (byte) 64, () -> Registries.getBlock("minecraft:scaffolding")), - IRON_DOOR("minecraft:iron_door", 64, Block.IRON_DOOR), + IRON_DOOR(NamespaceID.from("minecraft:iron_door"), (byte) 64, () -> Registries.getBlock("minecraft:iron_door")), - OAK_DOOR("minecraft:oak_door", 64, Block.OAK_DOOR), + OAK_DOOR(NamespaceID.from("minecraft:oak_door"), (byte) 64, () -> Registries.getBlock("minecraft:oak_door")), - SPRUCE_DOOR("minecraft:spruce_door", 64, Block.SPRUCE_DOOR), + SPRUCE_DOOR(NamespaceID.from("minecraft:spruce_door"), (byte) 64, () -> Registries.getBlock("minecraft:spruce_door")), - BIRCH_DOOR("minecraft:birch_door", 64, Block.BIRCH_DOOR), + BIRCH_DOOR(NamespaceID.from("minecraft:birch_door"), (byte) 64, () -> Registries.getBlock("minecraft:birch_door")), - JUNGLE_DOOR("minecraft:jungle_door", 64, Block.JUNGLE_DOOR), + JUNGLE_DOOR(NamespaceID.from("minecraft:jungle_door"), (byte) 64, () -> Registries.getBlock("minecraft:jungle_door")), - ACACIA_DOOR("minecraft:acacia_door", 64, Block.ACACIA_DOOR), + ACACIA_DOOR(NamespaceID.from("minecraft:acacia_door"), (byte) 64, () -> Registries.getBlock("minecraft:acacia_door")), - DARK_OAK_DOOR("minecraft:dark_oak_door", 64, Block.DARK_OAK_DOOR), + DARK_OAK_DOOR(NamespaceID.from("minecraft:dark_oak_door"), (byte) 64, () -> Registries.getBlock("minecraft:dark_oak_door")), - CRIMSON_DOOR("minecraft:crimson_door", 64, Block.CRIMSON_DOOR), + CRIMSON_DOOR(NamespaceID.from("minecraft:crimson_door"), (byte) 64, () -> Registries.getBlock("minecraft:crimson_door")), - WARPED_DOOR("minecraft:warped_door", 64, Block.WARPED_DOOR), + WARPED_DOOR(NamespaceID.from("minecraft:warped_door"), (byte) 64, () -> Registries.getBlock("minecraft:warped_door")), - REPEATER("minecraft:repeater", 64, Block.REPEATER), + REPEATER(NamespaceID.from("minecraft:repeater"), (byte) 64, () -> Registries.getBlock("minecraft:repeater")), - COMPARATOR("minecraft:comparator", 64, Block.COMPARATOR), + COMPARATOR(NamespaceID.from("minecraft:comparator"), (byte) 64, () -> Registries.getBlock("minecraft:comparator")), - STRUCTURE_BLOCK("minecraft:structure_block", 64, Block.STRUCTURE_BLOCK), + STRUCTURE_BLOCK(NamespaceID.from("minecraft:structure_block"), (byte) 64, () -> Registries.getBlock("minecraft:structure_block")), - JIGSAW("minecraft:jigsaw", 64, Block.JIGSAW), + JIGSAW(NamespaceID.from("minecraft:jigsaw"), (byte) 64, () -> Registries.getBlock("minecraft:jigsaw")), - TURTLE_HELMET("minecraft:turtle_helmet", 64, null), + TURTLE_HELMET(NamespaceID.from("minecraft:turtle_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - SCUTE("minecraft:scute", 64, null), + @Override + public boolean isHelmet() { + return true; + } + }, - FLINT_AND_STEEL("minecraft:flint_and_steel", 64, null), + SCUTE(NamespaceID.from("minecraft:scute"), (byte) 64, () -> null), - APPLE("minecraft:apple", 64, null), + FLINT_AND_STEEL(NamespaceID.from("minecraft:flint_and_steel"), (byte) 1, () -> null), - BOW("minecraft:bow", 64, null), + APPLE(NamespaceID.from("minecraft:apple"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - ARROW("minecraft:arrow", 64, null), + BOW(NamespaceID.from("minecraft:bow"), (byte) 1, () -> null), - COAL("minecraft:coal", 64, null), + ARROW(NamespaceID.from("minecraft:arrow"), (byte) 64, () -> null), - CHARCOAL("minecraft:charcoal", 64, null), + COAL(NamespaceID.from("minecraft:coal"), (byte) 64, () -> null), - DIAMOND("minecraft:diamond", 64, null), + CHARCOAL(NamespaceID.from("minecraft:charcoal"), (byte) 64, () -> null), - IRON_INGOT("minecraft:iron_ingot", 64, null), + DIAMOND(NamespaceID.from("minecraft:diamond"), (byte) 64, () -> null), - GOLD_INGOT("minecraft:gold_ingot", 64, null), + IRON_INGOT(NamespaceID.from("minecraft:iron_ingot"), (byte) 64, () -> null), - NETHERITE_INGOT("minecraft:netherite_ingot", 64, null), + GOLD_INGOT(NamespaceID.from("minecraft:gold_ingot"), (byte) 64, () -> null), - NETHERITE_SCRAP("minecraft:netherite_scrap", 64, null), + NETHERITE_INGOT(NamespaceID.from("minecraft:netherite_ingot"), (byte) 64, () -> null), - WOODEN_SWORD("minecraft:wooden_sword", 64, null), + NETHERITE_SCRAP(NamespaceID.from("minecraft:netherite_scrap"), (byte) 64, () -> null), - WOODEN_SHOVEL("minecraft:wooden_shovel", 64, null), + WOODEN_SWORD(NamespaceID.from("minecraft:wooden_sword"), (byte) 1, () -> null), - WOODEN_PICKAXE("minecraft:wooden_pickaxe", 64, null), + WOODEN_SHOVEL(NamespaceID.from("minecraft:wooden_shovel"), (byte) 1, () -> null), - WOODEN_AXE("minecraft:wooden_axe", 64, null), + WOODEN_PICKAXE(NamespaceID.from("minecraft:wooden_pickaxe"), (byte) 1, () -> null), - WOODEN_HOE("minecraft:wooden_hoe", 64, null), + WOODEN_AXE(NamespaceID.from("minecraft:wooden_axe"), (byte) 1, () -> null), - STONE_SWORD("minecraft:stone_sword", 64, null), + WOODEN_HOE(NamespaceID.from("minecraft:wooden_hoe"), (byte) 1, () -> null), - STONE_SHOVEL("minecraft:stone_shovel", 64, null), + STONE_SWORD(NamespaceID.from("minecraft:stone_sword"), (byte) 1, () -> null), - STONE_PICKAXE("minecraft:stone_pickaxe", 64, null), + STONE_SHOVEL(NamespaceID.from("minecraft:stone_shovel"), (byte) 1, () -> null), - STONE_AXE("minecraft:stone_axe", 64, null), + STONE_PICKAXE(NamespaceID.from("minecraft:stone_pickaxe"), (byte) 1, () -> null), - STONE_HOE("minecraft:stone_hoe", 64, null), + STONE_AXE(NamespaceID.from("minecraft:stone_axe"), (byte) 1, () -> null), - GOLDEN_SWORD("minecraft:golden_sword", 64, null), + STONE_HOE(NamespaceID.from("minecraft:stone_hoe"), (byte) 1, () -> null), - GOLDEN_SHOVEL("minecraft:golden_shovel", 64, null), + GOLDEN_SWORD(NamespaceID.from("minecraft:golden_sword"), (byte) 1, () -> null), - GOLDEN_PICKAXE("minecraft:golden_pickaxe", 64, null), + GOLDEN_SHOVEL(NamespaceID.from("minecraft:golden_shovel"), (byte) 1, () -> null), - GOLDEN_AXE("minecraft:golden_axe", 64, null), + GOLDEN_PICKAXE(NamespaceID.from("minecraft:golden_pickaxe"), (byte) 1, () -> null), - GOLDEN_HOE("minecraft:golden_hoe", 64, null), + GOLDEN_AXE(NamespaceID.from("minecraft:golden_axe"), (byte) 1, () -> null), - IRON_SWORD("minecraft:iron_sword", 64, null), + GOLDEN_HOE(NamespaceID.from("minecraft:golden_hoe"), (byte) 1, () -> null), - IRON_SHOVEL("minecraft:iron_shovel", 64, null), + IRON_SWORD(NamespaceID.from("minecraft:iron_sword"), (byte) 1, () -> null), - IRON_PICKAXE("minecraft:iron_pickaxe", 64, null), + IRON_SHOVEL(NamespaceID.from("minecraft:iron_shovel"), (byte) 1, () -> null), - IRON_AXE("minecraft:iron_axe", 64, null), + IRON_PICKAXE(NamespaceID.from("minecraft:iron_pickaxe"), (byte) 1, () -> null), - IRON_HOE("minecraft:iron_hoe", 64, null), + IRON_AXE(NamespaceID.from("minecraft:iron_axe"), (byte) 1, () -> null), - DIAMOND_SWORD("minecraft:diamond_sword", 64, null), + IRON_HOE(NamespaceID.from("minecraft:iron_hoe"), (byte) 1, () -> null), - DIAMOND_SHOVEL("minecraft:diamond_shovel", 64, null), + DIAMOND_SWORD(NamespaceID.from("minecraft:diamond_sword"), (byte) 1, () -> null), - DIAMOND_PICKAXE("minecraft:diamond_pickaxe", 64, null), + DIAMOND_SHOVEL(NamespaceID.from("minecraft:diamond_shovel"), (byte) 1, () -> null), - DIAMOND_AXE("minecraft:diamond_axe", 64, null), + DIAMOND_PICKAXE(NamespaceID.from("minecraft:diamond_pickaxe"), (byte) 1, () -> null), - DIAMOND_HOE("minecraft:diamond_hoe", 64, null), + DIAMOND_AXE(NamespaceID.from("minecraft:diamond_axe"), (byte) 1, () -> null), - NETHERITE_SWORD("minecraft:netherite_sword", 64, null), + DIAMOND_HOE(NamespaceID.from("minecraft:diamond_hoe"), (byte) 1, () -> null), - NETHERITE_SHOVEL("minecraft:netherite_shovel", 64, null), + NETHERITE_SWORD(NamespaceID.from("minecraft:netherite_sword"), (byte) 1, () -> null), - NETHERITE_PICKAXE("minecraft:netherite_pickaxe", 64, null), + NETHERITE_SHOVEL(NamespaceID.from("minecraft:netherite_shovel"), (byte) 1, () -> null), - NETHERITE_AXE("minecraft:netherite_axe", 64, null), + NETHERITE_PICKAXE(NamespaceID.from("minecraft:netherite_pickaxe"), (byte) 1, () -> null), - NETHERITE_HOE("minecraft:netherite_hoe", 64, null), + NETHERITE_AXE(NamespaceID.from("minecraft:netherite_axe"), (byte) 1, () -> null), - STICK("minecraft:stick", 64, null), + NETHERITE_HOE(NamespaceID.from("minecraft:netherite_hoe"), (byte) 1, () -> null), - BOWL("minecraft:bowl", 64, null), + STICK(NamespaceID.from("minecraft:stick"), (byte) 64, () -> null), - MUSHROOM_STEW("minecraft:mushroom_stew", 1, null), + BOWL(NamespaceID.from("minecraft:bowl"), (byte) 64, () -> null), - STRING("minecraft:string", 64, null), + MUSHROOM_STEW(NamespaceID.from("minecraft:mushroom_stew"), (byte) 1, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - FEATHER("minecraft:feather", 64, null), + STRING(NamespaceID.from("minecraft:string"), (byte) 64, () -> Registries.getBlock("minecraft:tripwire")), - GUNPOWDER("minecraft:gunpowder", 64, null), + FEATHER(NamespaceID.from("minecraft:feather"), (byte) 64, () -> null), - WHEAT_SEEDS("minecraft:wheat_seeds", 64, null), + GUNPOWDER(NamespaceID.from("minecraft:gunpowder"), (byte) 64, () -> null), - WHEAT("minecraft:wheat", 64, Block.WHEAT), + WHEAT_SEEDS(NamespaceID.from("minecraft:wheat_seeds"), (byte) 64, () -> Registries.getBlock("minecraft:wheat")), - BREAD("minecraft:bread", 64, null), + WHEAT(NamespaceID.from("minecraft:wheat"), (byte) 64, () -> null), - LEATHER_HELMET("minecraft:leather_helmet", 64, null), + BREAD(NamespaceID.from("minecraft:bread"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - LEATHER_CHESTPLATE("minecraft:leather_chestplate", 64, null), + LEATHER_HELMET(NamespaceID.from("minecraft:leather_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - LEATHER_LEGGINGS("minecraft:leather_leggings", 64, null), + @Override + public boolean isHelmet() { + return true; + } + }, - LEATHER_BOOTS("minecraft:leather_boots", 64, null), + LEATHER_CHESTPLATE(NamespaceID.from("minecraft:leather_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - CHAINMAIL_HELMET("minecraft:chainmail_helmet", 64, null), + @Override + public boolean isChestplate() { + return true; + } + }, - CHAINMAIL_CHESTPLATE("minecraft:chainmail_chestplate", 64, null), + LEATHER_LEGGINGS(NamespaceID.from("minecraft:leather_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - CHAINMAIL_LEGGINGS("minecraft:chainmail_leggings", 64, null), + @Override + public boolean isLeggings() { + return true; + } + }, - CHAINMAIL_BOOTS("minecraft:chainmail_boots", 64, null), + LEATHER_BOOTS(NamespaceID.from("minecraft:leather_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isBoots() { + return true; + } + }, + + CHAINMAIL_HELMET(NamespaceID.from("minecraft:chainmail_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isHelmet() { + return true; + } + }, + + CHAINMAIL_CHESTPLATE(NamespaceID.from("minecraft:chainmail_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isChestplate() { + return true; + } + }, + + CHAINMAIL_LEGGINGS(NamespaceID.from("minecraft:chainmail_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isLeggings() { + return true; + } + }, + + CHAINMAIL_BOOTS(NamespaceID.from("minecraft:chainmail_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isBoots() { + return true; + } + }, + + IRON_HELMET(NamespaceID.from("minecraft:iron_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isHelmet() { + return true; + } + }, + + IRON_CHESTPLATE(NamespaceID.from("minecraft:iron_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isChestplate() { + return true; + } + }, + + IRON_LEGGINGS(NamespaceID.from("minecraft:iron_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isLeggings() { + return true; + } + }, + + IRON_BOOTS(NamespaceID.from("minecraft:iron_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isBoots() { + return true; + } + }, + + DIAMOND_HELMET(NamespaceID.from("minecraft:diamond_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isHelmet() { + return true; + } + }, + + DIAMOND_CHESTPLATE(NamespaceID.from("minecraft:diamond_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isChestplate() { + return true; + } + }, + + DIAMOND_LEGGINGS(NamespaceID.from("minecraft:diamond_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isLeggings() { + return true; + } + }, + + DIAMOND_BOOTS(NamespaceID.from("minecraft:diamond_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isBoots() { + return true; + } + }, + + GOLDEN_HELMET(NamespaceID.from("minecraft:golden_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isHelmet() { + return true; + } + }, + + GOLDEN_CHESTPLATE(NamespaceID.from("minecraft:golden_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isChestplate() { + return true; + } + }, + + GOLDEN_LEGGINGS(NamespaceID.from("minecraft:golden_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isLeggings() { + return true; + } + }, + + GOLDEN_BOOTS(NamespaceID.from("minecraft:golden_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isBoots() { + return true; + } + }, + + NETHERITE_HELMET(NamespaceID.from("minecraft:netherite_helmet"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isHelmet() { + return true; + } + }, + + NETHERITE_CHESTPLATE(NamespaceID.from("minecraft:netherite_chestplate"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } + + @Override + public boolean isChestplate() { + return true; + } + }, + + NETHERITE_LEGGINGS(NamespaceID.from("minecraft:netherite_leggings"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - IRON_HELMET("minecraft:iron_helmet", 64, null), + @Override + public boolean isLeggings() { + return true; + } + }, - IRON_CHESTPLATE("minecraft:iron_chestplate", 64, null), + NETHERITE_BOOTS(NamespaceID.from("minecraft:netherite_boots"), (byte) 1, () -> null) { + @Override + public boolean isArmor() { + return true; + } - IRON_LEGGINGS("minecraft:iron_leggings", 64, null), + @Override + public boolean isBoots() { + return true; + } + }, - IRON_BOOTS("minecraft:iron_boots", 64, null), + FLINT(NamespaceID.from("minecraft:flint"), (byte) 64, () -> null), - DIAMOND_HELMET("minecraft:diamond_helmet", 64, null), + PORKCHOP(NamespaceID.from("minecraft:porkchop"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - DIAMOND_CHESTPLATE("minecraft:diamond_chestplate", 64, null), + COOKED_PORKCHOP(NamespaceID.from("minecraft:cooked_porkchop"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - DIAMOND_LEGGINGS("minecraft:diamond_leggings", 64, null), + PAINTING(NamespaceID.from("minecraft:painting"), (byte) 64, () -> null), - DIAMOND_BOOTS("minecraft:diamond_boots", 64, null), + GOLDEN_APPLE(NamespaceID.from("minecraft:golden_apple"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - GOLDEN_HELMET("minecraft:golden_helmet", 64, null), + ENCHANTED_GOLDEN_APPLE(NamespaceID.from("minecraft:enchanted_golden_apple"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - GOLDEN_CHESTPLATE("minecraft:golden_chestplate", 64, null), + OAK_SIGN(NamespaceID.from("minecraft:oak_sign"), (byte) 16, () -> Registries.getBlock("minecraft:oak_sign")), - GOLDEN_LEGGINGS("minecraft:golden_leggings", 64, null), + SPRUCE_SIGN(NamespaceID.from("minecraft:spruce_sign"), (byte) 16, () -> Registries.getBlock("minecraft:spruce_sign")), - GOLDEN_BOOTS("minecraft:golden_boots", 64, null), + BIRCH_SIGN(NamespaceID.from("minecraft:birch_sign"), (byte) 16, () -> Registries.getBlock("minecraft:birch_sign")), - NETHERITE_HELMET("minecraft:netherite_helmet", 64, null), + JUNGLE_SIGN(NamespaceID.from("minecraft:jungle_sign"), (byte) 16, () -> Registries.getBlock("minecraft:jungle_sign")), - NETHERITE_CHESTPLATE("minecraft:netherite_chestplate", 64, null), + ACACIA_SIGN(NamespaceID.from("minecraft:acacia_sign"), (byte) 16, () -> Registries.getBlock("minecraft:acacia_sign")), - NETHERITE_LEGGINGS("minecraft:netherite_leggings", 64, null), + DARK_OAK_SIGN(NamespaceID.from("minecraft:dark_oak_sign"), (byte) 16, () -> Registries.getBlock("minecraft:dark_oak_sign")), - NETHERITE_BOOTS("minecraft:netherite_boots", 64, null), + CRIMSON_SIGN(NamespaceID.from("minecraft:crimson_sign"), (byte) 16, () -> Registries.getBlock("minecraft:crimson_sign")), - FLINT("minecraft:flint", 64, null), + WARPED_SIGN(NamespaceID.from("minecraft:warped_sign"), (byte) 16, () -> Registries.getBlock("minecraft:warped_sign")), - PORKCHOP("minecraft:porkchop", 64, null), + BUCKET(NamespaceID.from("minecraft:bucket"), (byte) 16, () -> null), - COOKED_PORKCHOP("minecraft:cooked_porkchop", 64, null), + WATER_BUCKET(NamespaceID.from("minecraft:water_bucket"), (byte) 1, () -> null), - PAINTING("minecraft:painting", 64, null), + LAVA_BUCKET(NamespaceID.from("minecraft:lava_bucket"), (byte) 1, () -> null), - GOLDEN_APPLE("minecraft:golden_apple", 64, null), + MINECART(NamespaceID.from("minecraft:minecart"), (byte) 1, () -> null), - ENCHANTED_GOLDEN_APPLE("minecraft:enchanted_golden_apple", 64, null), + SADDLE(NamespaceID.from("minecraft:saddle"), (byte) 1, () -> null), - OAK_SIGN("minecraft:oak_sign", 16, Block.OAK_SIGN), + REDSTONE(NamespaceID.from("minecraft:redstone"), (byte) 64, () -> Registries.getBlock("minecraft:redstone_wire")), - SPRUCE_SIGN("minecraft:spruce_sign", 16, Block.SPRUCE_SIGN), + SNOWBALL(NamespaceID.from("minecraft:snowball"), (byte) 16, () -> null), - BIRCH_SIGN("minecraft:birch_sign", 16, Block.BIRCH_SIGN), + OAK_BOAT(NamespaceID.from("minecraft:oak_boat"), (byte) 1, () -> null), - JUNGLE_SIGN("minecraft:jungle_sign", 16, Block.JUNGLE_SIGN), + LEATHER(NamespaceID.from("minecraft:leather"), (byte) 64, () -> null), - ACACIA_SIGN("minecraft:acacia_sign", 16, Block.ACACIA_SIGN), + MILK_BUCKET(NamespaceID.from("minecraft:milk_bucket"), (byte) 1, () -> null), - DARK_OAK_SIGN("minecraft:dark_oak_sign", 16, Block.DARK_OAK_SIGN), + PUFFERFISH_BUCKET(NamespaceID.from("minecraft:pufferfish_bucket"), (byte) 1, () -> null), - CRIMSON_SIGN("minecraft:crimson_sign", 16, Block.CRIMSON_SIGN), + SALMON_BUCKET(NamespaceID.from("minecraft:salmon_bucket"), (byte) 1, () -> null), - WARPED_SIGN("minecraft:warped_sign", 16, Block.WARPED_SIGN), + COD_BUCKET(NamespaceID.from("minecraft:cod_bucket"), (byte) 1, () -> null), - BUCKET("minecraft:bucket", 16, null), + TROPICAL_FISH_BUCKET(NamespaceID.from("minecraft:tropical_fish_bucket"), (byte) 1, () -> null), - WATER_BUCKET("minecraft:water_bucket", 1, null), + BRICK(NamespaceID.from("minecraft:brick"), (byte) 64, () -> null), - LAVA_BUCKET("minecraft:lava_bucket", 1, null), + CLAY_BALL(NamespaceID.from("minecraft:clay_ball"), (byte) 64, () -> null), - MINECART("minecraft:minecart", 1, null), + DRIED_KELP_BLOCK(NamespaceID.from("minecraft:dried_kelp_block"), (byte) 64, () -> Registries.getBlock("minecraft:dried_kelp_block")), - SADDLE("minecraft:saddle", 1, null), + PAPER(NamespaceID.from("minecraft:paper"), (byte) 64, () -> null), - REDSTONE("minecraft:redstone", 64, Block.REDSTONE_WIRE), + BOOK(NamespaceID.from("minecraft:book"), (byte) 64, () -> null), - SNOWBALL("minecraft:snowball", 16, null), + SLIME_BALL(NamespaceID.from("minecraft:slime_ball"), (byte) 64, () -> null), - OAK_BOAT("minecraft:oak_boat", 1, null), + CHEST_MINECART(NamespaceID.from("minecraft:chest_minecart"), (byte) 1, () -> null), - LEATHER("minecraft:leather", 64, null), + FURNACE_MINECART(NamespaceID.from("minecraft:furnace_minecart"), (byte) 1, () -> null), - MILK_BUCKET("minecraft:milk_bucket", 1, null), + EGG(NamespaceID.from("minecraft:egg"), (byte) 16, () -> null), - PUFFERFISH_BUCKET("minecraft:pufferfish_bucket", 1, null), + COMPASS(NamespaceID.from("minecraft:compass"), (byte) 64, () -> null), - SALMON_BUCKET("minecraft:salmon_bucket", 1, null), + FISHING_ROD(NamespaceID.from("minecraft:fishing_rod"), (byte) 1, () -> null), - COD_BUCKET("minecraft:cod_bucket", 1, null), + CLOCK(NamespaceID.from("minecraft:clock"), (byte) 64, () -> null), - TROPICAL_FISH_BUCKET("minecraft:tropical_fish_bucket", 1, null), + GLOWSTONE_DUST(NamespaceID.from("minecraft:glowstone_dust"), (byte) 64, () -> null), - BRICK("minecraft:brick", 64, null), + COD(NamespaceID.from("minecraft:cod"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - CLAY_BALL("minecraft:clay_ball", 64, null), + SALMON(NamespaceID.from("minecraft:salmon"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - DRIED_KELP_BLOCK("minecraft:dried_kelp_block", 64, Block.DRIED_KELP_BLOCK), + TROPICAL_FISH(NamespaceID.from("minecraft:tropical_fish"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - PAPER("minecraft:paper", 64, null), + PUFFERFISH(NamespaceID.from("minecraft:pufferfish"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - BOOK("minecraft:book", 64, null), + COOKED_COD(NamespaceID.from("minecraft:cooked_cod"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - SLIME_BALL("minecraft:slime_ball", 64, null), + COOKED_SALMON(NamespaceID.from("minecraft:cooked_salmon"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - CHEST_MINECART("minecraft:chest_minecart", 1, null), + INK_SAC(NamespaceID.from("minecraft:ink_sac"), (byte) 64, () -> null), - FURNACE_MINECART("minecraft:furnace_minecart", 1, null), + COCOA_BEANS(NamespaceID.from("minecraft:cocoa_beans"), (byte) 64, () -> Registries.getBlock("minecraft:cocoa")), - EGG("minecraft:egg", 16, null), + LAPIS_LAZULI(NamespaceID.from("minecraft:lapis_lazuli"), (byte) 64, () -> null), - COMPASS("minecraft:compass", 64, null), + WHITE_DYE(NamespaceID.from("minecraft:white_dye"), (byte) 64, () -> null), - FISHING_ROD("minecraft:fishing_rod", 64, null), + ORANGE_DYE(NamespaceID.from("minecraft:orange_dye"), (byte) 64, () -> null), - CLOCK("minecraft:clock", 64, null), + MAGENTA_DYE(NamespaceID.from("minecraft:magenta_dye"), (byte) 64, () -> null), - GLOWSTONE_DUST("minecraft:glowstone_dust", 64, null), + LIGHT_BLUE_DYE(NamespaceID.from("minecraft:light_blue_dye"), (byte) 64, () -> null), - COD("minecraft:cod", 64, null), + YELLOW_DYE(NamespaceID.from("minecraft:yellow_dye"), (byte) 64, () -> null), - SALMON("minecraft:salmon", 64, null), + LIME_DYE(NamespaceID.from("minecraft:lime_dye"), (byte) 64, () -> null), - TROPICAL_FISH("minecraft:tropical_fish", 64, null), + PINK_DYE(NamespaceID.from("minecraft:pink_dye"), (byte) 64, () -> null), - PUFFERFISH("minecraft:pufferfish", 64, null), + GRAY_DYE(NamespaceID.from("minecraft:gray_dye"), (byte) 64, () -> null), - COOKED_COD("minecraft:cooked_cod", 64, null), + LIGHT_GRAY_DYE(NamespaceID.from("minecraft:light_gray_dye"), (byte) 64, () -> null), - COOKED_SALMON("minecraft:cooked_salmon", 64, null), + CYAN_DYE(NamespaceID.from("minecraft:cyan_dye"), (byte) 64, () -> null), - INK_SAC("minecraft:ink_sac", 64, null), + PURPLE_DYE(NamespaceID.from("minecraft:purple_dye"), (byte) 64, () -> null), - COCOA_BEANS("minecraft:cocoa_beans", 64, null), + BLUE_DYE(NamespaceID.from("minecraft:blue_dye"), (byte) 64, () -> null), - LAPIS_LAZULI("minecraft:lapis_lazuli", 64, null), + BROWN_DYE(NamespaceID.from("minecraft:brown_dye"), (byte) 64, () -> null), - WHITE_DYE("minecraft:white_dye", 64, null), + GREEN_DYE(NamespaceID.from("minecraft:green_dye"), (byte) 64, () -> null), - ORANGE_DYE("minecraft:orange_dye", 64, null), + RED_DYE(NamespaceID.from("minecraft:red_dye"), (byte) 64, () -> null), - MAGENTA_DYE("minecraft:magenta_dye", 64, null), + BLACK_DYE(NamespaceID.from("minecraft:black_dye"), (byte) 64, () -> null), - LIGHT_BLUE_DYE("minecraft:light_blue_dye", 64, null), + BONE_MEAL(NamespaceID.from("minecraft:bone_meal"), (byte) 64, () -> null), - YELLOW_DYE("minecraft:yellow_dye", 64, null), + BONE(NamespaceID.from("minecraft:bone"), (byte) 64, () -> null), - LIME_DYE("minecraft:lime_dye", 64, null), + SUGAR(NamespaceID.from("minecraft:sugar"), (byte) 64, () -> null), - PINK_DYE("minecraft:pink_dye", 64, null), + CAKE(NamespaceID.from("minecraft:cake"), (byte) 1, () -> Registries.getBlock("minecraft:cake")), - GRAY_DYE("minecraft:gray_dye", 64, null), + WHITE_BED(NamespaceID.from("minecraft:white_bed"), (byte) 1, () -> Registries.getBlock("minecraft:white_bed")), - LIGHT_GRAY_DYE("minecraft:light_gray_dye", 64, null), + ORANGE_BED(NamespaceID.from("minecraft:orange_bed"), (byte) 1, () -> Registries.getBlock("minecraft:orange_bed")), - CYAN_DYE("minecraft:cyan_dye", 64, null), + MAGENTA_BED(NamespaceID.from("minecraft:magenta_bed"), (byte) 1, () -> Registries.getBlock("minecraft:magenta_bed")), - PURPLE_DYE("minecraft:purple_dye", 64, null), + LIGHT_BLUE_BED(NamespaceID.from("minecraft:light_blue_bed"), (byte) 1, () -> Registries.getBlock("minecraft:light_blue_bed")), - BLUE_DYE("minecraft:blue_dye", 64, null), + YELLOW_BED(NamespaceID.from("minecraft:yellow_bed"), (byte) 1, () -> Registries.getBlock("minecraft:yellow_bed")), - BROWN_DYE("minecraft:brown_dye", 64, null), + LIME_BED(NamespaceID.from("minecraft:lime_bed"), (byte) 1, () -> Registries.getBlock("minecraft:lime_bed")), - GREEN_DYE("minecraft:green_dye", 64, null), + PINK_BED(NamespaceID.from("minecraft:pink_bed"), (byte) 1, () -> Registries.getBlock("minecraft:pink_bed")), - RED_DYE("minecraft:red_dye", 64, null), + GRAY_BED(NamespaceID.from("minecraft:gray_bed"), (byte) 1, () -> Registries.getBlock("minecraft:gray_bed")), - BLACK_DYE("minecraft:black_dye", 64, null), + LIGHT_GRAY_BED(NamespaceID.from("minecraft:light_gray_bed"), (byte) 1, () -> Registries.getBlock("minecraft:light_gray_bed")), - BONE_MEAL("minecraft:bone_meal", 64, null), + CYAN_BED(NamespaceID.from("minecraft:cyan_bed"), (byte) 1, () -> Registries.getBlock("minecraft:cyan_bed")), - BONE("minecraft:bone", 64, null), + PURPLE_BED(NamespaceID.from("minecraft:purple_bed"), (byte) 1, () -> Registries.getBlock("minecraft:purple_bed")), - SUGAR("minecraft:sugar", 64, null), + BLUE_BED(NamespaceID.from("minecraft:blue_bed"), (byte) 1, () -> Registries.getBlock("minecraft:blue_bed")), - CAKE("minecraft:cake", 1, Block.CAKE), + BROWN_BED(NamespaceID.from("minecraft:brown_bed"), (byte) 1, () -> Registries.getBlock("minecraft:brown_bed")), - WHITE_BED("minecraft:white_bed", 1, Block.WHITE_BED), + GREEN_BED(NamespaceID.from("minecraft:green_bed"), (byte) 1, () -> Registries.getBlock("minecraft:green_bed")), - ORANGE_BED("minecraft:orange_bed", 1, Block.ORANGE_BED), + RED_BED(NamespaceID.from("minecraft:red_bed"), (byte) 1, () -> Registries.getBlock("minecraft:red_bed")), - MAGENTA_BED("minecraft:magenta_bed", 1, Block.MAGENTA_BED), + BLACK_BED(NamespaceID.from("minecraft:black_bed"), (byte) 1, () -> Registries.getBlock("minecraft:black_bed")), - LIGHT_BLUE_BED("minecraft:light_blue_bed", 1, Block.LIGHT_BLUE_BED), + COOKIE(NamespaceID.from("minecraft:cookie"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - YELLOW_BED("minecraft:yellow_bed", 1, Block.YELLOW_BED), + FILLED_MAP(NamespaceID.from("minecraft:filled_map"), (byte) 64, () -> null), - LIME_BED("minecraft:lime_bed", 1, Block.LIME_BED), + SHEARS(NamespaceID.from("minecraft:shears"), (byte) 1, () -> null), - PINK_BED("minecraft:pink_bed", 1, Block.PINK_BED), + MELON_SLICE(NamespaceID.from("minecraft:melon_slice"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - GRAY_BED("minecraft:gray_bed", 1, Block.GRAY_BED), + DRIED_KELP(NamespaceID.from("minecraft:dried_kelp"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - LIGHT_GRAY_BED("minecraft:light_gray_bed", 1, Block.LIGHT_GRAY_BED), + PUMPKIN_SEEDS(NamespaceID.from("minecraft:pumpkin_seeds"), (byte) 64, () -> Registries.getBlock("minecraft:pumpkin_stem")), - CYAN_BED("minecraft:cyan_bed", 1, Block.CYAN_BED), + MELON_SEEDS(NamespaceID.from("minecraft:melon_seeds"), (byte) 64, () -> Registries.getBlock("minecraft:melon_stem")), - PURPLE_BED("minecraft:purple_bed", 1, Block.PURPLE_BED), + BEEF(NamespaceID.from("minecraft:beef"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - BLUE_BED("minecraft:blue_bed", 1, Block.BLUE_BED), + COOKED_BEEF(NamespaceID.from("minecraft:cooked_beef"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - BROWN_BED("minecraft:brown_bed", 1, Block.BROWN_BED), + CHICKEN(NamespaceID.from("minecraft:chicken"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - GREEN_BED("minecraft:green_bed", 1, Block.GREEN_BED), + COOKED_CHICKEN(NamespaceID.from("minecraft:cooked_chicken"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - RED_BED("minecraft:red_bed", 1, Block.RED_BED), + ROTTEN_FLESH(NamespaceID.from("minecraft:rotten_flesh"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - BLACK_BED("minecraft:black_bed", 1, Block.BLACK_BED), + ENDER_PEARL(NamespaceID.from("minecraft:ender_pearl"), (byte) 16, () -> null), - COOKIE("minecraft:cookie", 64, null), + BLAZE_ROD(NamespaceID.from("minecraft:blaze_rod"), (byte) 64, () -> null), - FILLED_MAP("minecraft:filled_map", 64, null), + GHAST_TEAR(NamespaceID.from("minecraft:ghast_tear"), (byte) 64, () -> null), - SHEARS("minecraft:shears", 64, null), + GOLD_NUGGET(NamespaceID.from("minecraft:gold_nugget"), (byte) 64, () -> null), - MELON_SLICE("minecraft:melon_slice", 64, null), + NETHER_WART(NamespaceID.from("minecraft:nether_wart"), (byte) 64, () -> Registries.getBlock("minecraft:nether_wart")), - DRIED_KELP("minecraft:dried_kelp", 64, null), + POTION(NamespaceID.from("minecraft:potion"), (byte) 1, () -> null), - PUMPKIN_SEEDS("minecraft:pumpkin_seeds", 64, null), + GLASS_BOTTLE(NamespaceID.from("minecraft:glass_bottle"), (byte) 64, () -> null), - MELON_SEEDS("minecraft:melon_seeds", 64, null), + SPIDER_EYE(NamespaceID.from("minecraft:spider_eye"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - BEEF("minecraft:beef", 64, null), + FERMENTED_SPIDER_EYE(NamespaceID.from("minecraft:fermented_spider_eye"), (byte) 64, () -> null), - COOKED_BEEF("minecraft:cooked_beef", 64, null), + BLAZE_POWDER(NamespaceID.from("minecraft:blaze_powder"), (byte) 64, () -> null), - CHICKEN("minecraft:chicken", 64, null), + MAGMA_CREAM(NamespaceID.from("minecraft:magma_cream"), (byte) 64, () -> null), - COOKED_CHICKEN("minecraft:cooked_chicken", 64, null), + BREWING_STAND(NamespaceID.from("minecraft:brewing_stand"), (byte) 64, () -> Registries.getBlock("minecraft:brewing_stand")), - ROTTEN_FLESH("minecraft:rotten_flesh", 64, null), + CAULDRON(NamespaceID.from("minecraft:cauldron"), (byte) 64, () -> Registries.getBlock("minecraft:cauldron")), - ENDER_PEARL("minecraft:ender_pearl", 16, null), + ENDER_EYE(NamespaceID.from("minecraft:ender_eye"), (byte) 64, () -> null), - BLAZE_ROD("minecraft:blaze_rod", 64, null), + GLISTERING_MELON_SLICE(NamespaceID.from("minecraft:glistering_melon_slice"), (byte) 64, () -> null), - GHAST_TEAR("minecraft:ghast_tear", 64, null), + BAT_SPAWN_EGG(NamespaceID.from("minecraft:bat_spawn_egg"), (byte) 64, () -> null), - GOLD_NUGGET("minecraft:gold_nugget", 64, null), + BEE_SPAWN_EGG(NamespaceID.from("minecraft:bee_spawn_egg"), (byte) 64, () -> null), - NETHER_WART("minecraft:nether_wart", 64, Block.NETHER_WART), + BLAZE_SPAWN_EGG(NamespaceID.from("minecraft:blaze_spawn_egg"), (byte) 64, () -> null), - POTION("minecraft:potion", 1, null), + CAT_SPAWN_EGG(NamespaceID.from("minecraft:cat_spawn_egg"), (byte) 64, () -> null), - GLASS_BOTTLE("minecraft:glass_bottle", 64, null), + CAVE_SPIDER_SPAWN_EGG(NamespaceID.from("minecraft:cave_spider_spawn_egg"), (byte) 64, () -> null), - SPIDER_EYE("minecraft:spider_eye", 64, null), + CHICKEN_SPAWN_EGG(NamespaceID.from("minecraft:chicken_spawn_egg"), (byte) 64, () -> null), - FERMENTED_SPIDER_EYE("minecraft:fermented_spider_eye", 64, null), + COD_SPAWN_EGG(NamespaceID.from("minecraft:cod_spawn_egg"), (byte) 64, () -> null), - BLAZE_POWDER("minecraft:blaze_powder", 64, null), + COW_SPAWN_EGG(NamespaceID.from("minecraft:cow_spawn_egg"), (byte) 64, () -> null), - MAGMA_CREAM("minecraft:magma_cream", 64, null), + CREEPER_SPAWN_EGG(NamespaceID.from("minecraft:creeper_spawn_egg"), (byte) 64, () -> null), - BREWING_STAND("minecraft:brewing_stand", 64, Block.BREWING_STAND), + DOLPHIN_SPAWN_EGG(NamespaceID.from("minecraft:dolphin_spawn_egg"), (byte) 64, () -> null), - CAULDRON("minecraft:cauldron", 64, Block.CAULDRON), + DONKEY_SPAWN_EGG(NamespaceID.from("minecraft:donkey_spawn_egg"), (byte) 64, () -> null), - ENDER_EYE("minecraft:ender_eye", 64, null), + DROWNED_SPAWN_EGG(NamespaceID.from("minecraft:drowned_spawn_egg"), (byte) 64, () -> null), - GLISTERING_MELON_SLICE("minecraft:glistering_melon_slice", 64, null), + ELDER_GUARDIAN_SPAWN_EGG(NamespaceID.from("minecraft:elder_guardian_spawn_egg"), (byte) 64, () -> null), - BAT_SPAWN_EGG("minecraft:bat_spawn_egg", 64, null), + ENDERMAN_SPAWN_EGG(NamespaceID.from("minecraft:enderman_spawn_egg"), (byte) 64, () -> null), - BEE_SPAWN_EGG("minecraft:bee_spawn_egg", 64, null), + ENDERMITE_SPAWN_EGG(NamespaceID.from("minecraft:endermite_spawn_egg"), (byte) 64, () -> null), - BLAZE_SPAWN_EGG("minecraft:blaze_spawn_egg", 64, null), + EVOKER_SPAWN_EGG(NamespaceID.from("minecraft:evoker_spawn_egg"), (byte) 64, () -> null), - CAT_SPAWN_EGG("minecraft:cat_spawn_egg", 64, null), + FOX_SPAWN_EGG(NamespaceID.from("minecraft:fox_spawn_egg"), (byte) 64, () -> null), - CAVE_SPIDER_SPAWN_EGG("minecraft:cave_spider_spawn_egg", 64, null), + GHAST_SPAWN_EGG(NamespaceID.from("minecraft:ghast_spawn_egg"), (byte) 64, () -> null), - CHICKEN_SPAWN_EGG("minecraft:chicken_spawn_egg", 64, null), + GUARDIAN_SPAWN_EGG(NamespaceID.from("minecraft:guardian_spawn_egg"), (byte) 64, () -> null), - COD_SPAWN_EGG("minecraft:cod_spawn_egg", 64, null), + HOGLIN_SPAWN_EGG(NamespaceID.from("minecraft:hoglin_spawn_egg"), (byte) 64, () -> null), - COW_SPAWN_EGG("minecraft:cow_spawn_egg", 64, null), + HORSE_SPAWN_EGG(NamespaceID.from("minecraft:horse_spawn_egg"), (byte) 64, () -> null), - CREEPER_SPAWN_EGG("minecraft:creeper_spawn_egg", 64, null), + HUSK_SPAWN_EGG(NamespaceID.from("minecraft:husk_spawn_egg"), (byte) 64, () -> null), - DOLPHIN_SPAWN_EGG("minecraft:dolphin_spawn_egg", 64, null), + LLAMA_SPAWN_EGG(NamespaceID.from("minecraft:llama_spawn_egg"), (byte) 64, () -> null), - DONKEY_SPAWN_EGG("minecraft:donkey_spawn_egg", 64, null), + MAGMA_CUBE_SPAWN_EGG(NamespaceID.from("minecraft:magma_cube_spawn_egg"), (byte) 64, () -> null), - DROWNED_SPAWN_EGG("minecraft:drowned_spawn_egg", 64, null), + MOOSHROOM_SPAWN_EGG(NamespaceID.from("minecraft:mooshroom_spawn_egg"), (byte) 64, () -> null), - ELDER_GUARDIAN_SPAWN_EGG("minecraft:elder_guardian_spawn_egg", 64, null), + MULE_SPAWN_EGG(NamespaceID.from("minecraft:mule_spawn_egg"), (byte) 64, () -> null), - ENDERMAN_SPAWN_EGG("minecraft:enderman_spawn_egg", 64, null), + OCELOT_SPAWN_EGG(NamespaceID.from("minecraft:ocelot_spawn_egg"), (byte) 64, () -> null), - ENDERMITE_SPAWN_EGG("minecraft:endermite_spawn_egg", 64, null), + PANDA_SPAWN_EGG(NamespaceID.from("minecraft:panda_spawn_egg"), (byte) 64, () -> null), - EVOKER_SPAWN_EGG("minecraft:evoker_spawn_egg", 64, null), + PARROT_SPAWN_EGG(NamespaceID.from("minecraft:parrot_spawn_egg"), (byte) 64, () -> null), - FOX_SPAWN_EGG("minecraft:fox_spawn_egg", 64, null), + PHANTOM_SPAWN_EGG(NamespaceID.from("minecraft:phantom_spawn_egg"), (byte) 64, () -> null), - GHAST_SPAWN_EGG("minecraft:ghast_spawn_egg", 64, null), + PIG_SPAWN_EGG(NamespaceID.from("minecraft:pig_spawn_egg"), (byte) 64, () -> null), - GUARDIAN_SPAWN_EGG("minecraft:guardian_spawn_egg", 64, null), + PIGLIN_SPAWN_EGG(NamespaceID.from("minecraft:piglin_spawn_egg"), (byte) 64, () -> null), - HOGLIN_SPAWN_EGG("minecraft:hoglin_spawn_egg", 64, null), + PIGLIN_BRUTE_SPAWN_EGG(NamespaceID.from("minecraft:piglin_brute_spawn_egg"), (byte) 64, () -> null), - HORSE_SPAWN_EGG("minecraft:horse_spawn_egg", 64, null), + PILLAGER_SPAWN_EGG(NamespaceID.from("minecraft:pillager_spawn_egg"), (byte) 64, () -> null), - HUSK_SPAWN_EGG("minecraft:husk_spawn_egg", 64, null), + POLAR_BEAR_SPAWN_EGG(NamespaceID.from("minecraft:polar_bear_spawn_egg"), (byte) 64, () -> null), - LLAMA_SPAWN_EGG("minecraft:llama_spawn_egg", 64, null), + PUFFERFISH_SPAWN_EGG(NamespaceID.from("minecraft:pufferfish_spawn_egg"), (byte) 64, () -> null), - MAGMA_CUBE_SPAWN_EGG("minecraft:magma_cube_spawn_egg", 64, null), + RABBIT_SPAWN_EGG(NamespaceID.from("minecraft:rabbit_spawn_egg"), (byte) 64, () -> null), - MOOSHROOM_SPAWN_EGG("minecraft:mooshroom_spawn_egg", 64, null), + RAVAGER_SPAWN_EGG(NamespaceID.from("minecraft:ravager_spawn_egg"), (byte) 64, () -> null), - MULE_SPAWN_EGG("minecraft:mule_spawn_egg", 64, null), + SALMON_SPAWN_EGG(NamespaceID.from("minecraft:salmon_spawn_egg"), (byte) 64, () -> null), - OCELOT_SPAWN_EGG("minecraft:ocelot_spawn_egg", 64, null), + SHEEP_SPAWN_EGG(NamespaceID.from("minecraft:sheep_spawn_egg"), (byte) 64, () -> null), - PANDA_SPAWN_EGG("minecraft:panda_spawn_egg", 64, null), + SHULKER_SPAWN_EGG(NamespaceID.from("minecraft:shulker_spawn_egg"), (byte) 64, () -> null), - PARROT_SPAWN_EGG("minecraft:parrot_spawn_egg", 64, null), + SILVERFISH_SPAWN_EGG(NamespaceID.from("minecraft:silverfish_spawn_egg"), (byte) 64, () -> null), - PHANTOM_SPAWN_EGG("minecraft:phantom_spawn_egg", 64, null), + SKELETON_SPAWN_EGG(NamespaceID.from("minecraft:skeleton_spawn_egg"), (byte) 64, () -> null), - PIG_SPAWN_EGG("minecraft:pig_spawn_egg", 64, null), + SKELETON_HORSE_SPAWN_EGG(NamespaceID.from("minecraft:skeleton_horse_spawn_egg"), (byte) 64, () -> null), - PIGLIN_SPAWN_EGG("minecraft:piglin_spawn_egg", 64, null), + SLIME_SPAWN_EGG(NamespaceID.from("minecraft:slime_spawn_egg"), (byte) 64, () -> null), - PIGLIN_BRUTE_SPAWN_EGG("minecraft:piglin_brute_spawn_egg", 64, null), + SPIDER_SPAWN_EGG(NamespaceID.from("minecraft:spider_spawn_egg"), (byte) 64, () -> null), - PILLAGER_SPAWN_EGG("minecraft:pillager_spawn_egg", 64, null), + SQUID_SPAWN_EGG(NamespaceID.from("minecraft:squid_spawn_egg"), (byte) 64, () -> null), - POLAR_BEAR_SPAWN_EGG("minecraft:polar_bear_spawn_egg", 64, null), + STRAY_SPAWN_EGG(NamespaceID.from("minecraft:stray_spawn_egg"), (byte) 64, () -> null), - PUFFERFISH_SPAWN_EGG("minecraft:pufferfish_spawn_egg", 64, null), + STRIDER_SPAWN_EGG(NamespaceID.from("minecraft:strider_spawn_egg"), (byte) 64, () -> null), - RABBIT_SPAWN_EGG("minecraft:rabbit_spawn_egg", 64, null), + TRADER_LLAMA_SPAWN_EGG(NamespaceID.from("minecraft:trader_llama_spawn_egg"), (byte) 64, () -> null), - RAVAGER_SPAWN_EGG("minecraft:ravager_spawn_egg", 64, null), + TROPICAL_FISH_SPAWN_EGG(NamespaceID.from("minecraft:tropical_fish_spawn_egg"), (byte) 64, () -> null), - SALMON_SPAWN_EGG("minecraft:salmon_spawn_egg", 64, null), + TURTLE_SPAWN_EGG(NamespaceID.from("minecraft:turtle_spawn_egg"), (byte) 64, () -> null), - SHEEP_SPAWN_EGG("minecraft:sheep_spawn_egg", 64, null), + VEX_SPAWN_EGG(NamespaceID.from("minecraft:vex_spawn_egg"), (byte) 64, () -> null), - SHULKER_SPAWN_EGG("minecraft:shulker_spawn_egg", 64, null), + VILLAGER_SPAWN_EGG(NamespaceID.from("minecraft:villager_spawn_egg"), (byte) 64, () -> null), - SILVERFISH_SPAWN_EGG("minecraft:silverfish_spawn_egg", 64, null), + VINDICATOR_SPAWN_EGG(NamespaceID.from("minecraft:vindicator_spawn_egg"), (byte) 64, () -> null), - SKELETON_SPAWN_EGG("minecraft:skeleton_spawn_egg", 64, null), + WANDERING_TRADER_SPAWN_EGG(NamespaceID.from("minecraft:wandering_trader_spawn_egg"), (byte) 64, () -> null), - SKELETON_HORSE_SPAWN_EGG("minecraft:skeleton_horse_spawn_egg", 64, null), + WITCH_SPAWN_EGG(NamespaceID.from("minecraft:witch_spawn_egg"), (byte) 64, () -> null), - SLIME_SPAWN_EGG("minecraft:slime_spawn_egg", 64, null), + WITHER_SKELETON_SPAWN_EGG(NamespaceID.from("minecraft:wither_skeleton_spawn_egg"), (byte) 64, () -> null), - SPIDER_SPAWN_EGG("minecraft:spider_spawn_egg", 64, null), + WOLF_SPAWN_EGG(NamespaceID.from("minecraft:wolf_spawn_egg"), (byte) 64, () -> null), - SQUID_SPAWN_EGG("minecraft:squid_spawn_egg", 64, null), + ZOGLIN_SPAWN_EGG(NamespaceID.from("minecraft:zoglin_spawn_egg"), (byte) 64, () -> null), - STRAY_SPAWN_EGG("minecraft:stray_spawn_egg", 64, null), + ZOMBIE_SPAWN_EGG(NamespaceID.from("minecraft:zombie_spawn_egg"), (byte) 64, () -> null), - STRIDER_SPAWN_EGG("minecraft:strider_spawn_egg", 64, null), + ZOMBIE_HORSE_SPAWN_EGG(NamespaceID.from("minecraft:zombie_horse_spawn_egg"), (byte) 64, () -> null), - TRADER_LLAMA_SPAWN_EGG("minecraft:trader_llama_spawn_egg", 64, null), + ZOMBIE_VILLAGER_SPAWN_EGG(NamespaceID.from("minecraft:zombie_villager_spawn_egg"), (byte) 64, () -> null), - TROPICAL_FISH_SPAWN_EGG("minecraft:tropical_fish_spawn_egg", 64, null), + ZOMBIFIED_PIGLIN_SPAWN_EGG(NamespaceID.from("minecraft:zombified_piglin_spawn_egg"), (byte) 64, () -> null), - TURTLE_SPAWN_EGG("minecraft:turtle_spawn_egg", 64, null), + EXPERIENCE_BOTTLE(NamespaceID.from("minecraft:experience_bottle"), (byte) 64, () -> null), - VEX_SPAWN_EGG("minecraft:vex_spawn_egg", 64, null), + FIRE_CHARGE(NamespaceID.from("minecraft:fire_charge"), (byte) 64, () -> null), - VILLAGER_SPAWN_EGG("minecraft:villager_spawn_egg", 64, null), + WRITABLE_BOOK(NamespaceID.from("minecraft:writable_book"), (byte) 1, () -> null), - VINDICATOR_SPAWN_EGG("minecraft:vindicator_spawn_egg", 64, null), + WRITTEN_BOOK(NamespaceID.from("minecraft:written_book"), (byte) 16, () -> null), - WANDERING_TRADER_SPAWN_EGG("minecraft:wandering_trader_spawn_egg", 64, null), + EMERALD(NamespaceID.from("minecraft:emerald"), (byte) 64, () -> null), - WITCH_SPAWN_EGG("minecraft:witch_spawn_egg", 64, null), + ITEM_FRAME(NamespaceID.from("minecraft:item_frame"), (byte) 64, () -> null), - WITHER_SKELETON_SPAWN_EGG("minecraft:wither_skeleton_spawn_egg", 64, null), + FLOWER_POT(NamespaceID.from("minecraft:flower_pot"), (byte) 64, () -> Registries.getBlock("minecraft:flower_pot")), - WOLF_SPAWN_EGG("minecraft:wolf_spawn_egg", 64, null), + CARROT(NamespaceID.from("minecraft:carrot"), (byte) 64, () -> Registries.getBlock("minecraft:carrots")) { + @Override + public boolean isFood() { + return true; + } + }, - ZOGLIN_SPAWN_EGG("minecraft:zoglin_spawn_egg", 64, null), + POTATO(NamespaceID.from("minecraft:potato"), (byte) 64, () -> Registries.getBlock("minecraft:potatoes")) { + @Override + public boolean isFood() { + return true; + } + }, - ZOMBIE_SPAWN_EGG("minecraft:zombie_spawn_egg", 64, null), + BAKED_POTATO(NamespaceID.from("minecraft:baked_potato"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - ZOMBIE_HORSE_SPAWN_EGG("minecraft:zombie_horse_spawn_egg", 64, null), + POISONOUS_POTATO(NamespaceID.from("minecraft:poisonous_potato"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - ZOMBIE_VILLAGER_SPAWN_EGG("minecraft:zombie_villager_spawn_egg", 64, null), + MAP(NamespaceID.from("minecraft:map"), (byte) 64, () -> null), - ZOMBIFIED_PIGLIN_SPAWN_EGG("minecraft:zombified_piglin_spawn_egg", 64, null), + GOLDEN_CARROT(NamespaceID.from("minecraft:golden_carrot"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - EXPERIENCE_BOTTLE("minecraft:experience_bottle", 64, null), + SKELETON_SKULL(NamespaceID.from("minecraft:skeleton_skull"), (byte) 64, () -> Registries.getBlock("minecraft:skeleton_skull")), - FIRE_CHARGE("minecraft:fire_charge", 64, null), + WITHER_SKELETON_SKULL(NamespaceID.from("minecraft:wither_skeleton_skull"), (byte) 64, () -> Registries.getBlock("minecraft:wither_skeleton_skull")), - WRITABLE_BOOK("minecraft:writable_book", 1, null), + PLAYER_HEAD(NamespaceID.from("minecraft:player_head"), (byte) 64, () -> Registries.getBlock("minecraft:player_head")), - WRITTEN_BOOK("minecraft:written_book", 16, null), + ZOMBIE_HEAD(NamespaceID.from("minecraft:zombie_head"), (byte) 64, () -> Registries.getBlock("minecraft:zombie_head")), - EMERALD("minecraft:emerald", 64, null), + CREEPER_HEAD(NamespaceID.from("minecraft:creeper_head"), (byte) 64, () -> Registries.getBlock("minecraft:creeper_head")), - ITEM_FRAME("minecraft:item_frame", 64, null), + DRAGON_HEAD(NamespaceID.from("minecraft:dragon_head"), (byte) 64, () -> Registries.getBlock("minecraft:dragon_head")), - FLOWER_POT("minecraft:flower_pot", 64, Block.FLOWER_POT), + CARROT_ON_A_STICK(NamespaceID.from("minecraft:carrot_on_a_stick"), (byte) 1, () -> null), - CARROT("minecraft:carrot", 64, null), + WARPED_FUNGUS_ON_A_STICK(NamespaceID.from("minecraft:warped_fungus_on_a_stick"), (byte) 1, () -> null), - POTATO("minecraft:potato", 64, null), + NETHER_STAR(NamespaceID.from("minecraft:nether_star"), (byte) 64, () -> null), - BAKED_POTATO("minecraft:baked_potato", 64, null), + PUMPKIN_PIE(NamespaceID.from("minecraft:pumpkin_pie"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - POISONOUS_POTATO("minecraft:poisonous_potato", 64, null), + FIREWORK_ROCKET(NamespaceID.from("minecraft:firework_rocket"), (byte) 64, () -> null), - MAP("minecraft:map", 64, null), + FIREWORK_STAR(NamespaceID.from("minecraft:firework_star"), (byte) 64, () -> null), - GOLDEN_CARROT("minecraft:golden_carrot", 64, null), + ENCHANTED_BOOK(NamespaceID.from("minecraft:enchanted_book"), (byte) 1, () -> null), - SKELETON_SKULL("minecraft:skeleton_skull", 64, Block.SKELETON_SKULL), + NETHER_BRICK(NamespaceID.from("minecraft:nether_brick"), (byte) 64, () -> null), - WITHER_SKELETON_SKULL("minecraft:wither_skeleton_skull", 64, Block.WITHER_SKELETON_SKULL), + QUARTZ(NamespaceID.from("minecraft:quartz"), (byte) 64, () -> null), - PLAYER_HEAD("minecraft:player_head", 64, Block.PLAYER_HEAD), + TNT_MINECART(NamespaceID.from("minecraft:tnt_minecart"), (byte) 1, () -> null), - ZOMBIE_HEAD("minecraft:zombie_head", 64, Block.ZOMBIE_HEAD), + HOPPER_MINECART(NamespaceID.from("minecraft:hopper_minecart"), (byte) 1, () -> null), - CREEPER_HEAD("minecraft:creeper_head", 64, Block.CREEPER_HEAD), + PRISMARINE_SHARD(NamespaceID.from("minecraft:prismarine_shard"), (byte) 64, () -> null), - DRAGON_HEAD("minecraft:dragon_head", 64, Block.DRAGON_HEAD), + PRISMARINE_CRYSTALS(NamespaceID.from("minecraft:prismarine_crystals"), (byte) 64, () -> null), - CARROT_ON_A_STICK("minecraft:carrot_on_a_stick", 64, null), + RABBIT(NamespaceID.from("minecraft:rabbit"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - WARPED_FUNGUS_ON_A_STICK("minecraft:warped_fungus_on_a_stick", 64, null), + COOKED_RABBIT(NamespaceID.from("minecraft:cooked_rabbit"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - NETHER_STAR("minecraft:nether_star", 64, null), + RABBIT_STEW(NamespaceID.from("minecraft:rabbit_stew"), (byte) 1, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - PUMPKIN_PIE("minecraft:pumpkin_pie", 64, null), + RABBIT_FOOT(NamespaceID.from("minecraft:rabbit_foot"), (byte) 64, () -> null), - FIREWORK_ROCKET("minecraft:firework_rocket", 64, null), + RABBIT_HIDE(NamespaceID.from("minecraft:rabbit_hide"), (byte) 64, () -> null), - FIREWORK_STAR("minecraft:firework_star", 64, null), + ARMOR_STAND(NamespaceID.from("minecraft:armor_stand"), (byte) 16, () -> null), - ENCHANTED_BOOK("minecraft:enchanted_book", 1, null), + IRON_HORSE_ARMOR(NamespaceID.from("minecraft:iron_horse_armor"), (byte) 1, () -> null), - NETHER_BRICK("minecraft:nether_brick", 64, null), + GOLDEN_HORSE_ARMOR(NamespaceID.from("minecraft:golden_horse_armor"), (byte) 1, () -> null), - QUARTZ("minecraft:quartz", 64, null), + DIAMOND_HORSE_ARMOR(NamespaceID.from("minecraft:diamond_horse_armor"), (byte) 1, () -> null), - TNT_MINECART("minecraft:tnt_minecart", 1, null), + LEATHER_HORSE_ARMOR(NamespaceID.from("minecraft:leather_horse_armor"), (byte) 1, () -> null), - HOPPER_MINECART("minecraft:hopper_minecart", 1, null), + LEAD(NamespaceID.from("minecraft:lead"), (byte) 64, () -> null), - PRISMARINE_SHARD("minecraft:prismarine_shard", 64, null), + NAME_TAG(NamespaceID.from("minecraft:name_tag"), (byte) 64, () -> null), - PRISMARINE_CRYSTALS("minecraft:prismarine_crystals", 64, null), + COMMAND_BLOCK_MINECART(NamespaceID.from("minecraft:command_block_minecart"), (byte) 1, () -> null), - RABBIT("minecraft:rabbit", 64, null), + MUTTON(NamespaceID.from("minecraft:mutton"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - COOKED_RABBIT("minecraft:cooked_rabbit", 64, null), + COOKED_MUTTON(NamespaceID.from("minecraft:cooked_mutton"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - RABBIT_STEW("minecraft:rabbit_stew", 1, null), + WHITE_BANNER(NamespaceID.from("minecraft:white_banner"), (byte) 16, () -> Registries.getBlock("minecraft:white_banner")), - RABBIT_FOOT("minecraft:rabbit_foot", 64, null), + ORANGE_BANNER(NamespaceID.from("minecraft:orange_banner"), (byte) 16, () -> Registries.getBlock("minecraft:orange_banner")), - RABBIT_HIDE("minecraft:rabbit_hide", 64, null), + MAGENTA_BANNER(NamespaceID.from("minecraft:magenta_banner"), (byte) 16, () -> Registries.getBlock("minecraft:magenta_banner")), - ARMOR_STAND("minecraft:armor_stand", 16, null), + LIGHT_BLUE_BANNER(NamespaceID.from("minecraft:light_blue_banner"), (byte) 16, () -> Registries.getBlock("minecraft:light_blue_banner")), - IRON_HORSE_ARMOR("minecraft:iron_horse_armor", 1, null), + YELLOW_BANNER(NamespaceID.from("minecraft:yellow_banner"), (byte) 16, () -> Registries.getBlock("minecraft:yellow_banner")), - GOLDEN_HORSE_ARMOR("minecraft:golden_horse_armor", 1, null), + LIME_BANNER(NamespaceID.from("minecraft:lime_banner"), (byte) 16, () -> Registries.getBlock("minecraft:lime_banner")), - DIAMOND_HORSE_ARMOR("minecraft:diamond_horse_armor", 1, null), + PINK_BANNER(NamespaceID.from("minecraft:pink_banner"), (byte) 16, () -> Registries.getBlock("minecraft:pink_banner")), - LEATHER_HORSE_ARMOR("minecraft:leather_horse_armor", 1, null), + GRAY_BANNER(NamespaceID.from("minecraft:gray_banner"), (byte) 16, () -> Registries.getBlock("minecraft:gray_banner")), - LEAD("minecraft:lead", 64, null), + LIGHT_GRAY_BANNER(NamespaceID.from("minecraft:light_gray_banner"), (byte) 16, () -> Registries.getBlock("minecraft:light_gray_banner")), - NAME_TAG("minecraft:name_tag", 64, null), + CYAN_BANNER(NamespaceID.from("minecraft:cyan_banner"), (byte) 16, () -> Registries.getBlock("minecraft:cyan_banner")), - COMMAND_BLOCK_MINECART("minecraft:command_block_minecart", 1, null), + PURPLE_BANNER(NamespaceID.from("minecraft:purple_banner"), (byte) 16, () -> Registries.getBlock("minecraft:purple_banner")), - MUTTON("minecraft:mutton", 64, null), + BLUE_BANNER(NamespaceID.from("minecraft:blue_banner"), (byte) 16, () -> Registries.getBlock("minecraft:blue_banner")), - COOKED_MUTTON("minecraft:cooked_mutton", 64, null), + BROWN_BANNER(NamespaceID.from("minecraft:brown_banner"), (byte) 16, () -> Registries.getBlock("minecraft:brown_banner")), - WHITE_BANNER("minecraft:white_banner", 16, Block.WHITE_BANNER), + GREEN_BANNER(NamespaceID.from("minecraft:green_banner"), (byte) 16, () -> Registries.getBlock("minecraft:green_banner")), - ORANGE_BANNER("minecraft:orange_banner", 16, Block.ORANGE_BANNER), + RED_BANNER(NamespaceID.from("minecraft:red_banner"), (byte) 16, () -> Registries.getBlock("minecraft:red_banner")), - MAGENTA_BANNER("minecraft:magenta_banner", 16, Block.MAGENTA_BANNER), + BLACK_BANNER(NamespaceID.from("minecraft:black_banner"), (byte) 16, () -> Registries.getBlock("minecraft:black_banner")), - LIGHT_BLUE_BANNER("minecraft:light_blue_banner", 16, Block.LIGHT_BLUE_BANNER), + END_CRYSTAL(NamespaceID.from("minecraft:end_crystal"), (byte) 64, () -> null), - YELLOW_BANNER("minecraft:yellow_banner", 16, Block.YELLOW_BANNER), + CHORUS_FRUIT(NamespaceID.from("minecraft:chorus_fruit"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - LIME_BANNER("minecraft:lime_banner", 16, Block.LIME_BANNER), + POPPED_CHORUS_FRUIT(NamespaceID.from("minecraft:popped_chorus_fruit"), (byte) 64, () -> null), - PINK_BANNER("minecraft:pink_banner", 16, Block.PINK_BANNER), + BEETROOT(NamespaceID.from("minecraft:beetroot"), (byte) 64, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - GRAY_BANNER("minecraft:gray_banner", 16, Block.GRAY_BANNER), + BEETROOT_SEEDS(NamespaceID.from("minecraft:beetroot_seeds"), (byte) 64, () -> Registries.getBlock("minecraft:beetroots")), - LIGHT_GRAY_BANNER("minecraft:light_gray_banner", 16, Block.LIGHT_GRAY_BANNER), + BEETROOT_SOUP(NamespaceID.from("minecraft:beetroot_soup"), (byte) 1, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - CYAN_BANNER("minecraft:cyan_banner", 16, Block.CYAN_BANNER), + DRAGON_BREATH(NamespaceID.from("minecraft:dragon_breath"), (byte) 64, () -> null), - PURPLE_BANNER("minecraft:purple_banner", 16, Block.PURPLE_BANNER), + SPLASH_POTION(NamespaceID.from("minecraft:splash_potion"), (byte) 1, () -> null), - BLUE_BANNER("minecraft:blue_banner", 16, Block.BLUE_BANNER), + SPECTRAL_ARROW(NamespaceID.from("minecraft:spectral_arrow"), (byte) 64, () -> null), - BROWN_BANNER("minecraft:brown_banner", 16, Block.BROWN_BANNER), + TIPPED_ARROW(NamespaceID.from("minecraft:tipped_arrow"), (byte) 64, () -> null), - GREEN_BANNER("minecraft:green_banner", 16, Block.GREEN_BANNER), + LINGERING_POTION(NamespaceID.from("minecraft:lingering_potion"), (byte) 1, () -> null), - RED_BANNER("minecraft:red_banner", 16, Block.RED_BANNER), + SHIELD(NamespaceID.from("minecraft:shield"), (byte) 1, () -> null), - BLACK_BANNER("minecraft:black_banner", 16, Block.BLACK_BANNER), + ELYTRA(NamespaceID.from("minecraft:elytra"), (byte) 1, () -> null), - END_CRYSTAL("minecraft:end_crystal", 64, null), + SPRUCE_BOAT(NamespaceID.from("minecraft:spruce_boat"), (byte) 1, () -> null), - CHORUS_FRUIT("minecraft:chorus_fruit", 64, null), + BIRCH_BOAT(NamespaceID.from("minecraft:birch_boat"), (byte) 1, () -> null), - POPPED_CHORUS_FRUIT("minecraft:popped_chorus_fruit", 64, null), + JUNGLE_BOAT(NamespaceID.from("minecraft:jungle_boat"), (byte) 1, () -> null), - BEETROOT("minecraft:beetroot", 64, null), + ACACIA_BOAT(NamespaceID.from("minecraft:acacia_boat"), (byte) 1, () -> null), - BEETROOT_SEEDS("minecraft:beetroot_seeds", 64, null), + DARK_OAK_BOAT(NamespaceID.from("minecraft:dark_oak_boat"), (byte) 1, () -> null), - BEETROOT_SOUP("minecraft:beetroot_soup", 1, null), + TOTEM_OF_UNDYING(NamespaceID.from("minecraft:totem_of_undying"), (byte) 1, () -> null), - DRAGON_BREATH("minecraft:dragon_breath", 64, null), + SHULKER_SHELL(NamespaceID.from("minecraft:shulker_shell"), (byte) 64, () -> null), - SPLASH_POTION("minecraft:splash_potion", 1, null), + IRON_NUGGET(NamespaceID.from("minecraft:iron_nugget"), (byte) 64, () -> null), - SPECTRAL_ARROW("minecraft:spectral_arrow", 64, null), + KNOWLEDGE_BOOK(NamespaceID.from("minecraft:knowledge_book"), (byte) 1, () -> null), - TIPPED_ARROW("minecraft:tipped_arrow", 64, null), + DEBUG_STICK(NamespaceID.from("minecraft:debug_stick"), (byte) 1, () -> null), - LINGERING_POTION("minecraft:lingering_potion", 1, null), + MUSIC_DISC_13(NamespaceID.from("minecraft:music_disc_13"), (byte) 1, () -> null), - SHIELD("minecraft:shield", 64, null), + MUSIC_DISC_CAT(NamespaceID.from("minecraft:music_disc_cat"), (byte) 1, () -> null), - ELYTRA("minecraft:elytra", 64, null), + MUSIC_DISC_BLOCKS(NamespaceID.from("minecraft:music_disc_blocks"), (byte) 1, () -> null), - SPRUCE_BOAT("minecraft:spruce_boat", 1, null), + MUSIC_DISC_CHIRP(NamespaceID.from("minecraft:music_disc_chirp"), (byte) 1, () -> null), - BIRCH_BOAT("minecraft:birch_boat", 1, null), + MUSIC_DISC_FAR(NamespaceID.from("minecraft:music_disc_far"), (byte) 1, () -> null), - JUNGLE_BOAT("minecraft:jungle_boat", 1, null), + MUSIC_DISC_MALL(NamespaceID.from("minecraft:music_disc_mall"), (byte) 1, () -> null), - ACACIA_BOAT("minecraft:acacia_boat", 1, null), + MUSIC_DISC_MELLOHI(NamespaceID.from("minecraft:music_disc_mellohi"), (byte) 1, () -> null), - DARK_OAK_BOAT("minecraft:dark_oak_boat", 1, null), + MUSIC_DISC_STAL(NamespaceID.from("minecraft:music_disc_stal"), (byte) 1, () -> null), - TOTEM_OF_UNDYING("minecraft:totem_of_undying", 1, null), + MUSIC_DISC_STRAD(NamespaceID.from("minecraft:music_disc_strad"), (byte) 1, () -> null), - SHULKER_SHELL("minecraft:shulker_shell", 64, null), + MUSIC_DISC_WARD(NamespaceID.from("minecraft:music_disc_ward"), (byte) 1, () -> null), - IRON_NUGGET("minecraft:iron_nugget", 64, null), + MUSIC_DISC_11(NamespaceID.from("minecraft:music_disc_11"), (byte) 1, () -> null), - KNOWLEDGE_BOOK("minecraft:knowledge_book", 1, null), + MUSIC_DISC_WAIT(NamespaceID.from("minecraft:music_disc_wait"), (byte) 1, () -> null), - DEBUG_STICK("minecraft:debug_stick", 1, null), + MUSIC_DISC_PIGSTEP(NamespaceID.from("minecraft:music_disc_pigstep"), (byte) 1, () -> null), - MUSIC_DISC_13("minecraft:music_disc_13", 1, null), + TRIDENT(NamespaceID.from("minecraft:trident"), (byte) 1, () -> null), - MUSIC_DISC_CAT("minecraft:music_disc_cat", 1, null), + PHANTOM_MEMBRANE(NamespaceID.from("minecraft:phantom_membrane"), (byte) 64, () -> null), - MUSIC_DISC_BLOCKS("minecraft:music_disc_blocks", 1, null), + NAUTILUS_SHELL(NamespaceID.from("minecraft:nautilus_shell"), (byte) 64, () -> null), - MUSIC_DISC_CHIRP("minecraft:music_disc_chirp", 1, null), + HEART_OF_THE_SEA(NamespaceID.from("minecraft:heart_of_the_sea"), (byte) 64, () -> null), - MUSIC_DISC_FAR("minecraft:music_disc_far", 1, null), + CROSSBOW(NamespaceID.from("minecraft:crossbow"), (byte) 1, () -> null), - MUSIC_DISC_MALL("minecraft:music_disc_mall", 1, null), + SUSPICIOUS_STEW(NamespaceID.from("minecraft:suspicious_stew"), (byte) 1, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - MUSIC_DISC_MELLOHI("minecraft:music_disc_mellohi", 1, null), + LOOM(NamespaceID.from("minecraft:loom"), (byte) 64, () -> Registries.getBlock("minecraft:loom")), - MUSIC_DISC_STAL("minecraft:music_disc_stal", 1, null), + FLOWER_BANNER_PATTERN(NamespaceID.from("minecraft:flower_banner_pattern"), (byte) 1, () -> null), - MUSIC_DISC_STRAD("minecraft:music_disc_strad", 1, null), + CREEPER_BANNER_PATTERN(NamespaceID.from("minecraft:creeper_banner_pattern"), (byte) 1, () -> null), - MUSIC_DISC_WARD("minecraft:music_disc_ward", 1, null), + SKULL_BANNER_PATTERN(NamespaceID.from("minecraft:skull_banner_pattern"), (byte) 1, () -> null), - MUSIC_DISC_11("minecraft:music_disc_11", 1, null), + MOJANG_BANNER_PATTERN(NamespaceID.from("minecraft:mojang_banner_pattern"), (byte) 1, () -> null), - MUSIC_DISC_WAIT("minecraft:music_disc_wait", 1, null), + GLOBE_BANNER_PATTER(NamespaceID.from("minecraft:globe_banner_pattern"), (byte) 1, () -> null), - MUSIC_DISC_PIGSTEP("minecraft:music_disc_pigstep", 1, null), + PIGLIN_BANNER_PATTERN(NamespaceID.from("minecraft:piglin_banner_pattern"), (byte) 1, () -> null), - TRIDENT("minecraft:trident", 64, null), + COMPOSTER(NamespaceID.from("minecraft:composter"), (byte) 64, () -> Registries.getBlock("minecraft:composter")), - PHANTOM_MEMBRANE("minecraft:phantom_membrane", 64, null), + BARREL(NamespaceID.from("minecraft:barrel"), (byte) 64, () -> Registries.getBlock("minecraft:barrel")), - NAUTILUS_SHELL("minecraft:nautilus_shell", 64, null), + SMOKER(NamespaceID.from("minecraft:smoker"), (byte) 64, () -> Registries.getBlock("minecraft:smoker")), - HEART_OF_THE_SEA("minecraft:heart_of_the_sea", 64, null), + BLAST_FURNACE(NamespaceID.from("minecraft:blast_furnace"), (byte) 64, () -> Registries.getBlock("minecraft:blast_furnace")), - CROSSBOW("minecraft:crossbow", 1, null), + CARTOGRAPHY_TABLE(NamespaceID.from("minecraft:cartography_table"), (byte) 64, () -> Registries.getBlock("minecraft:cartography_table")), - SUSPICIOUS_STEW("minecraft:suspicious_stew", 1, null), + FLETCHING_TABLE(NamespaceID.from("minecraft:fletching_table"), (byte) 64, () -> Registries.getBlock("minecraft:fletching_table")), - LOOM("minecraft:loom", 64, Block.LOOM), + GRINDSTONE(NamespaceID.from("minecraft:grindstone"), (byte) 64, () -> Registries.getBlock("minecraft:grindstone")), - FLOWER_BANNER_PATTERN("minecraft:flower_banner_pattern", 1, null), + LECTERN(NamespaceID.from("minecraft:lectern"), (byte) 64, () -> Registries.getBlock("minecraft:lectern")), - CREEPER_BANNER_PATTERN("minecraft:creeper_banner_pattern", 1, null), + SMITHING_TABLE(NamespaceID.from("minecraft:smithing_table"), (byte) 64, () -> Registries.getBlock("minecraft:smithing_table")), - SKULL_BANNER_PATTERN("minecraft:skull_banner_pattern", 1, null), + STONECUTTER(NamespaceID.from("minecraft:stonecutter"), (byte) 64, () -> Registries.getBlock("minecraft:stonecutter")), - MOJANG_BANNER_PATTERN("minecraft:mojang_banner_pattern", 1, null), + BELL(NamespaceID.from("minecraft:bell"), (byte) 64, () -> Registries.getBlock("minecraft:bell")), - GLOBE_BANNER_PATTERN("minecraft:globe_banner_pattern", 1, null), + LANTERN(NamespaceID.from("minecraft:lantern"), (byte) 64, () -> Registries.getBlock("minecraft:lantern")), - PIGLIN_BANNER_PATTERN("minecraft:piglin_banner_pattern", 1, null), + SOUL_LANTERN(NamespaceID.from("minecraft:soul_lantern"), (byte) 64, () -> Registries.getBlock("minecraft:soul_lantern")), - COMPOSTER("minecraft:composter", 64, Block.COMPOSTER), + SWEET_BERRIES(NamespaceID.from("minecraft:sweet_berries"), (byte) 64, () -> Registries.getBlock("minecraft:sweet_berry_bush")) { + @Override + public boolean isFood() { + return true; + } + }, - BARREL("minecraft:barrel", 64, Block.BARREL), + CAMPFIRE(NamespaceID.from("minecraft:campfire"), (byte) 64, () -> Registries.getBlock("minecraft:campfire")), - SMOKER("minecraft:smoker", 64, Block.SMOKER), + SOUL_CAMPFIRE(NamespaceID.from("minecraft:soul_campfire"), (byte) 64, () -> Registries.getBlock("minecraft:soul_campfire")), - BLAST_FURNACE("minecraft:blast_furnace", 64, Block.BLAST_FURNACE), + SHROOMLIGHT(NamespaceID.from("minecraft:shroomlight"), (byte) 64, () -> Registries.getBlock("minecraft:shroomlight")), - CARTOGRAPHY_TABLE("minecraft:cartography_table", 64, Block.CARTOGRAPHY_TABLE), + HONEYCOMB(NamespaceID.from("minecraft:honeycomb"), (byte) 64, () -> null), - FLETCHING_TABLE("minecraft:fletching_table", 64, Block.FLETCHING_TABLE), + BEE_NEST(NamespaceID.from("minecraft:bee_nest"), (byte) 64, () -> Registries.getBlock("minecraft:bee_nest")), - GRINDSTONE("minecraft:grindstone", 64, Block.GRINDSTONE), + BEEHIVE(NamespaceID.from("minecraft:beehive"), (byte) 64, () -> Registries.getBlock("minecraft:beehive")), - LECTERN("minecraft:lectern", 64, Block.LECTERN), + HONEY_BOTTLE(NamespaceID.from("minecraft:honey_bottle"), (byte) 16, () -> null) { + @Override + public boolean isFood() { + return true; + } + }, - SMITHING_TABLE("minecraft:smithing_table", 64, Block.SMITHING_TABLE), + HONEY_BLOCK(NamespaceID.from("minecraft:honey_block"), (byte) 64, () -> Registries.getBlock("minecraft:honey_block")), - STONECUTTER("minecraft:stonecutter", 64, Block.STONECUTTER), + HONEYCOMB_BLOCK(NamespaceID.from("minecraft:honeycomb_block"), (byte) 64, () -> Registries.getBlock("minecraft:honeycomb_block")), - BELL("minecraft:bell", 64, Block.BELL), + LODESTONE(NamespaceID.from("minecraft:lodestone"), (byte) 64, () -> Registries.getBlock("minecraft:lodestone")), - LANTERN("minecraft:lantern", 64, Block.LANTERN), + NETHERITE_BLOCK(NamespaceID.from("minecraft:netherite_block"), (byte) 64, () -> Registries.getBlock("minecraft:netherite_block")), - SOUL_LANTERN("minecraft:soul_lantern", 64, Block.SOUL_LANTERN), + ANCIENT_DEBRIS(NamespaceID.from("minecraft:ancient_debris"), (byte) 64, () -> Registries.getBlock("minecraft:ancient_debris")), - SWEET_BERRIES("minecraft:sweet_berries", 64, null), + TARGET(NamespaceID.from("minecraft:target"), (byte) 64, () -> Registries.getBlock("minecraft:target")), - CAMPFIRE("minecraft:campfire", 64, Block.CAMPFIRE), + CRYING_OBSIDIAN(NamespaceID.from("minecraft:crying_obsidian"), (byte) 64, () -> Registries.getBlock("minecraft:crying_obsidian")), - SOUL_CAMPFIRE("minecraft:soul_campfire", 64, Block.SOUL_CAMPFIRE), + BLACKSTONE(NamespaceID.from("minecraft:blackstone"), (byte) 64, () -> Registries.getBlock("minecraft:blackstone")), - SHROOMLIGHT("minecraft:shroomlight", 64, Block.SHROOMLIGHT), + BLACKSTONE_SLAB(NamespaceID.from("minecraft:blackstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:blackstone_slab")), - HONEYCOMB("minecraft:honeycomb", 64, null), + BLACKSTONE_STAIRS(NamespaceID.from("minecraft:blackstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:blackstone_stairs")), - BEE_NEST("minecraft:bee_nest", 64, Block.BEE_NEST), + GILDED_BLACKSTONE(NamespaceID.from("minecraft:gilded_blackstone"), (byte) 64, () -> Registries.getBlock("minecraft:gilded_blackstone")), - BEEHIVE("minecraft:beehive", 64, Block.BEEHIVE), + POLISHED_BLACKSTONE(NamespaceID.from("minecraft:polished_blackstone"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone")), - HONEY_BOTTLE("minecraft:honey_bottle", 16, null), + POLISHED_BLACKSTONE_SLAB(NamespaceID.from("minecraft:polished_blackstone_slab"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_slab")), - HONEY_BLOCK("minecraft:honey_block", 64, Block.HONEY_BLOCK), + POLISHED_BLACKSTONE_STAIRS(NamespaceID.from("minecraft:polished_blackstone_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_stairs")), - HONEYCOMB_BLOCK("minecraft:honeycomb_block", 64, Block.HONEYCOMB_BLOCK), + CHISELED_POLISHED_BLACKSTONE(NamespaceID.from("minecraft:chiseled_polished_blackstone"), (byte) 64, () -> Registries.getBlock("minecraft:chiseled_polished_blackstone")), - LODESTONE("minecraft:lodestone", 64, Block.LODESTONE), + POLISHED_BLACKSTONE_BRICKS(NamespaceID.from("minecraft:polished_blackstone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_bricks")), - NETHERITE_BLOCK("minecraft:netherite_block", 64, Block.NETHERITE_BLOCK), + POLISHED_BLACKSTONE_BRICK_SLAB(NamespaceID.from("minecraft:polished_blackstone_brick_slab"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_brick_slab")), - ANCIENT_DEBRIS("minecraft:ancient_debris", 64, Block.ANCIENT_DEBRIS), + POLISHED_BLACKSTONE_BRICK_STAIRS(NamespaceID.from("minecraft:polished_blackstone_brick_stairs"), (byte) 64, () -> Registries.getBlock("minecraft:polished_blackstone_brick_stairs")), - TARGET("minecraft:target", 64, Block.TARGET), + CRACKED_POLISHED_BLACKSTONE_BRICKS(NamespaceID.from("minecraft:cracked_polished_blackstone_bricks"), (byte) 64, () -> Registries.getBlock("minecraft:cracked_polished_blackstone_bricks")), - CRYING_OBSIDIAN("minecraft:crying_obsidian", 64, Block.CRYING_OBSIDIAN), + RESPAWN_ANCHOR(NamespaceID.from("minecraft:respawn_anchor"), (byte) 64, () -> Registries.getBlock("minecraft:respawn_anchor")); - BLACKSTONE("minecraft:blackstone", 64, Block.BLACKSTONE), - - BLACKSTONE_SLAB("minecraft:blackstone_slab", 64, Block.BLACKSTONE_SLAB), - - BLACKSTONE_STAIRS("minecraft:blackstone_stairs", 64, Block.BLACKSTONE_STAIRS), - - GILDED_BLACKSTONE("minecraft:gilded_blackstone", 64, Block.GILDED_BLACKSTONE), - - POLISHED_BLACKSTONE("minecraft:polished_blackstone", 64, Block.POLISHED_BLACKSTONE), - - POLISHED_BLACKSTONE_SLAB("minecraft:polished_blackstone_slab", 64, Block.POLISHED_BLACKSTONE_SLAB), - - POLISHED_BLACKSTONE_STAIRS("minecraft:polished_blackstone_stairs", 64, Block.POLISHED_BLACKSTONE_STAIRS), - - CHISELED_POLISHED_BLACKSTONE("minecraft:chiseled_polished_blackstone", 64, Block.CHISELED_POLISHED_BLACKSTONE), - - POLISHED_BLACKSTONE_BRICKS("minecraft:polished_blackstone_bricks", 64, Block.POLISHED_BLACKSTONE_BRICKS), - - POLISHED_BLACKSTONE_BRICK_SLAB("minecraft:polished_blackstone_brick_slab", 64, Block.POLISHED_BLACKSTONE_BRICK_SLAB), - - POLISHED_BLACKSTONE_BRICK_STAIRS("minecraft:polished_blackstone_brick_stairs", 64, Block.POLISHED_BLACKSTONE_BRICK_STAIRS), - - CRACKED_POLISHED_BLACKSTONE_BRICKS("minecraft:cracked_polished_blackstone_bricks", 64, Block.CRACKED_POLISHED_BLACKSTONE_BRICKS), - - RESPAWN_ANCHOR("minecraft:respawn_anchor", 64, Block.RESPAWN_ANCHOR); + private static final Material[] VALUES = values(); @NotNull - private final String namespaceID; + private final NamespaceID id; - private final int maxDefaultStackSize; + private final byte maxDefaultStackSize; - @Nullable - private final Block correspondingBlock; + private final Supplier correspondingBlockSupplier; - private final Key key; - - Material(@NotNull String namespaceID, int maxDefaultStackSize, - @Nullable Block correspondingBlock) { - this.namespaceID = namespaceID; + Material(@NotNull NamespaceID id, byte maxDefaultStackSize, + @NotNull Supplier correspondingBlockSupplier) { + this.id = id; this.maxDefaultStackSize = maxDefaultStackSize; - this.correspondingBlock = correspondingBlock; - Registries.materials.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); + this.correspondingBlockSupplier = correspondingBlockSupplier; + Registries.materials.put(id, this); + } + + @Override + @NotNull + public Key key() { + return this.id; } public short getId() { - return (short)ordinal(); + return (short) ordinal(); } + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @NotNull public String getName() { - return namespaceID; + return this.id.asString(); } - public int getMaxDefaultStackSize() { - return maxDefaultStackSize; - } - - public boolean isBlock() { - return correspondingBlock != null && this != AIR; - } - - public Block getBlock() { - return correspondingBlock; + public byte getMaxDefaultStackSize() { + return this.maxDefaultStackSize; } + @Nullable public static Material fromId(short id) { - if(id >= 0 && id < values().length) { - return values()[id]; + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } - return AIR; - } - - public boolean isHelmet() { - return toString().endsWith("HELMET"); - } - - public boolean isChestplate() { - return toString().endsWith("CHESTPLATE"); - } - - public boolean isLeggings() { - return toString().endsWith("LEGGINGS"); - } - - public boolean isBoots() { - return toString().endsWith("BOOTS"); - } - - public boolean isArmor() { - return isChestplate() || isHelmet() || isLeggings() || isBoots(); + return null; } public boolean isFood() { - switch(this) { - case APPLE: - case MUSHROOM_STEW: - case BREAD: - case PORKCHOP: - case COOKED_PORKCHOP: - case GOLDEN_APPLE: - case ENCHANTED_GOLDEN_APPLE: - case COD: - case SALMON: - case TROPICAL_FISH: - case PUFFERFISH: - case COOKED_COD: - case COOKED_SALMON: - case CAKE: - case COOKIE: - case MELON_SLICE: - case DRIED_KELP: - case BEEF: - case COOKED_BEEF: - case CHICKEN: - case COOKED_CHICKEN: - case ROTTEN_FLESH: - case SPIDER_EYE: - case CARROT: - case POTATO: - case BAKED_POTATO: - case POISONOUS_POTATO: - case PUMPKIN_PIE: - case RABBIT: - case COOKED_RABBIT: - case RABBIT_STEW: - case MUTTON: - case COOKED_MUTTON: - case BEETROOT: - case BEETROOT_SOUP: - case SWEET_BERRIES: - case HONEY_BOTTLE: - case CHORUS_FRUIT: - return true; - } return false; } public boolean hasState() { - switch(this) { - case BOW: - case TRIDENT: - case CROSSBOW: - case SHIELD: + if (this == BOW || this == TRIDENT || this == CROSSBOW || this == SHIELD) { return true; + } else { + return isFood(); } - return isFood(); } - public Key key() { - return this.key; + public boolean isBlock() { + return this.correspondingBlockSupplier.get() != null && this.correspondingBlockSupplier.get() != Block.AIR; + } + + public boolean isArmor() { + return false; + } + + public boolean isHelmet() { + return false; + } + + public boolean isChestplate() { + return false; + } + + public boolean isLeggings() { + return false; + } + + public boolean isBoots() { + return false; + } + + @Nullable + public Block getBlock() { + return this.correspondingBlockSupplier.get(); + } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; } } diff --git a/src/autogenerated/java/net/minestom/server/particle/Particle.java b/src/autogenerated/java/net/minestom/server/particle/Particle.java index 378db4edc..325c5c52c 100644 --- a/src/autogenerated/java/net/minestom/server/particle/Particle.java +++ b/src/autogenerated/java/net/minestom/server/particle/Particle.java @@ -4,184 +4,193 @@ import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by ParticleGenerator */ -@SuppressWarnings({"deprecation"}) public enum Particle implements Keyed { - AMBIENT_ENTITY_EFFECT("minecraft:ambient_entity_effect"), + AMBIENT_ENTITY_EFFECT(NamespaceID.from("minecraft:ambient_entity_effect")), - ANGRY_VILLAGER("minecraft:angry_villager"), + ANGRY_VILLAGER(NamespaceID.from("minecraft:angry_villager")), - BARRIER("minecraft:barrier"), + BARRIER(NamespaceID.from("minecraft:barrier")), - BLOCK("minecraft:block"), + BLOCK(NamespaceID.from("minecraft:block")), - BUBBLE("minecraft:bubble"), + BUBBLE(NamespaceID.from("minecraft:bubble")), - CLOUD("minecraft:cloud"), + CLOUD(NamespaceID.from("minecraft:cloud")), - CRIT("minecraft:crit"), + CRIT(NamespaceID.from("minecraft:crit")), - DAMAGE_INDICATOR("minecraft:damage_indicator"), + DAMAGE_INDICATOR(NamespaceID.from("minecraft:damage_indicator")), - DRAGON_BREATH("minecraft:dragon_breath"), + DRAGON_BREATH(NamespaceID.from("minecraft:dragon_breath")), - DRIPPING_LAVA("minecraft:dripping_lava"), + DRIPPING_LAVA(NamespaceID.from("minecraft:dripping_lava")), - FALLING_LAVA("minecraft:falling_lava"), + FALLING_LAVA(NamespaceID.from("minecraft:falling_lava")), - LANDING_LAVA("minecraft:landing_lava"), + LANDING_LAVA(NamespaceID.from("minecraft:landing_lava")), - DRIPPING_WATER("minecraft:dripping_water"), + DRIPPING_WATER(NamespaceID.from("minecraft:dripping_water")), - FALLING_WATER("minecraft:falling_water"), + FALLING_WATER(NamespaceID.from("minecraft:falling_water")), - DUST("minecraft:dust"), + DUST(NamespaceID.from("minecraft:dust")), - EFFECT("minecraft:effect"), + EFFECT(NamespaceID.from("minecraft:effect")), - ELDER_GUARDIAN("minecraft:elder_guardian"), + ELDER_GUARDIAN(NamespaceID.from("minecraft:elder_guardian")), - ENCHANTED_HIT("minecraft:enchanted_hit"), + ENCHANTED_HIT(NamespaceID.from("minecraft:enchanted_hit")), - ENCHANT("minecraft:enchant"), + ENCHANT(NamespaceID.from("minecraft:enchant")), - END_ROD("minecraft:end_rod"), + END_ROD(NamespaceID.from("minecraft:end_rod")), - ENTITY_EFFECT("minecraft:entity_effect"), + ENTITY_EFFECT(NamespaceID.from("minecraft:entity_effect")), - EXPLOSION_EMITTER("minecraft:explosion_emitter"), + EXPLOSION_EMITTER(NamespaceID.from("minecraft:explosion_emitter")), - EXPLOSION("minecraft:explosion"), + EXPLOSION(NamespaceID.from("minecraft:explosion")), - FALLING_DUST("minecraft:falling_dust"), + FALLING_DUST(NamespaceID.from("minecraft:falling_dust")), - FIREWORK("minecraft:firework"), + FIREWORK(NamespaceID.from("minecraft:firework")), - FISHING("minecraft:fishing"), + FISHING(NamespaceID.from("minecraft:fishing")), - FLAME("minecraft:flame"), + FLAME(NamespaceID.from("minecraft:flame")), - SOUL_FIRE_FLAME("minecraft:soul_fire_flame"), + SOUL_FIRE_FLAME(NamespaceID.from("minecraft:soul_fire_flame")), - SOUL("minecraft:soul"), + SOUL(NamespaceID.from("minecraft:soul")), - FLASH("minecraft:flash"), + FLASH(NamespaceID.from("minecraft:flash")), - HAPPY_VILLAGER("minecraft:happy_villager"), + HAPPY_VILLAGER(NamespaceID.from("minecraft:happy_villager")), - COMPOSTER("minecraft:composter"), + COMPOSTER(NamespaceID.from("minecraft:composter")), - HEART("minecraft:heart"), + HEART(NamespaceID.from("minecraft:heart")), - INSTANT_EFFECT("minecraft:instant_effect"), + INSTANT_EFFECT(NamespaceID.from("minecraft:instant_effect")), - ITEM("minecraft:item"), + ITEM(NamespaceID.from("minecraft:item")), - ITEM_SLIME("minecraft:item_slime"), + ITEM_SLIME(NamespaceID.from("minecraft:item_slime")), - ITEM_SNOWBALL("minecraft:item_snowball"), + ITEM_SNOWBALL(NamespaceID.from("minecraft:item_snowball")), - LARGE_SMOKE("minecraft:large_smoke"), + LARGE_SMOKE(NamespaceID.from("minecraft:large_smoke")), - LAVA("minecraft:lava"), + LAVA(NamespaceID.from("minecraft:lava")), - MYCELIUM("minecraft:mycelium"), + MYCELIUM(NamespaceID.from("minecraft:mycelium")), - NOTE("minecraft:note"), + NOTE(NamespaceID.from("minecraft:note")), - POOF("minecraft:poof"), + POOF(NamespaceID.from("minecraft:poof")), - PORTAL("minecraft:portal"), + PORTAL(NamespaceID.from("minecraft:portal")), - RAIN("minecraft:rain"), + RAIN(NamespaceID.from("minecraft:rain")), - SMOKE("minecraft:smoke"), + SMOKE(NamespaceID.from("minecraft:smoke")), - SNEEZE("minecraft:sneeze"), + SNEEZE(NamespaceID.from("minecraft:sneeze")), - SPIT("minecraft:spit"), + SPIT(NamespaceID.from("minecraft:spit")), - SQUID_INK("minecraft:squid_ink"), + SQUID_INK(NamespaceID.from("minecraft:squid_ink")), - SWEEP_ATTACK("minecraft:sweep_attack"), + SWEEP_ATTACK(NamespaceID.from("minecraft:sweep_attack")), - TOTEM_OF_UNDYING("minecraft:totem_of_undying"), + TOTEM_OF_UNDYING(NamespaceID.from("minecraft:totem_of_undying")), - UNDERWATER("minecraft:underwater"), + UNDERWATER(NamespaceID.from("minecraft:underwater")), - SPLASH("minecraft:splash"), + SPLASH(NamespaceID.from("minecraft:splash")), - WITCH("minecraft:witch"), + WITCH(NamespaceID.from("minecraft:witch")), - BUBBLE_POP("minecraft:bubble_pop"), + BUBBLE_POP(NamespaceID.from("minecraft:bubble_pop")), - CURRENT_DOWN("minecraft:current_down"), + CURRENT_DOWN(NamespaceID.from("minecraft:current_down")), - BUBBLE_COLUMN_UP("minecraft:bubble_column_up"), + BUBBLE_COLUMN_UP(NamespaceID.from("minecraft:bubble_column_up")), - NAUTILUS("minecraft:nautilus"), + NAUTILUS(NamespaceID.from("minecraft:nautilus")), - DOLPHIN("minecraft:dolphin"), + DOLPHIN(NamespaceID.from("minecraft:dolphin")), - CAMPFIRE_COSY_SMOKE("minecraft:campfire_cosy_smoke"), + CAMPFIRE_COSY_SMOKE(NamespaceID.from("minecraft:campfire_cosy_smoke")), - CAMPFIRE_SIGNAL_SMOKE("minecraft:campfire_signal_smoke"), + CAMPFIRE_SIGNAL_SMOKE(NamespaceID.from("minecraft:campfire_signal_smoke")), - DRIPPING_HONEY("minecraft:dripping_honey"), + DRIPPING_HONEY(NamespaceID.from("minecraft:dripping_honey")), - FALLING_HONEY("minecraft:falling_honey"), + FALLING_HONEY(NamespaceID.from("minecraft:falling_honey")), - LANDING_HONEY("minecraft:landing_honey"), + LANDING_HONEY(NamespaceID.from("minecraft:landing_honey")), - FALLING_NECTAR("minecraft:falling_nectar"), + FALLING_NECTAR(NamespaceID.from("minecraft:falling_nectar")), - ASH("minecraft:ash"), + ASH(NamespaceID.from("minecraft:ash")), - CRIMSON_SPORE("minecraft:crimson_spore"), + CRIMSON_SPORE(NamespaceID.from("minecraft:crimson_spore")), - WARPED_SPORE("minecraft:warped_spore"), + WARPED_SPORE(NamespaceID.from("minecraft:warped_spore")), - DRIPPING_OBSIDIAN_TEAR("minecraft:dripping_obsidian_tear"), + DRIPPING_OBSIDIAN_TEAR(NamespaceID.from("minecraft:dripping_obsidian_tear")), - FALLING_OBSIDIAN_TEAR("minecraft:falling_obsidian_tear"), + FALLING_OBSIDIAN_TEAR(NamespaceID.from("minecraft:falling_obsidian_tear")), - LANDING_OBSIDIAN_TEAR("minecraft:landing_obsidian_tear"), + LANDING_OBSIDIAN_TEAR(NamespaceID.from("minecraft:landing_obsidian_tear")), - REVERSE_PORTAL("minecraft:reverse_portal"), + REVERSE_PORTAL(NamespaceID.from("minecraft:reverse_portal")), - WHITE_ASH("minecraft:white_ash"); + WHITE_ASH(NamespaceID.from("minecraft:white_ash")); - private final String namespaceID; + private static final Particle[] VALUES = values(); - private final Key key; + @NotNull + private final NamespaceID id; - Particle(String namespaceID) { - this.namespaceID = namespaceID; - Registries.particles.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; + Particle(@NotNull NamespaceID id) { + this.id = id; + Registries.particles.put(id, this); } + @Override + @NotNull public Key key() { - return this.key; + return this.id; } - public static Particle fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static Particle fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } return null; } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } } diff --git a/src/autogenerated/java/net/minestom/server/potion/PotionEffect.java b/src/autogenerated/java/net/minestom/server/potion/PotionEffect.java index 826394ee1..7cdcb463a 100644 --- a/src/autogenerated/java/net/minestom/server/potion/PotionEffect.java +++ b/src/autogenerated/java/net/minestom/server/potion/PotionEffect.java @@ -4,104 +4,113 @@ import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by PotionEffectGenerator */ -@SuppressWarnings({"deprecation"}) public enum PotionEffect implements Keyed { - SPEED("minecraft:speed"), + MOVEMENT_SPEED(NamespaceID.from("minecraft:speed")), - SLOWNESS("minecraft:slowness"), + MOVEMENT_SLOWDOWN(NamespaceID.from("minecraft:slowness")), - HASTE("minecraft:haste"), + DIG_SPEED(NamespaceID.from("minecraft:haste")), - MINING_FATIGUE("minecraft:mining_fatigue"), + DIG_SLOWDOWN(NamespaceID.from("minecraft:mining_fatigue")), - STRENGTH("minecraft:strength"), + DAMAGE_BOOST(NamespaceID.from("minecraft:strength")), - INSTANT_HEALTH("minecraft:instant_health"), + HEAL(NamespaceID.from("minecraft:instant_health")), - INSTANT_DAMAGE("minecraft:instant_damage"), + HARM(NamespaceID.from("minecraft:instant_damage")), - JUMP_BOOST("minecraft:jump_boost"), + JUMP(NamespaceID.from("minecraft:jump_boost")), - NAUSEA("minecraft:nausea"), + CONFUSION(NamespaceID.from("minecraft:nausea")), - REGENERATION("minecraft:regeneration"), + REGENERATION(NamespaceID.from("minecraft:regeneration")), - RESISTANCE("minecraft:resistance"), + DAMAGE_RESISTANCE(NamespaceID.from("minecraft:resistance")), - FIRE_RESISTANCE("minecraft:fire_resistance"), + FIRE_RESISTANCE(NamespaceID.from("minecraft:fire_resistance")), - WATER_BREATHING("minecraft:water_breathing"), + WATER_BREATHING(NamespaceID.from("minecraft:water_breathing")), - INVISIBILITY("minecraft:invisibility"), + INVISIBILITY(NamespaceID.from("minecraft:invisibility")), - BLINDNESS("minecraft:blindness"), + BLINDNESS(NamespaceID.from("minecraft:blindness")), - NIGHT_VISION("minecraft:night_vision"), + NIGHT_VISION(NamespaceID.from("minecraft:night_vision")), - HUNGER("minecraft:hunger"), + HUNGER(NamespaceID.from("minecraft:hunger")), - WEAKNESS("minecraft:weakness"), + WEAKNESS(NamespaceID.from("minecraft:weakness")), - POISON("minecraft:poison"), + POISON(NamespaceID.from("minecraft:poison")), - WITHER("minecraft:wither"), + WITHER(NamespaceID.from("minecraft:wither")), - HEALTH_BOOST("minecraft:health_boost"), + HEALTH_BOOST(NamespaceID.from("minecraft:health_boost")), - ABSORPTION("minecraft:absorption"), + ABSORPTION(NamespaceID.from("minecraft:absorption")), - SATURATION("minecraft:saturation"), + SATURATION(NamespaceID.from("minecraft:saturation")), - GLOWING("minecraft:glowing"), + GLOWING(NamespaceID.from("minecraft:glowing")), - LEVITATION("minecraft:levitation"), + LEVITATION(NamespaceID.from("minecraft:levitation")), - LUCK("minecraft:luck"), + LUCK(NamespaceID.from("minecraft:luck")), - UNLUCK("minecraft:unluck"), + UNLUCK(NamespaceID.from("minecraft:unluck")), - SLOW_FALLING("minecraft:slow_falling"), + SLOW_FALLING(NamespaceID.from("minecraft:slow_falling")), - CONDUIT_POWER("minecraft:conduit_power"), + CONDUIT_POWER(NamespaceID.from("minecraft:conduit_power")), - DOLPHINS_GRACE("minecraft:dolphins_grace"), + DOLPHINS_GRACE(NamespaceID.from("minecraft:dolphins_grace")), - BAD_OMEN("minecraft:bad_omen"), + BAD_OMEN(NamespaceID.from("minecraft:bad_omen")), - HERO_OF_THE_VILLAGE("minecraft:hero_of_the_village"); + HERO_OF_THE_VILLAGE(NamespaceID.from("minecraft:hero_of_the_village")); - private final String namespaceID; + private static final PotionEffect[] VALUES = values(); - private final Key key; + @NotNull + private final NamespaceID id; - PotionEffect(String namespaceID) { - this.namespaceID = namespaceID; - Registries.potionEffects.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal() + 1; - } - - public String getNamespaceID() { - return namespaceID; + PotionEffect(@NotNull NamespaceID id) { + this.id = id; + Registries.potionEffects.put(id, this); } + @Override + @NotNull public Key key() { - return this.key; + return this.id; } - public static PotionEffect fromId(int id) { - if (id >= 0 && id < values().length + 1) { - return values()[id - 1]; + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static PotionEffect fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } return null; } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } } diff --git a/src/autogenerated/java/net/minestom/server/potion/PotionType.java b/src/autogenerated/java/net/minestom/server/potion/PotionType.java index 375314472..8202b71e2 100644 --- a/src/autogenerated/java/net/minestom/server/potion/PotionType.java +++ b/src/autogenerated/java/net/minestom/server/potion/PotionType.java @@ -4,126 +4,135 @@ import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Keyed; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by PotionTypeGenerator */ -@SuppressWarnings({"deprecation"}) public enum PotionType implements Keyed { - EMPTY("minecraft:empty"), + EMPTY(NamespaceID.from("minecraft:empty")), - WATER("minecraft:water"), + WATER(NamespaceID.from("minecraft:water")), - MUNDANE("minecraft:mundane"), + MUNDANE(NamespaceID.from("minecraft:mundane")), - THICK("minecraft:thick"), + THICK(NamespaceID.from("minecraft:thick")), - AWKWARD("minecraft:awkward"), + AWKWARD(NamespaceID.from("minecraft:awkward")), - NIGHT_VISION("minecraft:night_vision"), + NIGHT_VISION(NamespaceID.from("minecraft:night_vision")), - LONG_NIGHT_VISION("minecraft:long_night_vision"), + LONG_NIGHT_VISION(NamespaceID.from("minecraft:long_night_vision")), - INVISIBILITY("minecraft:invisibility"), + INVISIBILITY(NamespaceID.from("minecraft:invisibility")), - LONG_INVISIBILITY("minecraft:long_invisibility"), + LONG_INVISIBILITY(NamespaceID.from("minecraft:long_invisibility")), - LEAPING("minecraft:leaping"), + LEAPING(NamespaceID.from("minecraft:leaping")), - LONG_LEAPING("minecraft:long_leaping"), + LONG_LEAPING(NamespaceID.from("minecraft:long_leaping")), - STRONG_LEAPING("minecraft:strong_leaping"), + STRONG_LEAPING(NamespaceID.from("minecraft:strong_leaping")), - FIRE_RESISTANCE("minecraft:fire_resistance"), + FIRE_RESISTANCE(NamespaceID.from("minecraft:fire_resistance")), - LONG_FIRE_RESISTANCE("minecraft:long_fire_resistance"), + LONG_FIRE_RESISTANCE(NamespaceID.from("minecraft:long_fire_resistance")), - SWIFTNESS("minecraft:swiftness"), + SWIFTNESS(NamespaceID.from("minecraft:swiftness")), - LONG_SWIFTNESS("minecraft:long_swiftness"), + LONG_SWIFTNESS(NamespaceID.from("minecraft:long_swiftness")), - STRONG_SWIFTNESS("minecraft:strong_swiftness"), + STRONG_SWIFTNESS(NamespaceID.from("minecraft:strong_swiftness")), - SLOWNESS("minecraft:slowness"), + SLOWNESS(NamespaceID.from("minecraft:slowness")), - LONG_SLOWNESS("minecraft:long_slowness"), + LONG_SLOWNESS(NamespaceID.from("minecraft:long_slowness")), - STRONG_SLOWNESS("minecraft:strong_slowness"), + STRONG_SLOWNESS(NamespaceID.from("minecraft:strong_slowness")), - TURTLE_MASTER("minecraft:turtle_master"), + TURTLE_MASTER(NamespaceID.from("minecraft:turtle_master")), - LONG_TURTLE_MASTER("minecraft:long_turtle_master"), + LONG_TURTLE_MASTER(NamespaceID.from("minecraft:long_turtle_master")), - STRONG_TURTLE_MASTER("minecraft:strong_turtle_master"), + STRONG_TURTLE_MASTER(NamespaceID.from("minecraft:strong_turtle_master")), - WATER_BREATHING("minecraft:water_breathing"), + WATER_BREATHING(NamespaceID.from("minecraft:water_breathing")), - LONG_WATER_BREATHING("minecraft:long_water_breathing"), + LONG_WATER_BREATHING(NamespaceID.from("minecraft:long_water_breathing")), - HEALING("minecraft:healing"), + HEALING(NamespaceID.from("minecraft:healing")), - STRONG_HEALING("minecraft:strong_healing"), + STRONG_HEALING(NamespaceID.from("minecraft:strong_healing")), - HARMING("minecraft:harming"), + HARMING(NamespaceID.from("minecraft:harming")), - STRONG_HARMING("minecraft:strong_harming"), + STRONG_HARMING(NamespaceID.from("minecraft:strong_harming")), - POISON("minecraft:poison"), + POISON(NamespaceID.from("minecraft:poison")), - LONG_POISON("minecraft:long_poison"), + LONG_POISON(NamespaceID.from("minecraft:long_poison")), - STRONG_POISON("minecraft:strong_poison"), + STRONG_POISON(NamespaceID.from("minecraft:strong_poison")), - REGENERATION("minecraft:regeneration"), + REGENERATION(NamespaceID.from("minecraft:regeneration")), - LONG_REGENERATION("minecraft:long_regeneration"), + LONG_REGENERATION(NamespaceID.from("minecraft:long_regeneration")), - STRONG_REGENERATION("minecraft:strong_regeneration"), + STRONG_REGENERATION(NamespaceID.from("minecraft:strong_regeneration")), - STRENGTH("minecraft:strength"), + STRENGTH(NamespaceID.from("minecraft:strength")), - LONG_STRENGTH("minecraft:long_strength"), + LONG_STRENGTH(NamespaceID.from("minecraft:long_strength")), - STRONG_STRENGTH("minecraft:strong_strength"), + STRONG_STRENGTH(NamespaceID.from("minecraft:strong_strength")), - WEAKNESS("minecraft:weakness"), + WEAKNESS(NamespaceID.from("minecraft:weakness")), - LONG_WEAKNESS("minecraft:long_weakness"), + LONG_WEAKNESS(NamespaceID.from("minecraft:long_weakness")), - LUCK("minecraft:luck"), + LUCK(NamespaceID.from("minecraft:luck")), - SLOW_FALLING("minecraft:slow_falling"), + SLOW_FALLING(NamespaceID.from("minecraft:slow_falling")), - LONG_SLOW_FALLING("minecraft:long_slow_falling"); + LONG_SLOW_FALLING(NamespaceID.from("minecraft:long_slow_falling")); - private final String namespaceID; + private static final PotionType[] VALUES = values(); - private final Key key; + @NotNull + private final NamespaceID id; - PotionType(String namespaceID) { - this.namespaceID = namespaceID; - Registries.potionTypes.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; + PotionType(@NotNull NamespaceID id) { + this.id = id; + Registries.potionTypes.put(id, this); } + @Override + @NotNull public Key key() { - return this.key; + return this.id; } - public static PotionType fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static PotionType fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } - return EMPTY; + return null; + } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; } } diff --git a/src/autogenerated/java/net/minestom/server/registry/Registries.java b/src/autogenerated/java/net/minestom/server/registry/Registries.java index b19850b1f..6f74540cb 100644 --- a/src/autogenerated/java/net/minestom/server/registry/Registries.java +++ b/src/autogenerated/java/net/minestom/server/registry/Registries.java @@ -1,10 +1,9 @@ // AUTOGENERATED by net.minestom.codegen.RegistriesGenerator package net.minestom.server.registry; -import java.util.HashMap; import net.kyori.adventure.key.Key; import net.minestom.server.entity.EntityType; -import net.minestom.server.fluids.Fluid; +import net.minestom.server.fluid.Fluid; import net.minestom.server.instance.block.Block; import net.minestom.server.item.Enchantment; import net.minestom.server.item.Material; @@ -12,11 +11,13 @@ import net.minestom.server.particle.Particle; import net.minestom.server.potion.PotionEffect; import net.minestom.server.potion.PotionType; import net.minestom.server.sound.SoundEvent; -import net.minestom.server.stat.StatisticType; +import net.minestom.server.statistic.StatisticType; import net.minestom.server.utils.NamespaceID; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; +import java.util.HashMap; + /** * AUTOGENERATED */ diff --git a/src/autogenerated/java/net/minestom/server/sound/SoundEvent.java b/src/autogenerated/java/net/minestom/server/sound/SoundEvent.java index 0c6f71850..910f72370 100644 --- a/src/autogenerated/java/net/minestom/server/sound/SoundEvent.java +++ b/src/autogenerated/java/net/minestom/server/sound/SoundEvent.java @@ -5,2024 +5,2033 @@ import net.kyori.adventure.key.Keyed; import net.kyori.adventure.sound.Sound; import net.minestom.server.registry.Registries; import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; /** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== + * AUTOGENERATED by SoundEventGenerator */ -@SuppressWarnings({"deprecation"}) public enum SoundEvent implements Keyed, Sound.Type { - AMBIENT_CAVE("minecraft:ambient.cave"), + AMBIENT_CAVE(NamespaceID.from("minecraft:ambient.cave")), - AMBIENT_BASALT_DELTAS_ADDITIONS("minecraft:ambient.basalt_deltas.additions"), + AMBIENT_BASALT_DELTAS_ADDITIONS(NamespaceID.from("minecraft:ambient.basalt_deltas.additions")), - AMBIENT_BASALT_DELTAS_LOOP("minecraft:ambient.basalt_deltas.loop"), + AMBIENT_BASALT_DELTAS_LOOP(NamespaceID.from("minecraft:ambient.basalt_deltas.loop")), - AMBIENT_BASALT_DELTAS_MOOD("minecraft:ambient.basalt_deltas.mood"), + AMBIENT_BASALT_DELTAS_MOOD(NamespaceID.from("minecraft:ambient.basalt_deltas.mood")), - AMBIENT_CRIMSON_FOREST_ADDITIONS("minecraft:ambient.crimson_forest.additions"), + AMBIENT_CRIMSON_FOREST_ADDITIONS(NamespaceID.from("minecraft:ambient.crimson_forest.additions")), - AMBIENT_CRIMSON_FOREST_LOOP("minecraft:ambient.crimson_forest.loop"), + AMBIENT_CRIMSON_FOREST_LOOP(NamespaceID.from("minecraft:ambient.crimson_forest.loop")), - AMBIENT_CRIMSON_FOREST_MOOD("minecraft:ambient.crimson_forest.mood"), + AMBIENT_CRIMSON_FOREST_MOOD(NamespaceID.from("minecraft:ambient.crimson_forest.mood")), - AMBIENT_NETHER_WASTES_ADDITIONS("minecraft:ambient.nether_wastes.additions"), + AMBIENT_NETHER_WASTES_ADDITIONS(NamespaceID.from("minecraft:ambient.nether_wastes.additions")), - AMBIENT_NETHER_WASTES_LOOP("minecraft:ambient.nether_wastes.loop"), + AMBIENT_NETHER_WASTES_LOOP(NamespaceID.from("minecraft:ambient.nether_wastes.loop")), - AMBIENT_NETHER_WASTES_MOOD("minecraft:ambient.nether_wastes.mood"), + AMBIENT_NETHER_WASTES_MOOD(NamespaceID.from("minecraft:ambient.nether_wastes.mood")), - AMBIENT_SOUL_SAND_VALLEY_ADDITIONS("minecraft:ambient.soul_sand_valley.additions"), + AMBIENT_SOUL_SAND_VALLEY_ADDITIONS(NamespaceID.from("minecraft:ambient.soul_sand_valley.additions")), - AMBIENT_SOUL_SAND_VALLEY_LOOP("minecraft:ambient.soul_sand_valley.loop"), + AMBIENT_SOUL_SAND_VALLEY_LOOP(NamespaceID.from("minecraft:ambient.soul_sand_valley.loop")), - AMBIENT_SOUL_SAND_VALLEY_MOOD("minecraft:ambient.soul_sand_valley.mood"), + AMBIENT_SOUL_SAND_VALLEY_MOOD(NamespaceID.from("minecraft:ambient.soul_sand_valley.mood")), - AMBIENT_WARPED_FOREST_ADDITIONS("minecraft:ambient.warped_forest.additions"), + AMBIENT_WARPED_FOREST_ADDITIONS(NamespaceID.from("minecraft:ambient.warped_forest.additions")), - AMBIENT_WARPED_FOREST_LOOP("minecraft:ambient.warped_forest.loop"), + AMBIENT_WARPED_FOREST_LOOP(NamespaceID.from("minecraft:ambient.warped_forest.loop")), - AMBIENT_WARPED_FOREST_MOOD("minecraft:ambient.warped_forest.mood"), + AMBIENT_WARPED_FOREST_MOOD(NamespaceID.from("minecraft:ambient.warped_forest.mood")), - AMBIENT_UNDERWATER_ENTER("minecraft:ambient.underwater.enter"), + AMBIENT_UNDERWATER_ENTER(NamespaceID.from("minecraft:ambient.underwater.enter")), - AMBIENT_UNDERWATER_EXIT("minecraft:ambient.underwater.exit"), + AMBIENT_UNDERWATER_EXIT(NamespaceID.from("minecraft:ambient.underwater.exit")), - AMBIENT_UNDERWATER_LOOP("minecraft:ambient.underwater.loop"), + AMBIENT_UNDERWATER_LOOP(NamespaceID.from("minecraft:ambient.underwater.loop")), - AMBIENT_UNDERWATER_LOOP_ADDITIONS("minecraft:ambient.underwater.loop.additions"), + AMBIENT_UNDERWATER_LOOP_ADDITIONS(NamespaceID.from("minecraft:ambient.underwater.loop.additions")), - AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE("minecraft:ambient.underwater.loop.additions.rare"), + AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE(NamespaceID.from("minecraft:ambient.underwater.loop.additions.rare")), - AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE("minecraft:ambient.underwater.loop.additions.ultra_rare"), + AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE(NamespaceID.from("minecraft:ambient.underwater.loop.additions.ultra_rare")), - BLOCK_ANCIENT_DEBRIS_BREAK("minecraft:block.ancient_debris.break"), + ANCIENT_DEBRIS_BREAK(NamespaceID.from("minecraft:block.ancient_debris.break")), - BLOCK_ANCIENT_DEBRIS_STEP("minecraft:block.ancient_debris.step"), + ANCIENT_DEBRIS_STEP(NamespaceID.from("minecraft:block.ancient_debris.step")), - BLOCK_ANCIENT_DEBRIS_PLACE("minecraft:block.ancient_debris.place"), + ANCIENT_DEBRIS_PLACE(NamespaceID.from("minecraft:block.ancient_debris.place")), - BLOCK_ANCIENT_DEBRIS_HIT("minecraft:block.ancient_debris.hit"), + ANCIENT_DEBRIS_HIT(NamespaceID.from("minecraft:block.ancient_debris.hit")), - BLOCK_ANCIENT_DEBRIS_FALL("minecraft:block.ancient_debris.fall"), + ANCIENT_DEBRIS_FALL(NamespaceID.from("minecraft:block.ancient_debris.fall")), - BLOCK_ANVIL_BREAK("minecraft:block.anvil.break"), + ANVIL_BREAK(NamespaceID.from("minecraft:block.anvil.break")), - BLOCK_ANVIL_DESTROY("minecraft:block.anvil.destroy"), + ANVIL_DESTROY(NamespaceID.from("minecraft:block.anvil.destroy")), - BLOCK_ANVIL_FALL("minecraft:block.anvil.fall"), + ANVIL_FALL(NamespaceID.from("minecraft:block.anvil.fall")), - BLOCK_ANVIL_HIT("minecraft:block.anvil.hit"), + ANVIL_HIT(NamespaceID.from("minecraft:block.anvil.hit")), - BLOCK_ANVIL_LAND("minecraft:block.anvil.land"), + ANVIL_LAND(NamespaceID.from("minecraft:block.anvil.land")), - BLOCK_ANVIL_PLACE("minecraft:block.anvil.place"), + ANVIL_PLACE(NamespaceID.from("minecraft:block.anvil.place")), - BLOCK_ANVIL_STEP("minecraft:block.anvil.step"), + ANVIL_STEP(NamespaceID.from("minecraft:block.anvil.step")), - BLOCK_ANVIL_USE("minecraft:block.anvil.use"), + ANVIL_USE(NamespaceID.from("minecraft:block.anvil.use")), - ITEM_ARMOR_EQUIP_CHAIN("minecraft:item.armor.equip_chain"), + ARMOR_EQUIP_CHAIN(NamespaceID.from("minecraft:item.armor.equip_chain")), - ITEM_ARMOR_EQUIP_DIAMOND("minecraft:item.armor.equip_diamond"), + ARMOR_EQUIP_DIAMOND(NamespaceID.from("minecraft:item.armor.equip_diamond")), - ITEM_ARMOR_EQUIP_ELYTRA("minecraft:item.armor.equip_elytra"), + ARMOR_EQUIP_ELYTRA(NamespaceID.from("minecraft:item.armor.equip_elytra")), - ITEM_ARMOR_EQUIP_GENERIC("minecraft:item.armor.equip_generic"), + ARMOR_EQUIP_GENERIC(NamespaceID.from("minecraft:item.armor.equip_generic")), - ITEM_ARMOR_EQUIP_GOLD("minecraft:item.armor.equip_gold"), + ARMOR_EQUIP_GOLD(NamespaceID.from("minecraft:item.armor.equip_gold")), - ITEM_ARMOR_EQUIP_IRON("minecraft:item.armor.equip_iron"), + ARMOR_EQUIP_IRON(NamespaceID.from("minecraft:item.armor.equip_iron")), - ITEM_ARMOR_EQUIP_LEATHER("minecraft:item.armor.equip_leather"), + ARMOR_EQUIP_LEATHER(NamespaceID.from("minecraft:item.armor.equip_leather")), - ITEM_ARMOR_EQUIP_NETHERITE("minecraft:item.armor.equip_netherite"), + ARMOR_EQUIP_NETHERITE(NamespaceID.from("minecraft:item.armor.equip_netherite")), - ITEM_ARMOR_EQUIP_TURTLE("minecraft:item.armor.equip_turtle"), + ARMOR_EQUIP_TURTLE(NamespaceID.from("minecraft:item.armor.equip_turtle")), - ENTITY_ARMOR_STAND_BREAK("minecraft:entity.armor_stand.break"), + ARMOR_STAND_BREAK(NamespaceID.from("minecraft:entity.armor_stand.break")), - ENTITY_ARMOR_STAND_FALL("minecraft:entity.armor_stand.fall"), + ARMOR_STAND_FALL(NamespaceID.from("minecraft:entity.armor_stand.fall")), - ENTITY_ARMOR_STAND_HIT("minecraft:entity.armor_stand.hit"), + ARMOR_STAND_HIT(NamespaceID.from("minecraft:entity.armor_stand.hit")), - ENTITY_ARMOR_STAND_PLACE("minecraft:entity.armor_stand.place"), + ARMOR_STAND_PLACE(NamespaceID.from("minecraft:entity.armor_stand.place")), - ENTITY_ARROW_HIT("minecraft:entity.arrow.hit"), + ARROW_HIT(NamespaceID.from("minecraft:entity.arrow.hit")), - ENTITY_ARROW_HIT_PLAYER("minecraft:entity.arrow.hit_player"), + ARROW_HIT_PLAYER(NamespaceID.from("minecraft:entity.arrow.hit_player")), - ENTITY_ARROW_SHOOT("minecraft:entity.arrow.shoot"), + ARROW_SHOOT(NamespaceID.from("minecraft:entity.arrow.shoot")), - ITEM_AXE_STRIP("minecraft:item.axe.strip"), + AXE_STRIP(NamespaceID.from("minecraft:item.axe.strip")), - BLOCK_BAMBOO_BREAK("minecraft:block.bamboo.break"), + BAMBOO_BREAK(NamespaceID.from("minecraft:block.bamboo.break")), - BLOCK_BAMBOO_FALL("minecraft:block.bamboo.fall"), + BAMBOO_FALL(NamespaceID.from("minecraft:block.bamboo.fall")), - BLOCK_BAMBOO_HIT("minecraft:block.bamboo.hit"), + BAMBOO_HIT(NamespaceID.from("minecraft:block.bamboo.hit")), - BLOCK_BAMBOO_PLACE("minecraft:block.bamboo.place"), + BAMBOO_PLACE(NamespaceID.from("minecraft:block.bamboo.place")), - BLOCK_BAMBOO_STEP("minecraft:block.bamboo.step"), + BAMBOO_STEP(NamespaceID.from("minecraft:block.bamboo.step")), - BLOCK_BAMBOO_SAPLING_BREAK("minecraft:block.bamboo_sapling.break"), + BAMBOO_SAPLING_BREAK(NamespaceID.from("minecraft:block.bamboo_sapling.break")), - BLOCK_BAMBOO_SAPLING_HIT("minecraft:block.bamboo_sapling.hit"), + BAMBOO_SAPLING_HIT(NamespaceID.from("minecraft:block.bamboo_sapling.hit")), - BLOCK_BAMBOO_SAPLING_PLACE("minecraft:block.bamboo_sapling.place"), + BAMBOO_SAPLING_PLACE(NamespaceID.from("minecraft:block.bamboo_sapling.place")), - BLOCK_BARREL_CLOSE("minecraft:block.barrel.close"), + BARREL_CLOSE(NamespaceID.from("minecraft:block.barrel.close")), - BLOCK_BARREL_OPEN("minecraft:block.barrel.open"), + BARREL_OPEN(NamespaceID.from("minecraft:block.barrel.open")), - BLOCK_BASALT_BREAK("minecraft:block.basalt.break"), + BASALT_BREAK(NamespaceID.from("minecraft:block.basalt.break")), - BLOCK_BASALT_STEP("minecraft:block.basalt.step"), + BASALT_STEP(NamespaceID.from("minecraft:block.basalt.step")), - BLOCK_BASALT_PLACE("minecraft:block.basalt.place"), + BASALT_PLACE(NamespaceID.from("minecraft:block.basalt.place")), - BLOCK_BASALT_HIT("minecraft:block.basalt.hit"), + BASALT_HIT(NamespaceID.from("minecraft:block.basalt.hit")), - BLOCK_BASALT_FALL("minecraft:block.basalt.fall"), + BASALT_FALL(NamespaceID.from("minecraft:block.basalt.fall")), - ENTITY_BAT_AMBIENT("minecraft:entity.bat.ambient"), + BAT_AMBIENT(NamespaceID.from("minecraft:entity.bat.ambient")), - ENTITY_BAT_DEATH("minecraft:entity.bat.death"), + BAT_DEATH(NamespaceID.from("minecraft:entity.bat.death")), - ENTITY_BAT_HURT("minecraft:entity.bat.hurt"), + BAT_HURT(NamespaceID.from("minecraft:entity.bat.hurt")), - ENTITY_BAT_LOOP("minecraft:entity.bat.loop"), + BAT_LOOP(NamespaceID.from("minecraft:entity.bat.loop")), - ENTITY_BAT_TAKEOFF("minecraft:entity.bat.takeoff"), + BAT_TAKEOFF(NamespaceID.from("minecraft:entity.bat.takeoff")), - BLOCK_BEACON_ACTIVATE("minecraft:block.beacon.activate"), + BEACON_ACTIVATE(NamespaceID.from("minecraft:block.beacon.activate")), - BLOCK_BEACON_AMBIENT("minecraft:block.beacon.ambient"), + BEACON_AMBIENT(NamespaceID.from("minecraft:block.beacon.ambient")), - BLOCK_BEACON_DEACTIVATE("minecraft:block.beacon.deactivate"), + BEACON_DEACTIVATE(NamespaceID.from("minecraft:block.beacon.deactivate")), - BLOCK_BEACON_POWER_SELECT("minecraft:block.beacon.power_select"), + BEACON_POWER_SELECT(NamespaceID.from("minecraft:block.beacon.power_select")), - ENTITY_BEE_DEATH("minecraft:entity.bee.death"), + BEE_DEATH(NamespaceID.from("minecraft:entity.bee.death")), - ENTITY_BEE_HURT("minecraft:entity.bee.hurt"), + BEE_HURT(NamespaceID.from("minecraft:entity.bee.hurt")), - ENTITY_BEE_LOOP_AGGRESSIVE("minecraft:entity.bee.loop_aggressive"), + BEE_LOOP_AGGRESSIVE(NamespaceID.from("minecraft:entity.bee.loop_aggressive")), - ENTITY_BEE_LOOP("minecraft:entity.bee.loop"), + BEE_LOOP(NamespaceID.from("minecraft:entity.bee.loop")), - ENTITY_BEE_STING("minecraft:entity.bee.sting"), + BEE_STING(NamespaceID.from("minecraft:entity.bee.sting")), - ENTITY_BEE_POLLINATE("minecraft:entity.bee.pollinate"), + BEE_POLLINATE(NamespaceID.from("minecraft:entity.bee.pollinate")), - BLOCK_BEEHIVE_DRIP("minecraft:block.beehive.drip"), + BEEHIVE_DRIP(NamespaceID.from("minecraft:block.beehive.drip")), - BLOCK_BEEHIVE_ENTER("minecraft:block.beehive.enter"), + BEEHIVE_ENTER(NamespaceID.from("minecraft:block.beehive.enter")), - BLOCK_BEEHIVE_EXIT("minecraft:block.beehive.exit"), + BEEHIVE_EXIT(NamespaceID.from("minecraft:block.beehive.exit")), - BLOCK_BEEHIVE_SHEAR("minecraft:block.beehive.shear"), + BEEHIVE_SHEAR(NamespaceID.from("minecraft:block.beehive.shear")), - BLOCK_BEEHIVE_WORK("minecraft:block.beehive.work"), + BEEHIVE_WORK(NamespaceID.from("minecraft:block.beehive.work")), - BLOCK_BELL_USE("minecraft:block.bell.use"), + BELL_BLOCK(NamespaceID.from("minecraft:block.bell.use")), - BLOCK_BELL_RESONATE("minecraft:block.bell.resonate"), + BELL_RESONATE(NamespaceID.from("minecraft:block.bell.resonate")), - ENTITY_BLAZE_AMBIENT("minecraft:entity.blaze.ambient"), + BLAZE_AMBIENT(NamespaceID.from("minecraft:entity.blaze.ambient")), - ENTITY_BLAZE_BURN("minecraft:entity.blaze.burn"), + BLAZE_BURN(NamespaceID.from("minecraft:entity.blaze.burn")), - ENTITY_BLAZE_DEATH("minecraft:entity.blaze.death"), + BLAZE_DEATH(NamespaceID.from("minecraft:entity.blaze.death")), - ENTITY_BLAZE_HURT("minecraft:entity.blaze.hurt"), + BLAZE_HURT(NamespaceID.from("minecraft:entity.blaze.hurt")), - ENTITY_BLAZE_SHOOT("minecraft:entity.blaze.shoot"), + BLAZE_SHOOT(NamespaceID.from("minecraft:entity.blaze.shoot")), - ENTITY_BOAT_PADDLE_LAND("minecraft:entity.boat.paddle_land"), + BOAT_PADDLE_LAND(NamespaceID.from("minecraft:entity.boat.paddle_land")), - ENTITY_BOAT_PADDLE_WATER("minecraft:entity.boat.paddle_water"), + BOAT_PADDLE_WATER(NamespaceID.from("minecraft:entity.boat.paddle_water")), - BLOCK_BONE_BLOCK_BREAK("minecraft:block.bone_block.break"), + BONE_BLOCK_BREAK(NamespaceID.from("minecraft:block.bone_block.break")), - BLOCK_BONE_BLOCK_FALL("minecraft:block.bone_block.fall"), + BONE_BLOCK_FALL(NamespaceID.from("minecraft:block.bone_block.fall")), - BLOCK_BONE_BLOCK_HIT("minecraft:block.bone_block.hit"), + BONE_BLOCK_HIT(NamespaceID.from("minecraft:block.bone_block.hit")), - BLOCK_BONE_BLOCK_PLACE("minecraft:block.bone_block.place"), + BONE_BLOCK_PLACE(NamespaceID.from("minecraft:block.bone_block.place")), - BLOCK_BONE_BLOCK_STEP("minecraft:block.bone_block.step"), + BONE_BLOCK_STEP(NamespaceID.from("minecraft:block.bone_block.step")), - ITEM_BOOK_PAGE_TURN("minecraft:item.book.page_turn"), + BOOK_PAGE_TURN(NamespaceID.from("minecraft:item.book.page_turn")), - ITEM_BOOK_PUT("minecraft:item.book.put"), + BOOK_PUT(NamespaceID.from("minecraft:item.book.put")), - BLOCK_BLASTFURNACE_FIRE_CRACKLE("minecraft:block.blastfurnace.fire_crackle"), + BLASTFURNACE_FIRE_CRACKLE(NamespaceID.from("minecraft:block.blastfurnace.fire_crackle")), - ITEM_BOTTLE_EMPTY("minecraft:item.bottle.empty"), + BOTTLE_EMPTY(NamespaceID.from("minecraft:item.bottle.empty")), - ITEM_BOTTLE_FILL("minecraft:item.bottle.fill"), + BOTTLE_FILL(NamespaceID.from("minecraft:item.bottle.fill")), - ITEM_BOTTLE_FILL_DRAGONBREATH("minecraft:item.bottle.fill_dragonbreath"), + BOTTLE_FILL_DRAGONBREATH(NamespaceID.from("minecraft:item.bottle.fill_dragonbreath")), - BLOCK_BREWING_STAND_BREW("minecraft:block.brewing_stand.brew"), + BREWING_STAND_BREW(NamespaceID.from("minecraft:block.brewing_stand.brew")), - BLOCK_BUBBLE_COLUMN_BUBBLE_POP("minecraft:block.bubble_column.bubble_pop"), + BUBBLE_COLUMN_BUBBLE_POP(NamespaceID.from("minecraft:block.bubble_column.bubble_pop")), - BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT("minecraft:block.bubble_column.upwards_ambient"), + BUBBLE_COLUMN_UPWARDS_AMBIENT(NamespaceID.from("minecraft:block.bubble_column.upwards_ambient")), - BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE("minecraft:block.bubble_column.upwards_inside"), + BUBBLE_COLUMN_UPWARDS_INSIDE(NamespaceID.from("minecraft:block.bubble_column.upwards_inside")), - BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT("minecraft:block.bubble_column.whirlpool_ambient"), + BUBBLE_COLUMN_WHIRLPOOL_AMBIENT(NamespaceID.from("minecraft:block.bubble_column.whirlpool_ambient")), - BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE("minecraft:block.bubble_column.whirlpool_inside"), + BUBBLE_COLUMN_WHIRLPOOL_INSIDE(NamespaceID.from("minecraft:block.bubble_column.whirlpool_inside")), - ITEM_BUCKET_EMPTY("minecraft:item.bucket.empty"), + BUCKET_EMPTY(NamespaceID.from("minecraft:item.bucket.empty")), - ITEM_BUCKET_EMPTY_FISH("minecraft:item.bucket.empty_fish"), + BUCKET_EMPTY_FISH(NamespaceID.from("minecraft:item.bucket.empty_fish")), - ITEM_BUCKET_EMPTY_LAVA("minecraft:item.bucket.empty_lava"), + BUCKET_EMPTY_LAVA(NamespaceID.from("minecraft:item.bucket.empty_lava")), - ITEM_BUCKET_FILL("minecraft:item.bucket.fill"), + BUCKET_FILL(NamespaceID.from("minecraft:item.bucket.fill")), - ITEM_BUCKET_FILL_FISH("minecraft:item.bucket.fill_fish"), + BUCKET_FILL_FISH(NamespaceID.from("minecraft:item.bucket.fill_fish")), - ITEM_BUCKET_FILL_LAVA("minecraft:item.bucket.fill_lava"), + BUCKET_FILL_LAVA(NamespaceID.from("minecraft:item.bucket.fill_lava")), - BLOCK_CAMPFIRE_CRACKLE("minecraft:block.campfire.crackle"), + CAMPFIRE_CRACKLE(NamespaceID.from("minecraft:block.campfire.crackle")), - ENTITY_CAT_AMBIENT("minecraft:entity.cat.ambient"), + CAT_AMBIENT(NamespaceID.from("minecraft:entity.cat.ambient")), - ENTITY_CAT_STRAY_AMBIENT("minecraft:entity.cat.stray_ambient"), + CAT_STRAY_AMBIENT(NamespaceID.from("minecraft:entity.cat.stray_ambient")), - ENTITY_CAT_DEATH("minecraft:entity.cat.death"), + CAT_DEATH(NamespaceID.from("minecraft:entity.cat.death")), - ENTITY_CAT_EAT("minecraft:entity.cat.eat"), + CAT_EAT(NamespaceID.from("minecraft:entity.cat.eat")), - ENTITY_CAT_HISS("minecraft:entity.cat.hiss"), + CAT_HISS(NamespaceID.from("minecraft:entity.cat.hiss")), - ENTITY_CAT_BEG_FOR_FOOD("minecraft:entity.cat.beg_for_food"), + CAT_BEG_FOR_FOOD(NamespaceID.from("minecraft:entity.cat.beg_for_food")), - ENTITY_CAT_HURT("minecraft:entity.cat.hurt"), + CAT_HURT(NamespaceID.from("minecraft:entity.cat.hurt")), - ENTITY_CAT_PURR("minecraft:entity.cat.purr"), + CAT_PURR(NamespaceID.from("minecraft:entity.cat.purr")), - ENTITY_CAT_PURREOW("minecraft:entity.cat.purreow"), + CAT_PURREOW(NamespaceID.from("minecraft:entity.cat.purreow")), - BLOCK_CHAIN_BREAK("minecraft:block.chain.break"), + CHAIN_BREAK(NamespaceID.from("minecraft:block.chain.break")), - BLOCK_CHAIN_FALL("minecraft:block.chain.fall"), + CHAIN_FALL(NamespaceID.from("minecraft:block.chain.fall")), - BLOCK_CHAIN_HIT("minecraft:block.chain.hit"), + CHAIN_HIT(NamespaceID.from("minecraft:block.chain.hit")), - BLOCK_CHAIN_PLACE("minecraft:block.chain.place"), + CHAIN_PLACE(NamespaceID.from("minecraft:block.chain.place")), - BLOCK_CHAIN_STEP("minecraft:block.chain.step"), + CHAIN_STEP(NamespaceID.from("minecraft:block.chain.step")), - BLOCK_CHEST_CLOSE("minecraft:block.chest.close"), + CHEST_CLOSE(NamespaceID.from("minecraft:block.chest.close")), - BLOCK_CHEST_LOCKED("minecraft:block.chest.locked"), + CHEST_LOCKED(NamespaceID.from("minecraft:block.chest.locked")), - BLOCK_CHEST_OPEN("minecraft:block.chest.open"), + CHEST_OPEN(NamespaceID.from("minecraft:block.chest.open")), - ENTITY_CHICKEN_AMBIENT("minecraft:entity.chicken.ambient"), + CHICKEN_AMBIENT(NamespaceID.from("minecraft:entity.chicken.ambient")), - ENTITY_CHICKEN_DEATH("minecraft:entity.chicken.death"), + CHICKEN_DEATH(NamespaceID.from("minecraft:entity.chicken.death")), - ENTITY_CHICKEN_EGG("minecraft:entity.chicken.egg"), + CHICKEN_EGG(NamespaceID.from("minecraft:entity.chicken.egg")), - ENTITY_CHICKEN_HURT("minecraft:entity.chicken.hurt"), + CHICKEN_HURT(NamespaceID.from("minecraft:entity.chicken.hurt")), - ENTITY_CHICKEN_STEP("minecraft:entity.chicken.step"), + CHICKEN_STEP(NamespaceID.from("minecraft:entity.chicken.step")), - BLOCK_CHORUS_FLOWER_DEATH("minecraft:block.chorus_flower.death"), + CHORUS_FLOWER_DEATH(NamespaceID.from("minecraft:block.chorus_flower.death")), - BLOCK_CHORUS_FLOWER_GROW("minecraft:block.chorus_flower.grow"), + CHORUS_FLOWER_GROW(NamespaceID.from("minecraft:block.chorus_flower.grow")), - ITEM_CHORUS_FRUIT_TELEPORT("minecraft:item.chorus_fruit.teleport"), + CHORUS_FRUIT_TELEPORT(NamespaceID.from("minecraft:item.chorus_fruit.teleport")), - ENTITY_COD_AMBIENT("minecraft:entity.cod.ambient"), + COD_AMBIENT(NamespaceID.from("minecraft:entity.cod.ambient")), - ENTITY_COD_DEATH("minecraft:entity.cod.death"), + COD_DEATH(NamespaceID.from("minecraft:entity.cod.death")), - ENTITY_COD_FLOP("minecraft:entity.cod.flop"), + COD_FLOP(NamespaceID.from("minecraft:entity.cod.flop")), - ENTITY_COD_HURT("minecraft:entity.cod.hurt"), + COD_HURT(NamespaceID.from("minecraft:entity.cod.hurt")), - BLOCK_COMPARATOR_CLICK("minecraft:block.comparator.click"), + COMPARATOR_CLICK(NamespaceID.from("minecraft:block.comparator.click")), - BLOCK_COMPOSTER_EMPTY("minecraft:block.composter.empty"), + COMPOSTER_EMPTY(NamespaceID.from("minecraft:block.composter.empty")), - BLOCK_COMPOSTER_FILL("minecraft:block.composter.fill"), + COMPOSTER_FILL(NamespaceID.from("minecraft:block.composter.fill")), - BLOCK_COMPOSTER_FILL_SUCCESS("minecraft:block.composter.fill_success"), + COMPOSTER_FILL_SUCCESS(NamespaceID.from("minecraft:block.composter.fill_success")), - BLOCK_COMPOSTER_READY("minecraft:block.composter.ready"), + COMPOSTER_READY(NamespaceID.from("minecraft:block.composter.ready")), - BLOCK_CONDUIT_ACTIVATE("minecraft:block.conduit.activate"), + CONDUIT_ACTIVATE(NamespaceID.from("minecraft:block.conduit.activate")), - BLOCK_CONDUIT_AMBIENT("minecraft:block.conduit.ambient"), + CONDUIT_AMBIENT(NamespaceID.from("minecraft:block.conduit.ambient")), - BLOCK_CONDUIT_AMBIENT_SHORT("minecraft:block.conduit.ambient.short"), + CONDUIT_AMBIENT_SHORT(NamespaceID.from("minecraft:block.conduit.ambient.short")), - BLOCK_CONDUIT_ATTACK_TARGET("minecraft:block.conduit.attack.target"), + CONDUIT_ATTACK_TARGET(NamespaceID.from("minecraft:block.conduit.attack.target")), - BLOCK_CONDUIT_DEACTIVATE("minecraft:block.conduit.deactivate"), + CONDUIT_DEACTIVATE(NamespaceID.from("minecraft:block.conduit.deactivate")), - BLOCK_CORAL_BLOCK_BREAK("minecraft:block.coral_block.break"), + CORAL_BLOCK_BREAK(NamespaceID.from("minecraft:block.coral_block.break")), - BLOCK_CORAL_BLOCK_FALL("minecraft:block.coral_block.fall"), + CORAL_BLOCK_FALL(NamespaceID.from("minecraft:block.coral_block.fall")), - BLOCK_CORAL_BLOCK_HIT("minecraft:block.coral_block.hit"), + CORAL_BLOCK_HIT(NamespaceID.from("minecraft:block.coral_block.hit")), - BLOCK_CORAL_BLOCK_PLACE("minecraft:block.coral_block.place"), + CORAL_BLOCK_PLACE(NamespaceID.from("minecraft:block.coral_block.place")), - BLOCK_CORAL_BLOCK_STEP("minecraft:block.coral_block.step"), + CORAL_BLOCK_STEP(NamespaceID.from("minecraft:block.coral_block.step")), - ENTITY_COW_AMBIENT("minecraft:entity.cow.ambient"), + COW_AMBIENT(NamespaceID.from("minecraft:entity.cow.ambient")), - ENTITY_COW_DEATH("minecraft:entity.cow.death"), + COW_DEATH(NamespaceID.from("minecraft:entity.cow.death")), - ENTITY_COW_HURT("minecraft:entity.cow.hurt"), + COW_HURT(NamespaceID.from("minecraft:entity.cow.hurt")), - ENTITY_COW_MILK("minecraft:entity.cow.milk"), + COW_MILK(NamespaceID.from("minecraft:entity.cow.milk")), - ENTITY_COW_STEP("minecraft:entity.cow.step"), + COW_STEP(NamespaceID.from("minecraft:entity.cow.step")), - ENTITY_CREEPER_DEATH("minecraft:entity.creeper.death"), + CREEPER_DEATH(NamespaceID.from("minecraft:entity.creeper.death")), - ENTITY_CREEPER_HURT("minecraft:entity.creeper.hurt"), + CREEPER_HURT(NamespaceID.from("minecraft:entity.creeper.hurt")), - ENTITY_CREEPER_PRIMED("minecraft:entity.creeper.primed"), + CREEPER_PRIMED(NamespaceID.from("minecraft:entity.creeper.primed")), - BLOCK_CROP_BREAK("minecraft:block.crop.break"), + CROP_BREAK(NamespaceID.from("minecraft:block.crop.break")), - ITEM_CROP_PLANT("minecraft:item.crop.plant"), + CROP_PLANTED(NamespaceID.from("minecraft:item.crop.plant")), - ITEM_CROSSBOW_HIT("minecraft:item.crossbow.hit"), + CROSSBOW_HIT(NamespaceID.from("minecraft:item.crossbow.hit")), - ITEM_CROSSBOW_LOADING_END("minecraft:item.crossbow.loading_end"), + CROSSBOW_LOADING_END(NamespaceID.from("minecraft:item.crossbow.loading_end")), - ITEM_CROSSBOW_LOADING_MIDDLE("minecraft:item.crossbow.loading_middle"), + CROSSBOW_LOADING_MIDDLE(NamespaceID.from("minecraft:item.crossbow.loading_middle")), - ITEM_CROSSBOW_LOADING_START("minecraft:item.crossbow.loading_start"), + CROSSBOW_LOADING_START(NamespaceID.from("minecraft:item.crossbow.loading_start")), - ITEM_CROSSBOW_QUICK_CHARGE_1("minecraft:item.crossbow.quick_charge_1"), + CROSSBOW_QUICK_CHARGE_1(NamespaceID.from("minecraft:item.crossbow.quick_charge_1")), - ITEM_CROSSBOW_QUICK_CHARGE_2("minecraft:item.crossbow.quick_charge_2"), + CROSSBOW_QUICK_CHARGE_2(NamespaceID.from("minecraft:item.crossbow.quick_charge_2")), - ITEM_CROSSBOW_QUICK_CHARGE_3("minecraft:item.crossbow.quick_charge_3"), + CROSSBOW_QUICK_CHARGE_3(NamespaceID.from("minecraft:item.crossbow.quick_charge_3")), - ITEM_CROSSBOW_SHOOT("minecraft:item.crossbow.shoot"), + CROSSBOW_SHOOT(NamespaceID.from("minecraft:item.crossbow.shoot")), - BLOCK_DISPENSER_DISPENSE("minecraft:block.dispenser.dispense"), + DISPENSER_DISPENSE(NamespaceID.from("minecraft:block.dispenser.dispense")), - BLOCK_DISPENSER_FAIL("minecraft:block.dispenser.fail"), + DISPENSER_FAIL(NamespaceID.from("minecraft:block.dispenser.fail")), - BLOCK_DISPENSER_LAUNCH("minecraft:block.dispenser.launch"), + DISPENSER_LAUNCH(NamespaceID.from("minecraft:block.dispenser.launch")), - ENTITY_DOLPHIN_AMBIENT("minecraft:entity.dolphin.ambient"), + DOLPHIN_AMBIENT(NamespaceID.from("minecraft:entity.dolphin.ambient")), - ENTITY_DOLPHIN_AMBIENT_WATER("minecraft:entity.dolphin.ambient_water"), + DOLPHIN_AMBIENT_WATER(NamespaceID.from("minecraft:entity.dolphin.ambient_water")), - ENTITY_DOLPHIN_ATTACK("minecraft:entity.dolphin.attack"), + DOLPHIN_ATTACK(NamespaceID.from("minecraft:entity.dolphin.attack")), - ENTITY_DOLPHIN_DEATH("minecraft:entity.dolphin.death"), + DOLPHIN_DEATH(NamespaceID.from("minecraft:entity.dolphin.death")), - ENTITY_DOLPHIN_EAT("minecraft:entity.dolphin.eat"), + DOLPHIN_EAT(NamespaceID.from("minecraft:entity.dolphin.eat")), - ENTITY_DOLPHIN_HURT("minecraft:entity.dolphin.hurt"), + DOLPHIN_HURT(NamespaceID.from("minecraft:entity.dolphin.hurt")), - ENTITY_DOLPHIN_JUMP("minecraft:entity.dolphin.jump"), + DOLPHIN_JUMP(NamespaceID.from("minecraft:entity.dolphin.jump")), - ENTITY_DOLPHIN_PLAY("minecraft:entity.dolphin.play"), + DOLPHIN_PLAY(NamespaceID.from("minecraft:entity.dolphin.play")), - ENTITY_DOLPHIN_SPLASH("minecraft:entity.dolphin.splash"), + DOLPHIN_SPLASH(NamespaceID.from("minecraft:entity.dolphin.splash")), - ENTITY_DOLPHIN_SWIM("minecraft:entity.dolphin.swim"), + DOLPHIN_SWIM(NamespaceID.from("minecraft:entity.dolphin.swim")), - ENTITY_DONKEY_AMBIENT("minecraft:entity.donkey.ambient"), + DONKEY_AMBIENT(NamespaceID.from("minecraft:entity.donkey.ambient")), - ENTITY_DONKEY_ANGRY("minecraft:entity.donkey.angry"), + DONKEY_ANGRY(NamespaceID.from("minecraft:entity.donkey.angry")), - ENTITY_DONKEY_CHEST("minecraft:entity.donkey.chest"), + DONKEY_CHEST(NamespaceID.from("minecraft:entity.donkey.chest")), - ENTITY_DONKEY_DEATH("minecraft:entity.donkey.death"), + DONKEY_DEATH(NamespaceID.from("minecraft:entity.donkey.death")), - ENTITY_DONKEY_EAT("minecraft:entity.donkey.eat"), + DONKEY_EAT(NamespaceID.from("minecraft:entity.donkey.eat")), - ENTITY_DONKEY_HURT("minecraft:entity.donkey.hurt"), + DONKEY_HURT(NamespaceID.from("minecraft:entity.donkey.hurt")), - ENTITY_DROWNED_AMBIENT("minecraft:entity.drowned.ambient"), + DROWNED_AMBIENT(NamespaceID.from("minecraft:entity.drowned.ambient")), - ENTITY_DROWNED_AMBIENT_WATER("minecraft:entity.drowned.ambient_water"), + DROWNED_AMBIENT_WATER(NamespaceID.from("minecraft:entity.drowned.ambient_water")), - ENTITY_DROWNED_DEATH("minecraft:entity.drowned.death"), + DROWNED_DEATH(NamespaceID.from("minecraft:entity.drowned.death")), - ENTITY_DROWNED_DEATH_WATER("minecraft:entity.drowned.death_water"), + DROWNED_DEATH_WATER(NamespaceID.from("minecraft:entity.drowned.death_water")), - ENTITY_DROWNED_HURT("minecraft:entity.drowned.hurt"), + DROWNED_HURT(NamespaceID.from("minecraft:entity.drowned.hurt")), - ENTITY_DROWNED_HURT_WATER("minecraft:entity.drowned.hurt_water"), + DROWNED_HURT_WATER(NamespaceID.from("minecraft:entity.drowned.hurt_water")), - ENTITY_DROWNED_SHOOT("minecraft:entity.drowned.shoot"), + DROWNED_SHOOT(NamespaceID.from("minecraft:entity.drowned.shoot")), - ENTITY_DROWNED_STEP("minecraft:entity.drowned.step"), + DROWNED_STEP(NamespaceID.from("minecraft:entity.drowned.step")), - ENTITY_DROWNED_SWIM("minecraft:entity.drowned.swim"), + DROWNED_SWIM(NamespaceID.from("minecraft:entity.drowned.swim")), - ENTITY_EGG_THROW("minecraft:entity.egg.throw"), + EGG_THROW(NamespaceID.from("minecraft:entity.egg.throw")), - ENTITY_ELDER_GUARDIAN_AMBIENT("minecraft:entity.elder_guardian.ambient"), + ELDER_GUARDIAN_AMBIENT(NamespaceID.from("minecraft:entity.elder_guardian.ambient")), - ENTITY_ELDER_GUARDIAN_AMBIENT_LAND("minecraft:entity.elder_guardian.ambient_land"), + ELDER_GUARDIAN_AMBIENT_LAND(NamespaceID.from("minecraft:entity.elder_guardian.ambient_land")), - ENTITY_ELDER_GUARDIAN_CURSE("minecraft:entity.elder_guardian.curse"), + ELDER_GUARDIAN_CURSE(NamespaceID.from("minecraft:entity.elder_guardian.curse")), - ENTITY_ELDER_GUARDIAN_DEATH("minecraft:entity.elder_guardian.death"), + ELDER_GUARDIAN_DEATH(NamespaceID.from("minecraft:entity.elder_guardian.death")), - ENTITY_ELDER_GUARDIAN_DEATH_LAND("minecraft:entity.elder_guardian.death_land"), + ELDER_GUARDIAN_DEATH_LAND(NamespaceID.from("minecraft:entity.elder_guardian.death_land")), - ENTITY_ELDER_GUARDIAN_FLOP("minecraft:entity.elder_guardian.flop"), + ELDER_GUARDIAN_FLOP(NamespaceID.from("minecraft:entity.elder_guardian.flop")), - ENTITY_ELDER_GUARDIAN_HURT("minecraft:entity.elder_guardian.hurt"), + ELDER_GUARDIAN_HURT(NamespaceID.from("minecraft:entity.elder_guardian.hurt")), - ENTITY_ELDER_GUARDIAN_HURT_LAND("minecraft:entity.elder_guardian.hurt_land"), + ELDER_GUARDIAN_HURT_LAND(NamespaceID.from("minecraft:entity.elder_guardian.hurt_land")), - ITEM_ELYTRA_FLYING("minecraft:item.elytra.flying"), + ELYTRA_FLYING(NamespaceID.from("minecraft:item.elytra.flying")), - BLOCK_ENCHANTMENT_TABLE_USE("minecraft:block.enchantment_table.use"), + ENCHANTMENT_TABLE_USE(NamespaceID.from("minecraft:block.enchantment_table.use")), - BLOCK_ENDER_CHEST_CLOSE("minecraft:block.ender_chest.close"), + ENDER_CHEST_CLOSE(NamespaceID.from("minecraft:block.ender_chest.close")), - BLOCK_ENDER_CHEST_OPEN("minecraft:block.ender_chest.open"), + ENDER_CHEST_OPEN(NamespaceID.from("minecraft:block.ender_chest.open")), - ENTITY_ENDER_DRAGON_AMBIENT("minecraft:entity.ender_dragon.ambient"), + ENDER_DRAGON_AMBIENT(NamespaceID.from("minecraft:entity.ender_dragon.ambient")), - ENTITY_ENDER_DRAGON_DEATH("minecraft:entity.ender_dragon.death"), + ENDER_DRAGON_DEATH(NamespaceID.from("minecraft:entity.ender_dragon.death")), - ENTITY_DRAGON_FIREBALL_EXPLODE("minecraft:entity.dragon_fireball.explode"), + DRAGON_FIREBALL_EXPLODE(NamespaceID.from("minecraft:entity.dragon_fireball.explode")), - ENTITY_ENDER_DRAGON_FLAP("minecraft:entity.ender_dragon.flap"), + ENDER_DRAGON_FLAP(NamespaceID.from("minecraft:entity.ender_dragon.flap")), - ENTITY_ENDER_DRAGON_GROWL("minecraft:entity.ender_dragon.growl"), + ENDER_DRAGON_GROWL(NamespaceID.from("minecraft:entity.ender_dragon.growl")), - ENTITY_ENDER_DRAGON_HURT("minecraft:entity.ender_dragon.hurt"), + ENDER_DRAGON_HURT(NamespaceID.from("minecraft:entity.ender_dragon.hurt")), - ENTITY_ENDER_DRAGON_SHOOT("minecraft:entity.ender_dragon.shoot"), + ENDER_DRAGON_SHOOT(NamespaceID.from("minecraft:entity.ender_dragon.shoot")), - ENTITY_ENDER_EYE_DEATH("minecraft:entity.ender_eye.death"), + ENDER_EYE_DEATH(NamespaceID.from("minecraft:entity.ender_eye.death")), - ENTITY_ENDER_EYE_LAUNCH("minecraft:entity.ender_eye.launch"), + ENDER_EYE_LAUNCH(NamespaceID.from("minecraft:entity.ender_eye.launch")), - ENTITY_ENDERMAN_AMBIENT("minecraft:entity.enderman.ambient"), + ENDERMAN_AMBIENT(NamespaceID.from("minecraft:entity.enderman.ambient")), - ENTITY_ENDERMAN_DEATH("minecraft:entity.enderman.death"), + ENDERMAN_DEATH(NamespaceID.from("minecraft:entity.enderman.death")), - ENTITY_ENDERMAN_HURT("minecraft:entity.enderman.hurt"), + ENDERMAN_HURT(NamespaceID.from("minecraft:entity.enderman.hurt")), - ENTITY_ENDERMAN_SCREAM("minecraft:entity.enderman.scream"), + ENDERMAN_SCREAM(NamespaceID.from("minecraft:entity.enderman.scream")), - ENTITY_ENDERMAN_STARE("minecraft:entity.enderman.stare"), + ENDERMAN_STARE(NamespaceID.from("minecraft:entity.enderman.stare")), - ENTITY_ENDERMAN_TELEPORT("minecraft:entity.enderman.teleport"), + ENDERMAN_TELEPORT(NamespaceID.from("minecraft:entity.enderman.teleport")), - ENTITY_ENDERMITE_AMBIENT("minecraft:entity.endermite.ambient"), + ENDERMITE_AMBIENT(NamespaceID.from("minecraft:entity.endermite.ambient")), - ENTITY_ENDERMITE_DEATH("minecraft:entity.endermite.death"), + ENDERMITE_DEATH(NamespaceID.from("minecraft:entity.endermite.death")), - ENTITY_ENDERMITE_HURT("minecraft:entity.endermite.hurt"), + ENDERMITE_HURT(NamespaceID.from("minecraft:entity.endermite.hurt")), - ENTITY_ENDERMITE_STEP("minecraft:entity.endermite.step"), + ENDERMITE_STEP(NamespaceID.from("minecraft:entity.endermite.step")), - ENTITY_ENDER_PEARL_THROW("minecraft:entity.ender_pearl.throw"), + ENDER_PEARL_THROW(NamespaceID.from("minecraft:entity.ender_pearl.throw")), - BLOCK_END_GATEWAY_SPAWN("minecraft:block.end_gateway.spawn"), + END_GATEWAY_SPAWN(NamespaceID.from("minecraft:block.end_gateway.spawn")), - BLOCK_END_PORTAL_FRAME_FILL("minecraft:block.end_portal_frame.fill"), + END_PORTAL_FRAME_FILL(NamespaceID.from("minecraft:block.end_portal_frame.fill")), - BLOCK_END_PORTAL_SPAWN("minecraft:block.end_portal.spawn"), + END_PORTAL_SPAWN(NamespaceID.from("minecraft:block.end_portal.spawn")), - ENTITY_EVOKER_AMBIENT("minecraft:entity.evoker.ambient"), + EVOKER_AMBIENT(NamespaceID.from("minecraft:entity.evoker.ambient")), - ENTITY_EVOKER_CAST_SPELL("minecraft:entity.evoker.cast_spell"), + EVOKER_CAST_SPELL(NamespaceID.from("minecraft:entity.evoker.cast_spell")), - ENTITY_EVOKER_CELEBRATE("minecraft:entity.evoker.celebrate"), + EVOKER_CELEBRATE(NamespaceID.from("minecraft:entity.evoker.celebrate")), - ENTITY_EVOKER_DEATH("minecraft:entity.evoker.death"), + EVOKER_DEATH(NamespaceID.from("minecraft:entity.evoker.death")), - ENTITY_EVOKER_FANGS_ATTACK("minecraft:entity.evoker_fangs.attack"), + EVOKER_FANGS_ATTACK(NamespaceID.from("minecraft:entity.evoker_fangs.attack")), - ENTITY_EVOKER_HURT("minecraft:entity.evoker.hurt"), + EVOKER_HURT(NamespaceID.from("minecraft:entity.evoker.hurt")), - ENTITY_EVOKER_PREPARE_ATTACK("minecraft:entity.evoker.prepare_attack"), + EVOKER_PREPARE_ATTACK(NamespaceID.from("minecraft:entity.evoker.prepare_attack")), - ENTITY_EVOKER_PREPARE_SUMMON("minecraft:entity.evoker.prepare_summon"), + EVOKER_PREPARE_SUMMON(NamespaceID.from("minecraft:entity.evoker.prepare_summon")), - ENTITY_EVOKER_PREPARE_WOLOLO("minecraft:entity.evoker.prepare_wololo"), + EVOKER_PREPARE_WOLOLO(NamespaceID.from("minecraft:entity.evoker.prepare_wololo")), - ENTITY_EXPERIENCE_BOTTLE_THROW("minecraft:entity.experience_bottle.throw"), + EXPERIENCE_BOTTLE_THROW(NamespaceID.from("minecraft:entity.experience_bottle.throw")), - ENTITY_EXPERIENCE_ORB_PICKUP("minecraft:entity.experience_orb.pickup"), + EXPERIENCE_ORB_PICKUP(NamespaceID.from("minecraft:entity.experience_orb.pickup")), - BLOCK_FENCE_GATE_CLOSE("minecraft:block.fence_gate.close"), + FENCE_GATE_CLOSE(NamespaceID.from("minecraft:block.fence_gate.close")), - BLOCK_FENCE_GATE_OPEN("minecraft:block.fence_gate.open"), + FENCE_GATE_OPEN(NamespaceID.from("minecraft:block.fence_gate.open")), - ITEM_FIRECHARGE_USE("minecraft:item.firecharge.use"), + FIRECHARGE_USE(NamespaceID.from("minecraft:item.firecharge.use")), - ENTITY_FIREWORK_ROCKET_BLAST("minecraft:entity.firework_rocket.blast"), + FIREWORK_ROCKET_BLAST(NamespaceID.from("minecraft:entity.firework_rocket.blast")), - ENTITY_FIREWORK_ROCKET_BLAST_FAR("minecraft:entity.firework_rocket.blast_far"), + FIREWORK_ROCKET_BLAST_FAR(NamespaceID.from("minecraft:entity.firework_rocket.blast_far")), - ENTITY_FIREWORK_ROCKET_LARGE_BLAST("minecraft:entity.firework_rocket.large_blast"), + FIREWORK_ROCKET_LARGE_BLAST(NamespaceID.from("minecraft:entity.firework_rocket.large_blast")), - ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR("minecraft:entity.firework_rocket.large_blast_far"), + FIREWORK_ROCKET_LARGE_BLAST_FAR(NamespaceID.from("minecraft:entity.firework_rocket.large_blast_far")), - ENTITY_FIREWORK_ROCKET_LAUNCH("minecraft:entity.firework_rocket.launch"), + FIREWORK_ROCKET_LAUNCH(NamespaceID.from("minecraft:entity.firework_rocket.launch")), - ENTITY_FIREWORK_ROCKET_SHOOT("minecraft:entity.firework_rocket.shoot"), + FIREWORK_ROCKET_SHOOT(NamespaceID.from("minecraft:entity.firework_rocket.shoot")), - ENTITY_FIREWORK_ROCKET_TWINKLE("minecraft:entity.firework_rocket.twinkle"), + FIREWORK_ROCKET_TWINKLE(NamespaceID.from("minecraft:entity.firework_rocket.twinkle")), - ENTITY_FIREWORK_ROCKET_TWINKLE_FAR("minecraft:entity.firework_rocket.twinkle_far"), + FIREWORK_ROCKET_TWINKLE_FAR(NamespaceID.from("minecraft:entity.firework_rocket.twinkle_far")), - BLOCK_FIRE_AMBIENT("minecraft:block.fire.ambient"), + FIRE_AMBIENT(NamespaceID.from("minecraft:block.fire.ambient")), - BLOCK_FIRE_EXTINGUISH("minecraft:block.fire.extinguish"), + FIRE_EXTINGUISH(NamespaceID.from("minecraft:block.fire.extinguish")), - ENTITY_FISH_SWIM("minecraft:entity.fish.swim"), + FISH_SWIM(NamespaceID.from("minecraft:entity.fish.swim")), - ENTITY_FISHING_BOBBER_RETRIEVE("minecraft:entity.fishing_bobber.retrieve"), + FISHING_BOBBER_RETRIEVE(NamespaceID.from("minecraft:entity.fishing_bobber.retrieve")), - ENTITY_FISHING_BOBBER_SPLASH("minecraft:entity.fishing_bobber.splash"), + FISHING_BOBBER_SPLASH(NamespaceID.from("minecraft:entity.fishing_bobber.splash")), - ENTITY_FISHING_BOBBER_THROW("minecraft:entity.fishing_bobber.throw"), + FISHING_BOBBER_THROW(NamespaceID.from("minecraft:entity.fishing_bobber.throw")), - ITEM_FLINTANDSTEEL_USE("minecraft:item.flintandsteel.use"), + FLINTANDSTEEL_USE(NamespaceID.from("minecraft:item.flintandsteel.use")), - ENTITY_FOX_AGGRO("minecraft:entity.fox.aggro"), + FOX_AGGRO(NamespaceID.from("minecraft:entity.fox.aggro")), - ENTITY_FOX_AMBIENT("minecraft:entity.fox.ambient"), + FOX_AMBIENT(NamespaceID.from("minecraft:entity.fox.ambient")), - ENTITY_FOX_BITE("minecraft:entity.fox.bite"), + FOX_BITE(NamespaceID.from("minecraft:entity.fox.bite")), - ENTITY_FOX_DEATH("minecraft:entity.fox.death"), + FOX_DEATH(NamespaceID.from("minecraft:entity.fox.death")), - ENTITY_FOX_EAT("minecraft:entity.fox.eat"), + FOX_EAT(NamespaceID.from("minecraft:entity.fox.eat")), - ENTITY_FOX_HURT("minecraft:entity.fox.hurt"), + FOX_HURT(NamespaceID.from("minecraft:entity.fox.hurt")), - ENTITY_FOX_SCREECH("minecraft:entity.fox.screech"), + FOX_SCREECH(NamespaceID.from("minecraft:entity.fox.screech")), - ENTITY_FOX_SLEEP("minecraft:entity.fox.sleep"), + FOX_SLEEP(NamespaceID.from("minecraft:entity.fox.sleep")), - ENTITY_FOX_SNIFF("minecraft:entity.fox.sniff"), + FOX_SNIFF(NamespaceID.from("minecraft:entity.fox.sniff")), - ENTITY_FOX_SPIT("minecraft:entity.fox.spit"), + FOX_SPIT(NamespaceID.from("minecraft:entity.fox.spit")), - ENTITY_FOX_TELEPORT("minecraft:entity.fox.teleport"), + FOX_TELEPORT(NamespaceID.from("minecraft:entity.fox.teleport")), - BLOCK_ROOTS_BREAK("minecraft:block.roots.break"), + ROOTS_BREAK(NamespaceID.from("minecraft:block.roots.break")), - BLOCK_ROOTS_STEP("minecraft:block.roots.step"), + ROOTS_STEP(NamespaceID.from("minecraft:block.roots.step")), - BLOCK_ROOTS_PLACE("minecraft:block.roots.place"), + ROOTS_PLACE(NamespaceID.from("minecraft:block.roots.place")), - BLOCK_ROOTS_HIT("minecraft:block.roots.hit"), + ROOTS_HIT(NamespaceID.from("minecraft:block.roots.hit")), - BLOCK_ROOTS_FALL("minecraft:block.roots.fall"), + ROOTS_FALL(NamespaceID.from("minecraft:block.roots.fall")), - BLOCK_FURNACE_FIRE_CRACKLE("minecraft:block.furnace.fire_crackle"), + FURNACE_FIRE_CRACKLE(NamespaceID.from("minecraft:block.furnace.fire_crackle")), - ENTITY_GENERIC_BIG_FALL("minecraft:entity.generic.big_fall"), + GENERIC_BIG_FALL(NamespaceID.from("minecraft:entity.generic.big_fall")), - ENTITY_GENERIC_BURN("minecraft:entity.generic.burn"), + GENERIC_BURN(NamespaceID.from("minecraft:entity.generic.burn")), - ENTITY_GENERIC_DEATH("minecraft:entity.generic.death"), + GENERIC_DEATH(NamespaceID.from("minecraft:entity.generic.death")), - ENTITY_GENERIC_DRINK("minecraft:entity.generic.drink"), + GENERIC_DRINK(NamespaceID.from("minecraft:entity.generic.drink")), - ENTITY_GENERIC_EAT("minecraft:entity.generic.eat"), + GENERIC_EAT(NamespaceID.from("minecraft:entity.generic.eat")), - ENTITY_GENERIC_EXPLODE("minecraft:entity.generic.explode"), + GENERIC_EXPLODE(NamespaceID.from("minecraft:entity.generic.explode")), - ENTITY_GENERIC_EXTINGUISH_FIRE("minecraft:entity.generic.extinguish_fire"), + GENERIC_EXTINGUISH_FIRE(NamespaceID.from("minecraft:entity.generic.extinguish_fire")), - ENTITY_GENERIC_HURT("minecraft:entity.generic.hurt"), + GENERIC_HURT(NamespaceID.from("minecraft:entity.generic.hurt")), - ENTITY_GENERIC_SMALL_FALL("minecraft:entity.generic.small_fall"), + GENERIC_SMALL_FALL(NamespaceID.from("minecraft:entity.generic.small_fall")), - ENTITY_GENERIC_SPLASH("minecraft:entity.generic.splash"), + GENERIC_SPLASH(NamespaceID.from("minecraft:entity.generic.splash")), - ENTITY_GENERIC_SWIM("minecraft:entity.generic.swim"), + GENERIC_SWIM(NamespaceID.from("minecraft:entity.generic.swim")), - ENTITY_GHAST_AMBIENT("minecraft:entity.ghast.ambient"), + GHAST_AMBIENT(NamespaceID.from("minecraft:entity.ghast.ambient")), - ENTITY_GHAST_DEATH("minecraft:entity.ghast.death"), + GHAST_DEATH(NamespaceID.from("minecraft:entity.ghast.death")), - ENTITY_GHAST_HURT("minecraft:entity.ghast.hurt"), + GHAST_HURT(NamespaceID.from("minecraft:entity.ghast.hurt")), - ENTITY_GHAST_SCREAM("minecraft:entity.ghast.scream"), + GHAST_SCREAM(NamespaceID.from("minecraft:entity.ghast.scream")), - ENTITY_GHAST_SHOOT("minecraft:entity.ghast.shoot"), + GHAST_SHOOT(NamespaceID.from("minecraft:entity.ghast.shoot")), - ENTITY_GHAST_WARN("minecraft:entity.ghast.warn"), + GHAST_WARN(NamespaceID.from("minecraft:entity.ghast.warn")), - BLOCK_GILDED_BLACKSTONE_BREAK("minecraft:block.gilded_blackstone.break"), + GILDED_BLACKSTONE_BREAK(NamespaceID.from("minecraft:block.gilded_blackstone.break")), - BLOCK_GILDED_BLACKSTONE_FALL("minecraft:block.gilded_blackstone.fall"), + GILDED_BLACKSTONE_FALL(NamespaceID.from("minecraft:block.gilded_blackstone.fall")), - BLOCK_GILDED_BLACKSTONE_HIT("minecraft:block.gilded_blackstone.hit"), + GILDED_BLACKSTONE_HIT(NamespaceID.from("minecraft:block.gilded_blackstone.hit")), - BLOCK_GILDED_BLACKSTONE_PLACE("minecraft:block.gilded_blackstone.place"), + GILDED_BLACKSTONE_PLACE(NamespaceID.from("minecraft:block.gilded_blackstone.place")), - BLOCK_GILDED_BLACKSTONE_STEP("minecraft:block.gilded_blackstone.step"), + GILDED_BLACKSTONE_STEP(NamespaceID.from("minecraft:block.gilded_blackstone.step")), - BLOCK_GLASS_BREAK("minecraft:block.glass.break"), + GLASS_BREAK(NamespaceID.from("minecraft:block.glass.break")), - BLOCK_GLASS_FALL("minecraft:block.glass.fall"), + GLASS_FALL(NamespaceID.from("minecraft:block.glass.fall")), - BLOCK_GLASS_HIT("minecraft:block.glass.hit"), + GLASS_HIT(NamespaceID.from("minecraft:block.glass.hit")), - BLOCK_GLASS_PLACE("minecraft:block.glass.place"), + GLASS_PLACE(NamespaceID.from("minecraft:block.glass.place")), - BLOCK_GLASS_STEP("minecraft:block.glass.step"), + GLASS_STEP(NamespaceID.from("minecraft:block.glass.step")), - BLOCK_GRASS_BREAK("minecraft:block.grass.break"), + GRASS_BREAK(NamespaceID.from("minecraft:block.grass.break")), - BLOCK_GRASS_FALL("minecraft:block.grass.fall"), + GRASS_FALL(NamespaceID.from("minecraft:block.grass.fall")), - BLOCK_GRASS_HIT("minecraft:block.grass.hit"), + GRASS_HIT(NamespaceID.from("minecraft:block.grass.hit")), - BLOCK_GRASS_PLACE("minecraft:block.grass.place"), + GRASS_PLACE(NamespaceID.from("minecraft:block.grass.place")), - BLOCK_GRASS_STEP("minecraft:block.grass.step"), + GRASS_STEP(NamespaceID.from("minecraft:block.grass.step")), - BLOCK_GRAVEL_BREAK("minecraft:block.gravel.break"), + GRAVEL_BREAK(NamespaceID.from("minecraft:block.gravel.break")), - BLOCK_GRAVEL_FALL("minecraft:block.gravel.fall"), + GRAVEL_FALL(NamespaceID.from("minecraft:block.gravel.fall")), - BLOCK_GRAVEL_HIT("minecraft:block.gravel.hit"), + GRAVEL_HIT(NamespaceID.from("minecraft:block.gravel.hit")), - BLOCK_GRAVEL_PLACE("minecraft:block.gravel.place"), + GRAVEL_PLACE(NamespaceID.from("minecraft:block.gravel.place")), - BLOCK_GRAVEL_STEP("minecraft:block.gravel.step"), + GRAVEL_STEP(NamespaceID.from("minecraft:block.gravel.step")), - BLOCK_GRINDSTONE_USE("minecraft:block.grindstone.use"), + GRINDSTONE_USE(NamespaceID.from("minecraft:block.grindstone.use")), - ENTITY_GUARDIAN_AMBIENT("minecraft:entity.guardian.ambient"), + GUARDIAN_AMBIENT(NamespaceID.from("minecraft:entity.guardian.ambient")), - ENTITY_GUARDIAN_AMBIENT_LAND("minecraft:entity.guardian.ambient_land"), + GUARDIAN_AMBIENT_LAND(NamespaceID.from("minecraft:entity.guardian.ambient_land")), - ENTITY_GUARDIAN_ATTACK("minecraft:entity.guardian.attack"), + GUARDIAN_ATTACK(NamespaceID.from("minecraft:entity.guardian.attack")), - ENTITY_GUARDIAN_DEATH("minecraft:entity.guardian.death"), + GUARDIAN_DEATH(NamespaceID.from("minecraft:entity.guardian.death")), - ENTITY_GUARDIAN_DEATH_LAND("minecraft:entity.guardian.death_land"), + GUARDIAN_DEATH_LAND(NamespaceID.from("minecraft:entity.guardian.death_land")), - ENTITY_GUARDIAN_FLOP("minecraft:entity.guardian.flop"), + GUARDIAN_FLOP(NamespaceID.from("minecraft:entity.guardian.flop")), - ENTITY_GUARDIAN_HURT("minecraft:entity.guardian.hurt"), + GUARDIAN_HURT(NamespaceID.from("minecraft:entity.guardian.hurt")), - ENTITY_GUARDIAN_HURT_LAND("minecraft:entity.guardian.hurt_land"), + GUARDIAN_HURT_LAND(NamespaceID.from("minecraft:entity.guardian.hurt_land")), - ITEM_HOE_TILL("minecraft:item.hoe.till"), + HOE_TILL(NamespaceID.from("minecraft:item.hoe.till")), - ENTITY_HOGLIN_AMBIENT("minecraft:entity.hoglin.ambient"), + HOGLIN_AMBIENT(NamespaceID.from("minecraft:entity.hoglin.ambient")), - ENTITY_HOGLIN_ANGRY("minecraft:entity.hoglin.angry"), + HOGLIN_ANGRY(NamespaceID.from("minecraft:entity.hoglin.angry")), - ENTITY_HOGLIN_ATTACK("minecraft:entity.hoglin.attack"), + HOGLIN_ATTACK(NamespaceID.from("minecraft:entity.hoglin.attack")), - ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED("minecraft:entity.hoglin.converted_to_zombified"), + HOGLIN_CONVERTED_TO_ZOMBIFIED(NamespaceID.from("minecraft:entity.hoglin.converted_to_zombified")), - ENTITY_HOGLIN_DEATH("minecraft:entity.hoglin.death"), + HOGLIN_DEATH(NamespaceID.from("minecraft:entity.hoglin.death")), - ENTITY_HOGLIN_HURT("minecraft:entity.hoglin.hurt"), + HOGLIN_HURT(NamespaceID.from("minecraft:entity.hoglin.hurt")), - ENTITY_HOGLIN_RETREAT("minecraft:entity.hoglin.retreat"), + HOGLIN_RETREAT(NamespaceID.from("minecraft:entity.hoglin.retreat")), - ENTITY_HOGLIN_STEP("minecraft:entity.hoglin.step"), + HOGLIN_STEP(NamespaceID.from("minecraft:entity.hoglin.step")), - BLOCK_HONEY_BLOCK_BREAK("minecraft:block.honey_block.break"), + HONEY_BLOCK_BREAK(NamespaceID.from("minecraft:block.honey_block.break")), - BLOCK_HONEY_BLOCK_FALL("minecraft:block.honey_block.fall"), + HONEY_BLOCK_FALL(NamespaceID.from("minecraft:block.honey_block.fall")), - BLOCK_HONEY_BLOCK_HIT("minecraft:block.honey_block.hit"), + HONEY_BLOCK_HIT(NamespaceID.from("minecraft:block.honey_block.hit")), - BLOCK_HONEY_BLOCK_PLACE("minecraft:block.honey_block.place"), + HONEY_BLOCK_PLACE(NamespaceID.from("minecraft:block.honey_block.place")), - BLOCK_HONEY_BLOCK_SLIDE("minecraft:block.honey_block.slide"), + HONEY_BLOCK_SLIDE(NamespaceID.from("minecraft:block.honey_block.slide")), - BLOCK_HONEY_BLOCK_STEP("minecraft:block.honey_block.step"), + HONEY_BLOCK_STEP(NamespaceID.from("minecraft:block.honey_block.step")), - ITEM_HONEY_BOTTLE_DRINK("minecraft:item.honey_bottle.drink"), + HONEY_DRINK(NamespaceID.from("minecraft:item.honey_bottle.drink")), - ENTITY_HORSE_AMBIENT("minecraft:entity.horse.ambient"), + HORSE_AMBIENT(NamespaceID.from("minecraft:entity.horse.ambient")), - ENTITY_HORSE_ANGRY("minecraft:entity.horse.angry"), + HORSE_ANGRY(NamespaceID.from("minecraft:entity.horse.angry")), - ENTITY_HORSE_ARMOR("minecraft:entity.horse.armor"), + HORSE_ARMOR(NamespaceID.from("minecraft:entity.horse.armor")), - ENTITY_HORSE_BREATHE("minecraft:entity.horse.breathe"), + HORSE_BREATHE(NamespaceID.from("minecraft:entity.horse.breathe")), - ENTITY_HORSE_DEATH("minecraft:entity.horse.death"), + HORSE_DEATH(NamespaceID.from("minecraft:entity.horse.death")), - ENTITY_HORSE_EAT("minecraft:entity.horse.eat"), + HORSE_EAT(NamespaceID.from("minecraft:entity.horse.eat")), - ENTITY_HORSE_GALLOP("minecraft:entity.horse.gallop"), + HORSE_GALLOP(NamespaceID.from("minecraft:entity.horse.gallop")), - ENTITY_HORSE_HURT("minecraft:entity.horse.hurt"), + HORSE_HURT(NamespaceID.from("minecraft:entity.horse.hurt")), - ENTITY_HORSE_JUMP("minecraft:entity.horse.jump"), + HORSE_JUMP(NamespaceID.from("minecraft:entity.horse.jump")), - ENTITY_HORSE_LAND("minecraft:entity.horse.land"), + HORSE_LAND(NamespaceID.from("minecraft:entity.horse.land")), - ENTITY_HORSE_SADDLE("minecraft:entity.horse.saddle"), + HORSE_SADDLE(NamespaceID.from("minecraft:entity.horse.saddle")), - ENTITY_HORSE_STEP("minecraft:entity.horse.step"), + HORSE_STEP(NamespaceID.from("minecraft:entity.horse.step")), - ENTITY_HORSE_STEP_WOOD("minecraft:entity.horse.step_wood"), + HORSE_STEP_WOOD(NamespaceID.from("minecraft:entity.horse.step_wood")), - ENTITY_HOSTILE_BIG_FALL("minecraft:entity.hostile.big_fall"), + HOSTILE_BIG_FALL(NamespaceID.from("minecraft:entity.hostile.big_fall")), - ENTITY_HOSTILE_DEATH("minecraft:entity.hostile.death"), + HOSTILE_DEATH(NamespaceID.from("minecraft:entity.hostile.death")), - ENTITY_HOSTILE_HURT("minecraft:entity.hostile.hurt"), + HOSTILE_HURT(NamespaceID.from("minecraft:entity.hostile.hurt")), - ENTITY_HOSTILE_SMALL_FALL("minecraft:entity.hostile.small_fall"), + HOSTILE_SMALL_FALL(NamespaceID.from("minecraft:entity.hostile.small_fall")), - ENTITY_HOSTILE_SPLASH("minecraft:entity.hostile.splash"), + HOSTILE_SPLASH(NamespaceID.from("minecraft:entity.hostile.splash")), - ENTITY_HOSTILE_SWIM("minecraft:entity.hostile.swim"), + HOSTILE_SWIM(NamespaceID.from("minecraft:entity.hostile.swim")), - ENTITY_HUSK_AMBIENT("minecraft:entity.husk.ambient"), + HUSK_AMBIENT(NamespaceID.from("minecraft:entity.husk.ambient")), - ENTITY_HUSK_CONVERTED_TO_ZOMBIE("minecraft:entity.husk.converted_to_zombie"), + HUSK_CONVERTED_TO_ZOMBIE(NamespaceID.from("minecraft:entity.husk.converted_to_zombie")), - ENTITY_HUSK_DEATH("minecraft:entity.husk.death"), + HUSK_DEATH(NamespaceID.from("minecraft:entity.husk.death")), - ENTITY_HUSK_HURT("minecraft:entity.husk.hurt"), + HUSK_HURT(NamespaceID.from("minecraft:entity.husk.hurt")), - ENTITY_HUSK_STEP("minecraft:entity.husk.step"), + HUSK_STEP(NamespaceID.from("minecraft:entity.husk.step")), - ENTITY_ILLUSIONER_AMBIENT("minecraft:entity.illusioner.ambient"), + ILLUSIONER_AMBIENT(NamespaceID.from("minecraft:entity.illusioner.ambient")), - ENTITY_ILLUSIONER_CAST_SPELL("minecraft:entity.illusioner.cast_spell"), + ILLUSIONER_CAST_SPELL(NamespaceID.from("minecraft:entity.illusioner.cast_spell")), - ENTITY_ILLUSIONER_DEATH("minecraft:entity.illusioner.death"), + ILLUSIONER_DEATH(NamespaceID.from("minecraft:entity.illusioner.death")), - ENTITY_ILLUSIONER_HURT("minecraft:entity.illusioner.hurt"), + ILLUSIONER_HURT(NamespaceID.from("minecraft:entity.illusioner.hurt")), - ENTITY_ILLUSIONER_MIRROR_MOVE("minecraft:entity.illusioner.mirror_move"), + ILLUSIONER_MIRROR_MOVE(NamespaceID.from("minecraft:entity.illusioner.mirror_move")), - ENTITY_ILLUSIONER_PREPARE_BLINDNESS("minecraft:entity.illusioner.prepare_blindness"), + ILLUSIONER_PREPARE_BLINDNESS(NamespaceID.from("minecraft:entity.illusioner.prepare_blindness")), - ENTITY_ILLUSIONER_PREPARE_MIRROR("minecraft:entity.illusioner.prepare_mirror"), + ILLUSIONER_PREPARE_MIRROR(NamespaceID.from("minecraft:entity.illusioner.prepare_mirror")), - BLOCK_IRON_DOOR_CLOSE("minecraft:block.iron_door.close"), + IRON_DOOR_CLOSE(NamespaceID.from("minecraft:block.iron_door.close")), - BLOCK_IRON_DOOR_OPEN("minecraft:block.iron_door.open"), + IRON_DOOR_OPEN(NamespaceID.from("minecraft:block.iron_door.open")), - ENTITY_IRON_GOLEM_ATTACK("minecraft:entity.iron_golem.attack"), + IRON_GOLEM_ATTACK(NamespaceID.from("minecraft:entity.iron_golem.attack")), - ENTITY_IRON_GOLEM_DAMAGE("minecraft:entity.iron_golem.damage"), + IRON_GOLEM_DAMAGE(NamespaceID.from("minecraft:entity.iron_golem.damage")), - ENTITY_IRON_GOLEM_DEATH("minecraft:entity.iron_golem.death"), + IRON_GOLEM_DEATH(NamespaceID.from("minecraft:entity.iron_golem.death")), - ENTITY_IRON_GOLEM_HURT("minecraft:entity.iron_golem.hurt"), + IRON_GOLEM_HURT(NamespaceID.from("minecraft:entity.iron_golem.hurt")), - ENTITY_IRON_GOLEM_REPAIR("minecraft:entity.iron_golem.repair"), + IRON_GOLEM_REPAIR(NamespaceID.from("minecraft:entity.iron_golem.repair")), - ENTITY_IRON_GOLEM_STEP("minecraft:entity.iron_golem.step"), + IRON_GOLEM_STEP(NamespaceID.from("minecraft:entity.iron_golem.step")), - BLOCK_IRON_TRAPDOOR_CLOSE("minecraft:block.iron_trapdoor.close"), + IRON_TRAPDOOR_CLOSE(NamespaceID.from("minecraft:block.iron_trapdoor.close")), - BLOCK_IRON_TRAPDOOR_OPEN("minecraft:block.iron_trapdoor.open"), + IRON_TRAPDOOR_OPEN(NamespaceID.from("minecraft:block.iron_trapdoor.open")), - ENTITY_ITEM_FRAME_ADD_ITEM("minecraft:entity.item_frame.add_item"), + ITEM_FRAME_ADD_ITEM(NamespaceID.from("minecraft:entity.item_frame.add_item")), - ENTITY_ITEM_FRAME_BREAK("minecraft:entity.item_frame.break"), + ITEM_FRAME_BREAK(NamespaceID.from("minecraft:entity.item_frame.break")), - ENTITY_ITEM_FRAME_PLACE("minecraft:entity.item_frame.place"), + ITEM_FRAME_PLACE(NamespaceID.from("minecraft:entity.item_frame.place")), - ENTITY_ITEM_FRAME_REMOVE_ITEM("minecraft:entity.item_frame.remove_item"), + ITEM_FRAME_REMOVE_ITEM(NamespaceID.from("minecraft:entity.item_frame.remove_item")), - ENTITY_ITEM_FRAME_ROTATE_ITEM("minecraft:entity.item_frame.rotate_item"), + ITEM_FRAME_ROTATE_ITEM(NamespaceID.from("minecraft:entity.item_frame.rotate_item")), - ENTITY_ITEM_BREAK("minecraft:entity.item.break"), + ITEM_BREAK(NamespaceID.from("minecraft:entity.item.break")), - ENTITY_ITEM_PICKUP("minecraft:entity.item.pickup"), + ITEM_PICKUP(NamespaceID.from("minecraft:entity.item.pickup")), - BLOCK_LADDER_BREAK("minecraft:block.ladder.break"), + LADDER_BREAK(NamespaceID.from("minecraft:block.ladder.break")), - BLOCK_LADDER_FALL("minecraft:block.ladder.fall"), + LADDER_FALL(NamespaceID.from("minecraft:block.ladder.fall")), - BLOCK_LADDER_HIT("minecraft:block.ladder.hit"), + LADDER_HIT(NamespaceID.from("minecraft:block.ladder.hit")), - BLOCK_LADDER_PLACE("minecraft:block.ladder.place"), + LADDER_PLACE(NamespaceID.from("minecraft:block.ladder.place")), - BLOCK_LADDER_STEP("minecraft:block.ladder.step"), + LADDER_STEP(NamespaceID.from("minecraft:block.ladder.step")), - BLOCK_LANTERN_BREAK("minecraft:block.lantern.break"), + LANTERN_BREAK(NamespaceID.from("minecraft:block.lantern.break")), - BLOCK_LANTERN_FALL("minecraft:block.lantern.fall"), + LANTERN_FALL(NamespaceID.from("minecraft:block.lantern.fall")), - BLOCK_LANTERN_HIT("minecraft:block.lantern.hit"), + LANTERN_HIT(NamespaceID.from("minecraft:block.lantern.hit")), - BLOCK_LANTERN_PLACE("minecraft:block.lantern.place"), + LANTERN_PLACE(NamespaceID.from("minecraft:block.lantern.place")), - BLOCK_LANTERN_STEP("minecraft:block.lantern.step"), + LANTERN_STEP(NamespaceID.from("minecraft:block.lantern.step")), - BLOCK_LAVA_AMBIENT("minecraft:block.lava.ambient"), + LAVA_AMBIENT(NamespaceID.from("minecraft:block.lava.ambient")), - BLOCK_LAVA_EXTINGUISH("minecraft:block.lava.extinguish"), + LAVA_EXTINGUISH(NamespaceID.from("minecraft:block.lava.extinguish")), - BLOCK_LAVA_POP("minecraft:block.lava.pop"), + LAVA_POP(NamespaceID.from("minecraft:block.lava.pop")), - ENTITY_LEASH_KNOT_BREAK("minecraft:entity.leash_knot.break"), + LEASH_KNOT_BREAK(NamespaceID.from("minecraft:entity.leash_knot.break")), - ENTITY_LEASH_KNOT_PLACE("minecraft:entity.leash_knot.place"), + LEASH_KNOT_PLACE(NamespaceID.from("minecraft:entity.leash_knot.place")), - BLOCK_LEVER_CLICK("minecraft:block.lever.click"), + LEVER_CLICK(NamespaceID.from("minecraft:block.lever.click")), - ENTITY_LIGHTNING_BOLT_IMPACT("minecraft:entity.lightning_bolt.impact"), + LIGHTNING_BOLT_IMPACT(NamespaceID.from("minecraft:entity.lightning_bolt.impact")), - ENTITY_LIGHTNING_BOLT_THUNDER("minecraft:entity.lightning_bolt.thunder"), + LIGHTNING_BOLT_THUNDER(NamespaceID.from("minecraft:entity.lightning_bolt.thunder")), - ENTITY_LINGERING_POTION_THROW("minecraft:entity.lingering_potion.throw"), + LINGERING_POTION_THROW(NamespaceID.from("minecraft:entity.lingering_potion.throw")), - ENTITY_LLAMA_AMBIENT("minecraft:entity.llama.ambient"), + LLAMA_AMBIENT(NamespaceID.from("minecraft:entity.llama.ambient")), - ENTITY_LLAMA_ANGRY("minecraft:entity.llama.angry"), + LLAMA_ANGRY(NamespaceID.from("minecraft:entity.llama.angry")), - ENTITY_LLAMA_CHEST("minecraft:entity.llama.chest"), + LLAMA_CHEST(NamespaceID.from("minecraft:entity.llama.chest")), - ENTITY_LLAMA_DEATH("minecraft:entity.llama.death"), + LLAMA_DEATH(NamespaceID.from("minecraft:entity.llama.death")), - ENTITY_LLAMA_EAT("minecraft:entity.llama.eat"), + LLAMA_EAT(NamespaceID.from("minecraft:entity.llama.eat")), - ENTITY_LLAMA_HURT("minecraft:entity.llama.hurt"), + LLAMA_HURT(NamespaceID.from("minecraft:entity.llama.hurt")), - ENTITY_LLAMA_SPIT("minecraft:entity.llama.spit"), + LLAMA_SPIT(NamespaceID.from("minecraft:entity.llama.spit")), - ENTITY_LLAMA_STEP("minecraft:entity.llama.step"), + LLAMA_STEP(NamespaceID.from("minecraft:entity.llama.step")), - ENTITY_LLAMA_SWAG("minecraft:entity.llama.swag"), + LLAMA_SWAG(NamespaceID.from("minecraft:entity.llama.swag")), - ENTITY_MAGMA_CUBE_DEATH_SMALL("minecraft:entity.magma_cube.death_small"), + MAGMA_CUBE_DEATH_SMALL(NamespaceID.from("minecraft:entity.magma_cube.death_small")), - BLOCK_LODESTONE_BREAK("minecraft:block.lodestone.break"), + LODESTONE_BREAK(NamespaceID.from("minecraft:block.lodestone.break")), - BLOCK_LODESTONE_STEP("minecraft:block.lodestone.step"), + LODESTONE_STEP(NamespaceID.from("minecraft:block.lodestone.step")), - BLOCK_LODESTONE_PLACE("minecraft:block.lodestone.place"), + LODESTONE_PLACE(NamespaceID.from("minecraft:block.lodestone.place")), - BLOCK_LODESTONE_HIT("minecraft:block.lodestone.hit"), + LODESTONE_HIT(NamespaceID.from("minecraft:block.lodestone.hit")), - BLOCK_LODESTONE_FALL("minecraft:block.lodestone.fall"), + LODESTONE_FALL(NamespaceID.from("minecraft:block.lodestone.fall")), - ITEM_LODESTONE_COMPASS_LOCK("minecraft:item.lodestone_compass.lock"), + LODESTONE_COMPASS_LOCK(NamespaceID.from("minecraft:item.lodestone_compass.lock")), - ENTITY_MAGMA_CUBE_DEATH("minecraft:entity.magma_cube.death"), + MAGMA_CUBE_DEATH(NamespaceID.from("minecraft:entity.magma_cube.death")), - ENTITY_MAGMA_CUBE_HURT("minecraft:entity.magma_cube.hurt"), + MAGMA_CUBE_HURT(NamespaceID.from("minecraft:entity.magma_cube.hurt")), - ENTITY_MAGMA_CUBE_HURT_SMALL("minecraft:entity.magma_cube.hurt_small"), + MAGMA_CUBE_HURT_SMALL(NamespaceID.from("minecraft:entity.magma_cube.hurt_small")), - ENTITY_MAGMA_CUBE_JUMP("minecraft:entity.magma_cube.jump"), + MAGMA_CUBE_JUMP(NamespaceID.from("minecraft:entity.magma_cube.jump")), - ENTITY_MAGMA_CUBE_SQUISH("minecraft:entity.magma_cube.squish"), + MAGMA_CUBE_SQUISH(NamespaceID.from("minecraft:entity.magma_cube.squish")), - ENTITY_MAGMA_CUBE_SQUISH_SMALL("minecraft:entity.magma_cube.squish_small"), + MAGMA_CUBE_SQUISH_SMALL(NamespaceID.from("minecraft:entity.magma_cube.squish_small")), - BLOCK_METAL_BREAK("minecraft:block.metal.break"), + METAL_BREAK(NamespaceID.from("minecraft:block.metal.break")), - BLOCK_METAL_FALL("minecraft:block.metal.fall"), + METAL_FALL(NamespaceID.from("minecraft:block.metal.fall")), - BLOCK_METAL_HIT("minecraft:block.metal.hit"), + METAL_HIT(NamespaceID.from("minecraft:block.metal.hit")), - BLOCK_METAL_PLACE("minecraft:block.metal.place"), + METAL_PLACE(NamespaceID.from("minecraft:block.metal.place")), - BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF("minecraft:block.metal_pressure_plate.click_off"), + METAL_PRESSURE_PLATE_CLICK_OFF(NamespaceID.from("minecraft:block.metal_pressure_plate.click_off")), - BLOCK_METAL_PRESSURE_PLATE_CLICK_ON("minecraft:block.metal_pressure_plate.click_on"), + METAL_PRESSURE_PLATE_CLICK_ON(NamespaceID.from("minecraft:block.metal_pressure_plate.click_on")), - BLOCK_METAL_STEP("minecraft:block.metal.step"), + METAL_STEP(NamespaceID.from("minecraft:block.metal.step")), - ENTITY_MINECART_INSIDE("minecraft:entity.minecart.inside"), + MINECART_INSIDE(NamespaceID.from("minecraft:entity.minecart.inside")), - ENTITY_MINECART_RIDING("minecraft:entity.minecart.riding"), + MINECART_RIDING(NamespaceID.from("minecraft:entity.minecart.riding")), - ENTITY_MOOSHROOM_CONVERT("minecraft:entity.mooshroom.convert"), + MOOSHROOM_CONVERT(NamespaceID.from("minecraft:entity.mooshroom.convert")), - ENTITY_MOOSHROOM_EAT("minecraft:entity.mooshroom.eat"), + MOOSHROOM_EAT(NamespaceID.from("minecraft:entity.mooshroom.eat")), - ENTITY_MOOSHROOM_MILK("minecraft:entity.mooshroom.milk"), + MOOSHROOM_MILK(NamespaceID.from("minecraft:entity.mooshroom.milk")), - ENTITY_MOOSHROOM_SUSPICIOUS_MILK("minecraft:entity.mooshroom.suspicious_milk"), + MOOSHROOM_MILK_SUSPICIOUSLY(NamespaceID.from("minecraft:entity.mooshroom.suspicious_milk")), - ENTITY_MOOSHROOM_SHEAR("minecraft:entity.mooshroom.shear"), + MOOSHROOM_SHEAR(NamespaceID.from("minecraft:entity.mooshroom.shear")), - ENTITY_MULE_AMBIENT("minecraft:entity.mule.ambient"), + MULE_AMBIENT(NamespaceID.from("minecraft:entity.mule.ambient")), - ENTITY_MULE_ANGRY("minecraft:entity.mule.angry"), + MULE_ANGRY(NamespaceID.from("minecraft:entity.mule.angry")), - ENTITY_MULE_CHEST("minecraft:entity.mule.chest"), + MULE_CHEST(NamespaceID.from("minecraft:entity.mule.chest")), - ENTITY_MULE_DEATH("minecraft:entity.mule.death"), + MULE_DEATH(NamespaceID.from("minecraft:entity.mule.death")), - ENTITY_MULE_EAT("minecraft:entity.mule.eat"), + MULE_EAT(NamespaceID.from("minecraft:entity.mule.eat")), - ENTITY_MULE_HURT("minecraft:entity.mule.hurt"), + MULE_HURT(NamespaceID.from("minecraft:entity.mule.hurt")), - MUSIC_CREATIVE("minecraft:music.creative"), + MUSIC_CREATIVE(NamespaceID.from("minecraft:music.creative")), - MUSIC_CREDITS("minecraft:music.credits"), + MUSIC_CREDITS(NamespaceID.from("minecraft:music.credits")), - MUSIC_DISC_11("minecraft:music_disc.11"), + MUSIC_DISC_11(NamespaceID.from("minecraft:music_disc.11")), - MUSIC_DISC_13("minecraft:music_disc.13"), + MUSIC_DISC_13(NamespaceID.from("minecraft:music_disc.13")), - MUSIC_DISC_BLOCKS("minecraft:music_disc.blocks"), + MUSIC_DISC_BLOCKS(NamespaceID.from("minecraft:music_disc.blocks")), - MUSIC_DISC_CAT("minecraft:music_disc.cat"), + MUSIC_DISC_CAT(NamespaceID.from("minecraft:music_disc.cat")), - MUSIC_DISC_CHIRP("minecraft:music_disc.chirp"), + MUSIC_DISC_CHIRP(NamespaceID.from("minecraft:music_disc.chirp")), - MUSIC_DISC_FAR("minecraft:music_disc.far"), + MUSIC_DISC_FAR(NamespaceID.from("minecraft:music_disc.far")), - MUSIC_DISC_MALL("minecraft:music_disc.mall"), + MUSIC_DISC_MALL(NamespaceID.from("minecraft:music_disc.mall")), - MUSIC_DISC_MELLOHI("minecraft:music_disc.mellohi"), + MUSIC_DISC_MELLOHI(NamespaceID.from("minecraft:music_disc.mellohi")), - MUSIC_DISC_PIGSTEP("minecraft:music_disc.pigstep"), + MUSIC_DISC_PIGSTEP(NamespaceID.from("minecraft:music_disc.pigstep")), - MUSIC_DISC_STAL("minecraft:music_disc.stal"), + MUSIC_DISC_STAL(NamespaceID.from("minecraft:music_disc.stal")), - MUSIC_DISC_STRAD("minecraft:music_disc.strad"), + MUSIC_DISC_STRAD(NamespaceID.from("minecraft:music_disc.strad")), - MUSIC_DISC_WAIT("minecraft:music_disc.wait"), + MUSIC_DISC_WAIT(NamespaceID.from("minecraft:music_disc.wait")), - MUSIC_DISC_WARD("minecraft:music_disc.ward"), + MUSIC_DISC_WARD(NamespaceID.from("minecraft:music_disc.ward")), - MUSIC_DRAGON("minecraft:music.dragon"), + MUSIC_DRAGON(NamespaceID.from("minecraft:music.dragon")), - MUSIC_END("minecraft:music.end"), + MUSIC_END(NamespaceID.from("minecraft:music.end")), - MUSIC_GAME("minecraft:music.game"), + MUSIC_GAME(NamespaceID.from("minecraft:music.game")), - MUSIC_MENU("minecraft:music.menu"), + MUSIC_MENU(NamespaceID.from("minecraft:music.menu")), - MUSIC_NETHER_BASALT_DELTAS("minecraft:music.nether.basalt_deltas"), + MUSIC_BIOME_BASALT_DELTAS(NamespaceID.from("minecraft:music.nether.basalt_deltas")), - MUSIC_NETHER_NETHER_WASTES("minecraft:music.nether.nether_wastes"), + MUSIC_BIOME_NETHER_WASTES(NamespaceID.from("minecraft:music.nether.nether_wastes")), - MUSIC_NETHER_SOUL_SAND_VALLEY("minecraft:music.nether.soul_sand_valley"), + MUSIC_BIOME_SOUL_SAND_VALLEY(NamespaceID.from("minecraft:music.nether.soul_sand_valley")), - MUSIC_NETHER_CRIMSON_FOREST("minecraft:music.nether.crimson_forest"), + MUSIC_BIOME_CRIMSON_FOREST(NamespaceID.from("minecraft:music.nether.crimson_forest")), - MUSIC_NETHER_WARPED_FOREST("minecraft:music.nether.warped_forest"), + MUSIC_BIOME_WARPED_FOREST(NamespaceID.from("minecraft:music.nether.warped_forest")), - MUSIC_UNDER_WATER("minecraft:music.under_water"), + MUSIC_UNDER_WATER(NamespaceID.from("minecraft:music.under_water")), - BLOCK_NETHER_BRICKS_BREAK("minecraft:block.nether_bricks.break"), + NETHER_BRICKS_BREAK(NamespaceID.from("minecraft:block.nether_bricks.break")), - BLOCK_NETHER_BRICKS_STEP("minecraft:block.nether_bricks.step"), + NETHER_BRICKS_STEP(NamespaceID.from("minecraft:block.nether_bricks.step")), - BLOCK_NETHER_BRICKS_PLACE("minecraft:block.nether_bricks.place"), + NETHER_BRICKS_PLACE(NamespaceID.from("minecraft:block.nether_bricks.place")), - BLOCK_NETHER_BRICKS_HIT("minecraft:block.nether_bricks.hit"), + NETHER_BRICKS_HIT(NamespaceID.from("minecraft:block.nether_bricks.hit")), - BLOCK_NETHER_BRICKS_FALL("minecraft:block.nether_bricks.fall"), + NETHER_BRICKS_FALL(NamespaceID.from("minecraft:block.nether_bricks.fall")), - BLOCK_NETHER_WART_BREAK("minecraft:block.nether_wart.break"), + NETHER_WART_BREAK(NamespaceID.from("minecraft:block.nether_wart.break")), - ITEM_NETHER_WART_PLANT("minecraft:item.nether_wart.plant"), + NETHER_WART_PLANTED(NamespaceID.from("minecraft:item.nether_wart.plant")), - BLOCK_STEM_BREAK("minecraft:block.stem.break"), + STEM_BREAK(NamespaceID.from("minecraft:block.stem.break")), - BLOCK_STEM_STEP("minecraft:block.stem.step"), + STEM_STEP(NamespaceID.from("minecraft:block.stem.step")), - BLOCK_STEM_PLACE("minecraft:block.stem.place"), + STEM_PLACE(NamespaceID.from("minecraft:block.stem.place")), - BLOCK_STEM_HIT("minecraft:block.stem.hit"), + STEM_HIT(NamespaceID.from("minecraft:block.stem.hit")), - BLOCK_STEM_FALL("minecraft:block.stem.fall"), + STEM_FALL(NamespaceID.from("minecraft:block.stem.fall")), - BLOCK_NYLIUM_BREAK("minecraft:block.nylium.break"), + NYLIUM_BREAK(NamespaceID.from("minecraft:block.nylium.break")), - BLOCK_NYLIUM_STEP("minecraft:block.nylium.step"), + NYLIUM_STEP(NamespaceID.from("minecraft:block.nylium.step")), - BLOCK_NYLIUM_PLACE("minecraft:block.nylium.place"), + NYLIUM_PLACE(NamespaceID.from("minecraft:block.nylium.place")), - BLOCK_NYLIUM_HIT("minecraft:block.nylium.hit"), + NYLIUM_HIT(NamespaceID.from("minecraft:block.nylium.hit")), - BLOCK_NYLIUM_FALL("minecraft:block.nylium.fall"), + NYLIUM_FALL(NamespaceID.from("minecraft:block.nylium.fall")), - BLOCK_NETHER_SPROUTS_BREAK("minecraft:block.nether_sprouts.break"), + NETHER_SPROUTS_BREAK(NamespaceID.from("minecraft:block.nether_sprouts.break")), - BLOCK_NETHER_SPROUTS_STEP("minecraft:block.nether_sprouts.step"), + NETHER_SPROUTS_STEP(NamespaceID.from("minecraft:block.nether_sprouts.step")), - BLOCK_NETHER_SPROUTS_PLACE("minecraft:block.nether_sprouts.place"), + NETHER_SPROUTS_PLACE(NamespaceID.from("minecraft:block.nether_sprouts.place")), - BLOCK_NETHER_SPROUTS_HIT("minecraft:block.nether_sprouts.hit"), + NETHER_SPROUTS_HIT(NamespaceID.from("minecraft:block.nether_sprouts.hit")), - BLOCK_NETHER_SPROUTS_FALL("minecraft:block.nether_sprouts.fall"), + NETHER_SPROUTS_FALL(NamespaceID.from("minecraft:block.nether_sprouts.fall")), - BLOCK_FUNGUS_BREAK("minecraft:block.fungus.break"), + FUNGUS_BREAK(NamespaceID.from("minecraft:block.fungus.break")), - BLOCK_FUNGUS_STEP("minecraft:block.fungus.step"), + FUNGUS_STEP(NamespaceID.from("minecraft:block.fungus.step")), - BLOCK_FUNGUS_PLACE("minecraft:block.fungus.place"), + FUNGUS_PLACE(NamespaceID.from("minecraft:block.fungus.place")), - BLOCK_FUNGUS_HIT("minecraft:block.fungus.hit"), + FUNGUS_HIT(NamespaceID.from("minecraft:block.fungus.hit")), - BLOCK_FUNGUS_FALL("minecraft:block.fungus.fall"), + FUNGUS_FALL(NamespaceID.from("minecraft:block.fungus.fall")), - BLOCK_WEEPING_VINES_BREAK("minecraft:block.weeping_vines.break"), + WEEPING_VINES_BREAK(NamespaceID.from("minecraft:block.weeping_vines.break")), - BLOCK_WEEPING_VINES_STEP("minecraft:block.weeping_vines.step"), + WEEPING_VINES_STEP(NamespaceID.from("minecraft:block.weeping_vines.step")), - BLOCK_WEEPING_VINES_PLACE("minecraft:block.weeping_vines.place"), + WEEPING_VINES_PLACE(NamespaceID.from("minecraft:block.weeping_vines.place")), - BLOCK_WEEPING_VINES_HIT("minecraft:block.weeping_vines.hit"), + WEEPING_VINES_HIT(NamespaceID.from("minecraft:block.weeping_vines.hit")), - BLOCK_WEEPING_VINES_FALL("minecraft:block.weeping_vines.fall"), + WEEPING_VINES_FALL(NamespaceID.from("minecraft:block.weeping_vines.fall")), - BLOCK_WART_BLOCK_BREAK("minecraft:block.wart_block.break"), + WART_BLOCK_BREAK(NamespaceID.from("minecraft:block.wart_block.break")), - BLOCK_WART_BLOCK_STEP("minecraft:block.wart_block.step"), + WART_BLOCK_STEP(NamespaceID.from("minecraft:block.wart_block.step")), - BLOCK_WART_BLOCK_PLACE("minecraft:block.wart_block.place"), + WART_BLOCK_PLACE(NamespaceID.from("minecraft:block.wart_block.place")), - BLOCK_WART_BLOCK_HIT("minecraft:block.wart_block.hit"), + WART_BLOCK_HIT(NamespaceID.from("minecraft:block.wart_block.hit")), - BLOCK_WART_BLOCK_FALL("minecraft:block.wart_block.fall"), + WART_BLOCK_FALL(NamespaceID.from("minecraft:block.wart_block.fall")), - BLOCK_NETHERITE_BLOCK_BREAK("minecraft:block.netherite_block.break"), + NETHERITE_BLOCK_BREAK(NamespaceID.from("minecraft:block.netherite_block.break")), - BLOCK_NETHERITE_BLOCK_STEP("minecraft:block.netherite_block.step"), + NETHERITE_BLOCK_STEP(NamespaceID.from("minecraft:block.netherite_block.step")), - BLOCK_NETHERITE_BLOCK_PLACE("minecraft:block.netherite_block.place"), + NETHERITE_BLOCK_PLACE(NamespaceID.from("minecraft:block.netherite_block.place")), - BLOCK_NETHERITE_BLOCK_HIT("minecraft:block.netherite_block.hit"), + NETHERITE_BLOCK_HIT(NamespaceID.from("minecraft:block.netherite_block.hit")), - BLOCK_NETHERITE_BLOCK_FALL("minecraft:block.netherite_block.fall"), + NETHERITE_BLOCK_FALL(NamespaceID.from("minecraft:block.netherite_block.fall")), - BLOCK_NETHERRACK_BREAK("minecraft:block.netherrack.break"), + NETHERRACK_BREAK(NamespaceID.from("minecraft:block.netherrack.break")), - BLOCK_NETHERRACK_STEP("minecraft:block.netherrack.step"), + NETHERRACK_STEP(NamespaceID.from("minecraft:block.netherrack.step")), - BLOCK_NETHERRACK_PLACE("minecraft:block.netherrack.place"), + NETHERRACK_PLACE(NamespaceID.from("minecraft:block.netherrack.place")), - BLOCK_NETHERRACK_HIT("minecraft:block.netherrack.hit"), + NETHERRACK_HIT(NamespaceID.from("minecraft:block.netherrack.hit")), - BLOCK_NETHERRACK_FALL("minecraft:block.netherrack.fall"), + NETHERRACK_FALL(NamespaceID.from("minecraft:block.netherrack.fall")), - BLOCK_NOTE_BLOCK_BASEDRUM("minecraft:block.note_block.basedrum"), + NOTE_BLOCK_BASEDRUM(NamespaceID.from("minecraft:block.note_block.basedrum")), - BLOCK_NOTE_BLOCK_BASS("minecraft:block.note_block.bass"), + NOTE_BLOCK_BASS(NamespaceID.from("minecraft:block.note_block.bass")), - BLOCK_NOTE_BLOCK_BELL("minecraft:block.note_block.bell"), + NOTE_BLOCK_BELL(NamespaceID.from("minecraft:block.note_block.bell")), - BLOCK_NOTE_BLOCK_CHIME("minecraft:block.note_block.chime"), + NOTE_BLOCK_CHIME(NamespaceID.from("minecraft:block.note_block.chime")), - BLOCK_NOTE_BLOCK_FLUTE("minecraft:block.note_block.flute"), + NOTE_BLOCK_FLUTE(NamespaceID.from("minecraft:block.note_block.flute")), - BLOCK_NOTE_BLOCK_GUITAR("minecraft:block.note_block.guitar"), + NOTE_BLOCK_GUITAR(NamespaceID.from("minecraft:block.note_block.guitar")), - BLOCK_NOTE_BLOCK_HARP("minecraft:block.note_block.harp"), + NOTE_BLOCK_HARP(NamespaceID.from("minecraft:block.note_block.harp")), - BLOCK_NOTE_BLOCK_HAT("minecraft:block.note_block.hat"), + NOTE_BLOCK_HAT(NamespaceID.from("minecraft:block.note_block.hat")), - BLOCK_NOTE_BLOCK_PLING("minecraft:block.note_block.pling"), + NOTE_BLOCK_PLING(NamespaceID.from("minecraft:block.note_block.pling")), - BLOCK_NOTE_BLOCK_SNARE("minecraft:block.note_block.snare"), + NOTE_BLOCK_SNARE(NamespaceID.from("minecraft:block.note_block.snare")), - BLOCK_NOTE_BLOCK_XYLOPHONE("minecraft:block.note_block.xylophone"), + NOTE_BLOCK_XYLOPHONE(NamespaceID.from("minecraft:block.note_block.xylophone")), - BLOCK_NOTE_BLOCK_IRON_XYLOPHONE("minecraft:block.note_block.iron_xylophone"), + NOTE_BLOCK_IRON_XYLOPHONE(NamespaceID.from("minecraft:block.note_block.iron_xylophone")), - BLOCK_NOTE_BLOCK_COW_BELL("minecraft:block.note_block.cow_bell"), + NOTE_BLOCK_COW_BELL(NamespaceID.from("minecraft:block.note_block.cow_bell")), - BLOCK_NOTE_BLOCK_DIDGERIDOO("minecraft:block.note_block.didgeridoo"), + NOTE_BLOCK_DIDGERIDOO(NamespaceID.from("minecraft:block.note_block.didgeridoo")), - BLOCK_NOTE_BLOCK_BIT("minecraft:block.note_block.bit"), + NOTE_BLOCK_BIT(NamespaceID.from("minecraft:block.note_block.bit")), - BLOCK_NOTE_BLOCK_BANJO("minecraft:block.note_block.banjo"), + NOTE_BLOCK_BANJO(NamespaceID.from("minecraft:block.note_block.banjo")), - ENTITY_OCELOT_HURT("minecraft:entity.ocelot.hurt"), + OCELOT_HURT(NamespaceID.from("minecraft:entity.ocelot.hurt")), - ENTITY_OCELOT_AMBIENT("minecraft:entity.ocelot.ambient"), + OCELOT_AMBIENT(NamespaceID.from("minecraft:entity.ocelot.ambient")), - ENTITY_OCELOT_DEATH("minecraft:entity.ocelot.death"), + OCELOT_DEATH(NamespaceID.from("minecraft:entity.ocelot.death")), - ENTITY_PAINTING_BREAK("minecraft:entity.painting.break"), + PAINTING_BREAK(NamespaceID.from("minecraft:entity.painting.break")), - ENTITY_PAINTING_PLACE("minecraft:entity.painting.place"), + PAINTING_PLACE(NamespaceID.from("minecraft:entity.painting.place")), - ENTITY_PANDA_PRE_SNEEZE("minecraft:entity.panda.pre_sneeze"), + PANDA_PRE_SNEEZE(NamespaceID.from("minecraft:entity.panda.pre_sneeze")), - ENTITY_PANDA_SNEEZE("minecraft:entity.panda.sneeze"), + PANDA_SNEEZE(NamespaceID.from("minecraft:entity.panda.sneeze")), - ENTITY_PANDA_AMBIENT("minecraft:entity.panda.ambient"), + PANDA_AMBIENT(NamespaceID.from("minecraft:entity.panda.ambient")), - ENTITY_PANDA_DEATH("minecraft:entity.panda.death"), + PANDA_DEATH(NamespaceID.from("minecraft:entity.panda.death")), - ENTITY_PANDA_EAT("minecraft:entity.panda.eat"), + PANDA_EAT(NamespaceID.from("minecraft:entity.panda.eat")), - ENTITY_PANDA_STEP("minecraft:entity.panda.step"), + PANDA_STEP(NamespaceID.from("minecraft:entity.panda.step")), - ENTITY_PANDA_CANT_BREED("minecraft:entity.panda.cant_breed"), + PANDA_CANT_BREED(NamespaceID.from("minecraft:entity.panda.cant_breed")), - ENTITY_PANDA_AGGRESSIVE_AMBIENT("minecraft:entity.panda.aggressive_ambient"), + PANDA_AGGRESSIVE_AMBIENT(NamespaceID.from("minecraft:entity.panda.aggressive_ambient")), - ENTITY_PANDA_WORRIED_AMBIENT("minecraft:entity.panda.worried_ambient"), + PANDA_WORRIED_AMBIENT(NamespaceID.from("minecraft:entity.panda.worried_ambient")), - ENTITY_PANDA_HURT("minecraft:entity.panda.hurt"), + PANDA_HURT(NamespaceID.from("minecraft:entity.panda.hurt")), - ENTITY_PANDA_BITE("minecraft:entity.panda.bite"), + PANDA_BITE(NamespaceID.from("minecraft:entity.panda.bite")), - ENTITY_PARROT_AMBIENT("minecraft:entity.parrot.ambient"), + PARROT_AMBIENT(NamespaceID.from("minecraft:entity.parrot.ambient")), - ENTITY_PARROT_DEATH("minecraft:entity.parrot.death"), + PARROT_DEATH(NamespaceID.from("minecraft:entity.parrot.death")), - ENTITY_PARROT_EAT("minecraft:entity.parrot.eat"), + PARROT_EAT(NamespaceID.from("minecraft:entity.parrot.eat")), - ENTITY_PARROT_FLY("minecraft:entity.parrot.fly"), + PARROT_FLY(NamespaceID.from("minecraft:entity.parrot.fly")), - ENTITY_PARROT_HURT("minecraft:entity.parrot.hurt"), + PARROT_HURT(NamespaceID.from("minecraft:entity.parrot.hurt")), - ENTITY_PARROT_IMITATE_BLAZE("minecraft:entity.parrot.imitate.blaze"), + PARROT_IMITATE_BLAZE(NamespaceID.from("minecraft:entity.parrot.imitate.blaze")), - ENTITY_PARROT_IMITATE_CREEPER("minecraft:entity.parrot.imitate.creeper"), + PARROT_IMITATE_CREEPER(NamespaceID.from("minecraft:entity.parrot.imitate.creeper")), - ENTITY_PARROT_IMITATE_DROWNED("minecraft:entity.parrot.imitate.drowned"), + PARROT_IMITATE_DROWNED(NamespaceID.from("minecraft:entity.parrot.imitate.drowned")), - ENTITY_PARROT_IMITATE_ELDER_GUARDIAN("minecraft:entity.parrot.imitate.elder_guardian"), + PARROT_IMITATE_ELDER_GUARDIAN(NamespaceID.from("minecraft:entity.parrot.imitate.elder_guardian")), - ENTITY_PARROT_IMITATE_ENDER_DRAGON("minecraft:entity.parrot.imitate.ender_dragon"), + PARROT_IMITATE_ENDER_DRAGON(NamespaceID.from("minecraft:entity.parrot.imitate.ender_dragon")), - ENTITY_PARROT_IMITATE_ENDERMITE("minecraft:entity.parrot.imitate.endermite"), + PARROT_IMITATE_ENDERMITE(NamespaceID.from("minecraft:entity.parrot.imitate.endermite")), - ENTITY_PARROT_IMITATE_EVOKER("minecraft:entity.parrot.imitate.evoker"), + PARROT_IMITATE_EVOKER(NamespaceID.from("minecraft:entity.parrot.imitate.evoker")), - ENTITY_PARROT_IMITATE_GHAST("minecraft:entity.parrot.imitate.ghast"), + PARROT_IMITATE_GHAST(NamespaceID.from("minecraft:entity.parrot.imitate.ghast")), - ENTITY_PARROT_IMITATE_GUARDIAN("minecraft:entity.parrot.imitate.guardian"), + PARROT_IMITATE_GUARDIAN(NamespaceID.from("minecraft:entity.parrot.imitate.guardian")), - ENTITY_PARROT_IMITATE_HOGLIN("minecraft:entity.parrot.imitate.hoglin"), + PARROT_IMITATE_HOGLIN(NamespaceID.from("minecraft:entity.parrot.imitate.hoglin")), - ENTITY_PARROT_IMITATE_HUSK("minecraft:entity.parrot.imitate.husk"), + PARROT_IMITATE_HUSK(NamespaceID.from("minecraft:entity.parrot.imitate.husk")), - ENTITY_PARROT_IMITATE_ILLUSIONER("minecraft:entity.parrot.imitate.illusioner"), + PARROT_IMITATE_ILLUSIONER(NamespaceID.from("minecraft:entity.parrot.imitate.illusioner")), - ENTITY_PARROT_IMITATE_MAGMA_CUBE("minecraft:entity.parrot.imitate.magma_cube"), + PARROT_IMITATE_MAGMA_CUBE(NamespaceID.from("minecraft:entity.parrot.imitate.magma_cube")), - ENTITY_PARROT_IMITATE_PHANTOM("minecraft:entity.parrot.imitate.phantom"), + PARROT_IMITATE_PHANTOM(NamespaceID.from("minecraft:entity.parrot.imitate.phantom")), - ENTITY_PARROT_IMITATE_PIGLIN("minecraft:entity.parrot.imitate.piglin"), + PARROT_IMITATE_PIGLIN(NamespaceID.from("minecraft:entity.parrot.imitate.piglin")), - ENTITY_PARROT_IMITATE_PIGLIN_BRUTE("minecraft:entity.parrot.imitate.piglin_brute"), + PARROT_IMITATE_PIGLIN_BRUTE(NamespaceID.from("minecraft:entity.parrot.imitate.piglin_brute")), - ENTITY_PARROT_IMITATE_PILLAGER("minecraft:entity.parrot.imitate.pillager"), + PARROT_IMITATE_PILLAGER(NamespaceID.from("minecraft:entity.parrot.imitate.pillager")), - ENTITY_PARROT_IMITATE_RAVAGER("minecraft:entity.parrot.imitate.ravager"), + PARROT_IMITATE_RAVAGER(NamespaceID.from("minecraft:entity.parrot.imitate.ravager")), - ENTITY_PARROT_IMITATE_SHULKER("minecraft:entity.parrot.imitate.shulker"), + PARROT_IMITATE_SHULKER(NamespaceID.from("minecraft:entity.parrot.imitate.shulker")), - ENTITY_PARROT_IMITATE_SILVERFISH("minecraft:entity.parrot.imitate.silverfish"), + PARROT_IMITATE_SILVERFISH(NamespaceID.from("minecraft:entity.parrot.imitate.silverfish")), - ENTITY_PARROT_IMITATE_SKELETON("minecraft:entity.parrot.imitate.skeleton"), + PARROT_IMITATE_SKELETON(NamespaceID.from("minecraft:entity.parrot.imitate.skeleton")), - ENTITY_PARROT_IMITATE_SLIME("minecraft:entity.parrot.imitate.slime"), + PARROT_IMITATE_SLIME(NamespaceID.from("minecraft:entity.parrot.imitate.slime")), - ENTITY_PARROT_IMITATE_SPIDER("minecraft:entity.parrot.imitate.spider"), + PARROT_IMITATE_SPIDER(NamespaceID.from("minecraft:entity.parrot.imitate.spider")), - ENTITY_PARROT_IMITATE_STRAY("minecraft:entity.parrot.imitate.stray"), + PARROT_IMITATE_STRAY(NamespaceID.from("minecraft:entity.parrot.imitate.stray")), - ENTITY_PARROT_IMITATE_VEX("minecraft:entity.parrot.imitate.vex"), + PARROT_IMITATE_VEX(NamespaceID.from("minecraft:entity.parrot.imitate.vex")), - ENTITY_PARROT_IMITATE_VINDICATOR("minecraft:entity.parrot.imitate.vindicator"), + PARROT_IMITATE_VINDICATOR(NamespaceID.from("minecraft:entity.parrot.imitate.vindicator")), - ENTITY_PARROT_IMITATE_WITCH("minecraft:entity.parrot.imitate.witch"), + PARROT_IMITATE_WITCH(NamespaceID.from("minecraft:entity.parrot.imitate.witch")), - ENTITY_PARROT_IMITATE_WITHER("minecraft:entity.parrot.imitate.wither"), + PARROT_IMITATE_WITHER(NamespaceID.from("minecraft:entity.parrot.imitate.wither")), - ENTITY_PARROT_IMITATE_WITHER_SKELETON("minecraft:entity.parrot.imitate.wither_skeleton"), + PARROT_IMITATE_WITHER_SKELETON(NamespaceID.from("minecraft:entity.parrot.imitate.wither_skeleton")), - ENTITY_PARROT_IMITATE_ZOGLIN("minecraft:entity.parrot.imitate.zoglin"), + PARROT_IMITATE_ZOGLIN(NamespaceID.from("minecraft:entity.parrot.imitate.zoglin")), - ENTITY_PARROT_IMITATE_ZOMBIE("minecraft:entity.parrot.imitate.zombie"), + PARROT_IMITATE_ZOMBIE(NamespaceID.from("minecraft:entity.parrot.imitate.zombie")), - ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER("minecraft:entity.parrot.imitate.zombie_villager"), + PARROT_IMITATE_ZOMBIE_VILLAGER(NamespaceID.from("minecraft:entity.parrot.imitate.zombie_villager")), - ENTITY_PARROT_STEP("minecraft:entity.parrot.step"), + PARROT_STEP(NamespaceID.from("minecraft:entity.parrot.step")), - ENTITY_PHANTOM_AMBIENT("minecraft:entity.phantom.ambient"), + PHANTOM_AMBIENT(NamespaceID.from("minecraft:entity.phantom.ambient")), - ENTITY_PHANTOM_BITE("minecraft:entity.phantom.bite"), + PHANTOM_BITE(NamespaceID.from("minecraft:entity.phantom.bite")), - ENTITY_PHANTOM_DEATH("minecraft:entity.phantom.death"), + PHANTOM_DEATH(NamespaceID.from("minecraft:entity.phantom.death")), - ENTITY_PHANTOM_FLAP("minecraft:entity.phantom.flap"), + PHANTOM_FLAP(NamespaceID.from("minecraft:entity.phantom.flap")), - ENTITY_PHANTOM_HURT("minecraft:entity.phantom.hurt"), + PHANTOM_HURT(NamespaceID.from("minecraft:entity.phantom.hurt")), - ENTITY_PHANTOM_SWOOP("minecraft:entity.phantom.swoop"), + PHANTOM_SWOOP(NamespaceID.from("minecraft:entity.phantom.swoop")), - ENTITY_PIG_AMBIENT("minecraft:entity.pig.ambient"), + PIG_AMBIENT(NamespaceID.from("minecraft:entity.pig.ambient")), - ENTITY_PIG_DEATH("minecraft:entity.pig.death"), + PIG_DEATH(NamespaceID.from("minecraft:entity.pig.death")), - ENTITY_PIG_HURT("minecraft:entity.pig.hurt"), + PIG_HURT(NamespaceID.from("minecraft:entity.pig.hurt")), - ENTITY_PIG_SADDLE("minecraft:entity.pig.saddle"), + PIG_SADDLE(NamespaceID.from("minecraft:entity.pig.saddle")), - ENTITY_PIG_STEP("minecraft:entity.pig.step"), + PIG_STEP(NamespaceID.from("minecraft:entity.pig.step")), - ENTITY_PIGLIN_ADMIRING_ITEM("minecraft:entity.piglin.admiring_item"), + PIGLIN_ADMIRING_ITEM(NamespaceID.from("minecraft:entity.piglin.admiring_item")), - ENTITY_PIGLIN_AMBIENT("minecraft:entity.piglin.ambient"), + PIGLIN_AMBIENT(NamespaceID.from("minecraft:entity.piglin.ambient")), - ENTITY_PIGLIN_ANGRY("minecraft:entity.piglin.angry"), + PIGLIN_ANGRY(NamespaceID.from("minecraft:entity.piglin.angry")), - ENTITY_PIGLIN_CELEBRATE("minecraft:entity.piglin.celebrate"), + PIGLIN_CELEBRATE(NamespaceID.from("minecraft:entity.piglin.celebrate")), - ENTITY_PIGLIN_DEATH("minecraft:entity.piglin.death"), + PIGLIN_DEATH(NamespaceID.from("minecraft:entity.piglin.death")), - ENTITY_PIGLIN_JEALOUS("minecraft:entity.piglin.jealous"), + PIGLIN_JEALOUS(NamespaceID.from("minecraft:entity.piglin.jealous")), - ENTITY_PIGLIN_HURT("minecraft:entity.piglin.hurt"), + PIGLIN_HURT(NamespaceID.from("minecraft:entity.piglin.hurt")), - ENTITY_PIGLIN_RETREAT("minecraft:entity.piglin.retreat"), + PIGLIN_RETREAT(NamespaceID.from("minecraft:entity.piglin.retreat")), - ENTITY_PIGLIN_STEP("minecraft:entity.piglin.step"), + PIGLIN_STEP(NamespaceID.from("minecraft:entity.piglin.step")), - ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED("minecraft:entity.piglin.converted_to_zombified"), + PIGLIN_CONVERTED_TO_ZOMBIFIED(NamespaceID.from("minecraft:entity.piglin.converted_to_zombified")), - ENTITY_PIGLIN_BRUTE_AMBIENT("minecraft:entity.piglin_brute.ambient"), + PIGLIN_BRUTE_AMBIENT(NamespaceID.from("minecraft:entity.piglin_brute.ambient")), - ENTITY_PIGLIN_BRUTE_ANGRY("minecraft:entity.piglin_brute.angry"), + PIGLIN_BRUTE_ANGRY(NamespaceID.from("minecraft:entity.piglin_brute.angry")), - ENTITY_PIGLIN_BRUTE_DEATH("minecraft:entity.piglin_brute.death"), + PIGLIN_BRUTE_DEATH(NamespaceID.from("minecraft:entity.piglin_brute.death")), - ENTITY_PIGLIN_BRUTE_HURT("minecraft:entity.piglin_brute.hurt"), + PIGLIN_BRUTE_HURT(NamespaceID.from("minecraft:entity.piglin_brute.hurt")), - ENTITY_PIGLIN_BRUTE_STEP("minecraft:entity.piglin_brute.step"), + PIGLIN_BRUTE_STEP(NamespaceID.from("minecraft:entity.piglin_brute.step")), - ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED("minecraft:entity.piglin_brute.converted_to_zombified"), + PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED(NamespaceID.from("minecraft:entity.piglin_brute.converted_to_zombified")), - ENTITY_PILLAGER_AMBIENT("minecraft:entity.pillager.ambient"), + PILLAGER_AMBIENT(NamespaceID.from("minecraft:entity.pillager.ambient")), - ENTITY_PILLAGER_CELEBRATE("minecraft:entity.pillager.celebrate"), + PILLAGER_CELEBRATE(NamespaceID.from("minecraft:entity.pillager.celebrate")), - ENTITY_PILLAGER_DEATH("minecraft:entity.pillager.death"), + PILLAGER_DEATH(NamespaceID.from("minecraft:entity.pillager.death")), - ENTITY_PILLAGER_HURT("minecraft:entity.pillager.hurt"), + PILLAGER_HURT(NamespaceID.from("minecraft:entity.pillager.hurt")), - BLOCK_PISTON_CONTRACT("minecraft:block.piston.contract"), + PISTON_CONTRACT(NamespaceID.from("minecraft:block.piston.contract")), - BLOCK_PISTON_EXTEND("minecraft:block.piston.extend"), + PISTON_EXTEND(NamespaceID.from("minecraft:block.piston.extend")), - ENTITY_PLAYER_ATTACK_CRIT("minecraft:entity.player.attack.crit"), + PLAYER_ATTACK_CRIT(NamespaceID.from("minecraft:entity.player.attack.crit")), - ENTITY_PLAYER_ATTACK_KNOCKBACK("minecraft:entity.player.attack.knockback"), + PLAYER_ATTACK_KNOCKBACK(NamespaceID.from("minecraft:entity.player.attack.knockback")), - ENTITY_PLAYER_ATTACK_NODAMAGE("minecraft:entity.player.attack.nodamage"), + PLAYER_ATTACK_NODAMAGE(NamespaceID.from("minecraft:entity.player.attack.nodamage")), - ENTITY_PLAYER_ATTACK_STRONG("minecraft:entity.player.attack.strong"), + PLAYER_ATTACK_STRONG(NamespaceID.from("minecraft:entity.player.attack.strong")), - ENTITY_PLAYER_ATTACK_SWEEP("minecraft:entity.player.attack.sweep"), + PLAYER_ATTACK_SWEEP(NamespaceID.from("minecraft:entity.player.attack.sweep")), - ENTITY_PLAYER_ATTACK_WEAK("minecraft:entity.player.attack.weak"), + PLAYER_ATTACK_WEAK(NamespaceID.from("minecraft:entity.player.attack.weak")), - ENTITY_PLAYER_BIG_FALL("minecraft:entity.player.big_fall"), + PLAYER_BIG_FALL(NamespaceID.from("minecraft:entity.player.big_fall")), - ENTITY_PLAYER_BREATH("minecraft:entity.player.breath"), + PLAYER_BREATH(NamespaceID.from("minecraft:entity.player.breath")), - ENTITY_PLAYER_BURP("minecraft:entity.player.burp"), + PLAYER_BURP(NamespaceID.from("minecraft:entity.player.burp")), - ENTITY_PLAYER_DEATH("minecraft:entity.player.death"), + PLAYER_DEATH(NamespaceID.from("minecraft:entity.player.death")), - ENTITY_PLAYER_HURT("minecraft:entity.player.hurt"), + PLAYER_HURT(NamespaceID.from("minecraft:entity.player.hurt")), - ENTITY_PLAYER_HURT_DROWN("minecraft:entity.player.hurt_drown"), + PLAYER_HURT_DROWN(NamespaceID.from("minecraft:entity.player.hurt_drown")), - ENTITY_PLAYER_HURT_ON_FIRE("minecraft:entity.player.hurt_on_fire"), + PLAYER_HURT_ON_FIRE(NamespaceID.from("minecraft:entity.player.hurt_on_fire")), - ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH("minecraft:entity.player.hurt_sweet_berry_bush"), + PLAYER_HURT_SWEET_BERRY_BUSH(NamespaceID.from("minecraft:entity.player.hurt_sweet_berry_bush")), - ENTITY_PLAYER_LEVELUP("minecraft:entity.player.levelup"), + PLAYER_LEVELUP(NamespaceID.from("minecraft:entity.player.levelup")), - ENTITY_PLAYER_SMALL_FALL("minecraft:entity.player.small_fall"), + PLAYER_SMALL_FALL(NamespaceID.from("minecraft:entity.player.small_fall")), - ENTITY_PLAYER_SPLASH("minecraft:entity.player.splash"), + PLAYER_SPLASH(NamespaceID.from("minecraft:entity.player.splash")), - ENTITY_PLAYER_SPLASH_HIGH_SPEED("minecraft:entity.player.splash.high_speed"), + PLAYER_SPLASH_HIGH_SPEED(NamespaceID.from("minecraft:entity.player.splash.high_speed")), - ENTITY_PLAYER_SWIM("minecraft:entity.player.swim"), + PLAYER_SWIM(NamespaceID.from("minecraft:entity.player.swim")), - ENTITY_POLAR_BEAR_AMBIENT("minecraft:entity.polar_bear.ambient"), + POLAR_BEAR_AMBIENT(NamespaceID.from("minecraft:entity.polar_bear.ambient")), - ENTITY_POLAR_BEAR_AMBIENT_BABY("minecraft:entity.polar_bear.ambient_baby"), + POLAR_BEAR_AMBIENT_BABY(NamespaceID.from("minecraft:entity.polar_bear.ambient_baby")), - ENTITY_POLAR_BEAR_DEATH("minecraft:entity.polar_bear.death"), + POLAR_BEAR_DEATH(NamespaceID.from("minecraft:entity.polar_bear.death")), - ENTITY_POLAR_BEAR_HURT("minecraft:entity.polar_bear.hurt"), + POLAR_BEAR_HURT(NamespaceID.from("minecraft:entity.polar_bear.hurt")), - ENTITY_POLAR_BEAR_STEP("minecraft:entity.polar_bear.step"), + POLAR_BEAR_STEP(NamespaceID.from("minecraft:entity.polar_bear.step")), - ENTITY_POLAR_BEAR_WARNING("minecraft:entity.polar_bear.warning"), + POLAR_BEAR_WARNING(NamespaceID.from("minecraft:entity.polar_bear.warning")), - BLOCK_PORTAL_AMBIENT("minecraft:block.portal.ambient"), + PORTAL_AMBIENT(NamespaceID.from("minecraft:block.portal.ambient")), - BLOCK_PORTAL_TRAVEL("minecraft:block.portal.travel"), + PORTAL_TRAVEL(NamespaceID.from("minecraft:block.portal.travel")), - BLOCK_PORTAL_TRIGGER("minecraft:block.portal.trigger"), + PORTAL_TRIGGER(NamespaceID.from("minecraft:block.portal.trigger")), - ENTITY_PUFFER_FISH_AMBIENT("minecraft:entity.puffer_fish.ambient"), + PUFFER_FISH_AMBIENT(NamespaceID.from("minecraft:entity.puffer_fish.ambient")), - ENTITY_PUFFER_FISH_BLOW_OUT("minecraft:entity.puffer_fish.blow_out"), + PUFFER_FISH_BLOW_OUT(NamespaceID.from("minecraft:entity.puffer_fish.blow_out")), - ENTITY_PUFFER_FISH_BLOW_UP("minecraft:entity.puffer_fish.blow_up"), + PUFFER_FISH_BLOW_UP(NamespaceID.from("minecraft:entity.puffer_fish.blow_up")), - ENTITY_PUFFER_FISH_DEATH("minecraft:entity.puffer_fish.death"), + PUFFER_FISH_DEATH(NamespaceID.from("minecraft:entity.puffer_fish.death")), - ENTITY_PUFFER_FISH_FLOP("minecraft:entity.puffer_fish.flop"), + PUFFER_FISH_FLOP(NamespaceID.from("minecraft:entity.puffer_fish.flop")), - ENTITY_PUFFER_FISH_HURT("minecraft:entity.puffer_fish.hurt"), + PUFFER_FISH_HURT(NamespaceID.from("minecraft:entity.puffer_fish.hurt")), - ENTITY_PUFFER_FISH_STING("minecraft:entity.puffer_fish.sting"), + PUFFER_FISH_STING(NamespaceID.from("minecraft:entity.puffer_fish.sting")), - BLOCK_PUMPKIN_CARVE("minecraft:block.pumpkin.carve"), + PUMPKIN_CARVE(NamespaceID.from("minecraft:block.pumpkin.carve")), - ENTITY_RABBIT_AMBIENT("minecraft:entity.rabbit.ambient"), + RABBIT_AMBIENT(NamespaceID.from("minecraft:entity.rabbit.ambient")), - ENTITY_RABBIT_ATTACK("minecraft:entity.rabbit.attack"), + RABBIT_ATTACK(NamespaceID.from("minecraft:entity.rabbit.attack")), - ENTITY_RABBIT_DEATH("minecraft:entity.rabbit.death"), + RABBIT_DEATH(NamespaceID.from("minecraft:entity.rabbit.death")), - ENTITY_RABBIT_HURT("minecraft:entity.rabbit.hurt"), + RABBIT_HURT(NamespaceID.from("minecraft:entity.rabbit.hurt")), - ENTITY_RABBIT_JUMP("minecraft:entity.rabbit.jump"), + RABBIT_JUMP(NamespaceID.from("minecraft:entity.rabbit.jump")), - EVENT_RAID_HORN("minecraft:event.raid.horn"), + RAID_HORN(NamespaceID.from("minecraft:event.raid.horn")), - ENTITY_RAVAGER_AMBIENT("minecraft:entity.ravager.ambient"), + RAVAGER_AMBIENT(NamespaceID.from("minecraft:entity.ravager.ambient")), - ENTITY_RAVAGER_ATTACK("minecraft:entity.ravager.attack"), + RAVAGER_ATTACK(NamespaceID.from("minecraft:entity.ravager.attack")), - ENTITY_RAVAGER_CELEBRATE("minecraft:entity.ravager.celebrate"), + RAVAGER_CELEBRATE(NamespaceID.from("minecraft:entity.ravager.celebrate")), - ENTITY_RAVAGER_DEATH("minecraft:entity.ravager.death"), + RAVAGER_DEATH(NamespaceID.from("minecraft:entity.ravager.death")), - ENTITY_RAVAGER_HURT("minecraft:entity.ravager.hurt"), + RAVAGER_HURT(NamespaceID.from("minecraft:entity.ravager.hurt")), - ENTITY_RAVAGER_STEP("minecraft:entity.ravager.step"), + RAVAGER_STEP(NamespaceID.from("minecraft:entity.ravager.step")), - ENTITY_RAVAGER_STUNNED("minecraft:entity.ravager.stunned"), + RAVAGER_STUNNED(NamespaceID.from("minecraft:entity.ravager.stunned")), - ENTITY_RAVAGER_ROAR("minecraft:entity.ravager.roar"), + RAVAGER_ROAR(NamespaceID.from("minecraft:entity.ravager.roar")), - BLOCK_NETHER_GOLD_ORE_BREAK("minecraft:block.nether_gold_ore.break"), + NETHER_GOLD_ORE_BREAK(NamespaceID.from("minecraft:block.nether_gold_ore.break")), - BLOCK_NETHER_GOLD_ORE_FALL("minecraft:block.nether_gold_ore.fall"), + NETHER_GOLD_ORE_FALL(NamespaceID.from("minecraft:block.nether_gold_ore.fall")), - BLOCK_NETHER_GOLD_ORE_HIT("minecraft:block.nether_gold_ore.hit"), + NETHER_GOLD_ORE_HIT(NamespaceID.from("minecraft:block.nether_gold_ore.hit")), - BLOCK_NETHER_GOLD_ORE_PLACE("minecraft:block.nether_gold_ore.place"), + NETHER_GOLD_ORE_PLACE(NamespaceID.from("minecraft:block.nether_gold_ore.place")), - BLOCK_NETHER_GOLD_ORE_STEP("minecraft:block.nether_gold_ore.step"), + NETHER_GOLD_ORE_STEP(NamespaceID.from("minecraft:block.nether_gold_ore.step")), - BLOCK_NETHER_ORE_BREAK("minecraft:block.nether_ore.break"), + NETHER_ORE_BREAK(NamespaceID.from("minecraft:block.nether_ore.break")), - BLOCK_NETHER_ORE_FALL("minecraft:block.nether_ore.fall"), + NETHER_ORE_FALL(NamespaceID.from("minecraft:block.nether_ore.fall")), - BLOCK_NETHER_ORE_HIT("minecraft:block.nether_ore.hit"), + NETHER_ORE_HIT(NamespaceID.from("minecraft:block.nether_ore.hit")), - BLOCK_NETHER_ORE_PLACE("minecraft:block.nether_ore.place"), + NETHER_ORE_PLACE(NamespaceID.from("minecraft:block.nether_ore.place")), - BLOCK_NETHER_ORE_STEP("minecraft:block.nether_ore.step"), + NETHER_ORE_STEP(NamespaceID.from("minecraft:block.nether_ore.step")), - BLOCK_REDSTONE_TORCH_BURNOUT("minecraft:block.redstone_torch.burnout"), + REDSTONE_TORCH_BURNOUT(NamespaceID.from("minecraft:block.redstone_torch.burnout")), - BLOCK_RESPAWN_ANCHOR_AMBIENT("minecraft:block.respawn_anchor.ambient"), + RESPAWN_ANCHOR_AMBIENT(NamespaceID.from("minecraft:block.respawn_anchor.ambient")), - BLOCK_RESPAWN_ANCHOR_CHARGE("minecraft:block.respawn_anchor.charge"), + RESPAWN_ANCHOR_CHARGE(NamespaceID.from("minecraft:block.respawn_anchor.charge")), - BLOCK_RESPAWN_ANCHOR_DEPLETE("minecraft:block.respawn_anchor.deplete"), + RESPAWN_ANCHOR_DEPLETE(NamespaceID.from("minecraft:block.respawn_anchor.deplete")), - BLOCK_RESPAWN_ANCHOR_SET_SPAWN("minecraft:block.respawn_anchor.set_spawn"), + RESPAWN_ANCHOR_SET_SPAWN(NamespaceID.from("minecraft:block.respawn_anchor.set_spawn")), - ENTITY_SALMON_AMBIENT("minecraft:entity.salmon.ambient"), + SALMON_AMBIENT(NamespaceID.from("minecraft:entity.salmon.ambient")), - ENTITY_SALMON_DEATH("minecraft:entity.salmon.death"), + SALMON_DEATH(NamespaceID.from("minecraft:entity.salmon.death")), - ENTITY_SALMON_FLOP("minecraft:entity.salmon.flop"), + SALMON_FLOP(NamespaceID.from("minecraft:entity.salmon.flop")), - ENTITY_SALMON_HURT("minecraft:entity.salmon.hurt"), + SALMON_HURT(NamespaceID.from("minecraft:entity.salmon.hurt")), - BLOCK_SAND_BREAK("minecraft:block.sand.break"), + SAND_BREAK(NamespaceID.from("minecraft:block.sand.break")), - BLOCK_SAND_FALL("minecraft:block.sand.fall"), + SAND_FALL(NamespaceID.from("minecraft:block.sand.fall")), - BLOCK_SAND_HIT("minecraft:block.sand.hit"), + SAND_HIT(NamespaceID.from("minecraft:block.sand.hit")), - BLOCK_SAND_PLACE("minecraft:block.sand.place"), + SAND_PLACE(NamespaceID.from("minecraft:block.sand.place")), - BLOCK_SAND_STEP("minecraft:block.sand.step"), + SAND_STEP(NamespaceID.from("minecraft:block.sand.step")), - BLOCK_SCAFFOLDING_BREAK("minecraft:block.scaffolding.break"), + SCAFFOLDING_BREAK(NamespaceID.from("minecraft:block.scaffolding.break")), - BLOCK_SCAFFOLDING_FALL("minecraft:block.scaffolding.fall"), + SCAFFOLDING_FALL(NamespaceID.from("minecraft:block.scaffolding.fall")), - BLOCK_SCAFFOLDING_HIT("minecraft:block.scaffolding.hit"), + SCAFFOLDING_HIT(NamespaceID.from("minecraft:block.scaffolding.hit")), - BLOCK_SCAFFOLDING_PLACE("minecraft:block.scaffolding.place"), + SCAFFOLDING_PLACE(NamespaceID.from("minecraft:block.scaffolding.place")), - BLOCK_SCAFFOLDING_STEP("minecraft:block.scaffolding.step"), + SCAFFOLDING_STEP(NamespaceID.from("minecraft:block.scaffolding.step")), - ENTITY_SHEEP_AMBIENT("minecraft:entity.sheep.ambient"), + SHEEP_AMBIENT(NamespaceID.from("minecraft:entity.sheep.ambient")), - ENTITY_SHEEP_DEATH("minecraft:entity.sheep.death"), + SHEEP_DEATH(NamespaceID.from("minecraft:entity.sheep.death")), - ENTITY_SHEEP_HURT("minecraft:entity.sheep.hurt"), + SHEEP_HURT(NamespaceID.from("minecraft:entity.sheep.hurt")), - ENTITY_SHEEP_SHEAR("minecraft:entity.sheep.shear"), + SHEEP_SHEAR(NamespaceID.from("minecraft:entity.sheep.shear")), - ENTITY_SHEEP_STEP("minecraft:entity.sheep.step"), + SHEEP_STEP(NamespaceID.from("minecraft:entity.sheep.step")), - ITEM_SHIELD_BLOCK("minecraft:item.shield.block"), + SHIELD_BLOCK(NamespaceID.from("minecraft:item.shield.block")), - ITEM_SHIELD_BREAK("minecraft:item.shield.break"), + SHIELD_BREAK(NamespaceID.from("minecraft:item.shield.break")), - BLOCK_SHROOMLIGHT_BREAK("minecraft:block.shroomlight.break"), + SHROOMLIGHT_BREAK(NamespaceID.from("minecraft:block.shroomlight.break")), - BLOCK_SHROOMLIGHT_STEP("minecraft:block.shroomlight.step"), + SHROOMLIGHT_STEP(NamespaceID.from("minecraft:block.shroomlight.step")), - BLOCK_SHROOMLIGHT_PLACE("minecraft:block.shroomlight.place"), + SHROOMLIGHT_PLACE(NamespaceID.from("minecraft:block.shroomlight.place")), - BLOCK_SHROOMLIGHT_HIT("minecraft:block.shroomlight.hit"), + SHROOMLIGHT_HIT(NamespaceID.from("minecraft:block.shroomlight.hit")), - BLOCK_SHROOMLIGHT_FALL("minecraft:block.shroomlight.fall"), + SHROOMLIGHT_FALL(NamespaceID.from("minecraft:block.shroomlight.fall")), - ITEM_SHOVEL_FLATTEN("minecraft:item.shovel.flatten"), + SHOVEL_FLATTEN(NamespaceID.from("minecraft:item.shovel.flatten")), - ENTITY_SHULKER_AMBIENT("minecraft:entity.shulker.ambient"), + SHULKER_AMBIENT(NamespaceID.from("minecraft:entity.shulker.ambient")), - BLOCK_SHULKER_BOX_CLOSE("minecraft:block.shulker_box.close"), + SHULKER_BOX_CLOSE(NamespaceID.from("minecraft:block.shulker_box.close")), - BLOCK_SHULKER_BOX_OPEN("minecraft:block.shulker_box.open"), + SHULKER_BOX_OPEN(NamespaceID.from("minecraft:block.shulker_box.open")), - ENTITY_SHULKER_BULLET_HIT("minecraft:entity.shulker_bullet.hit"), + SHULKER_BULLET_HIT(NamespaceID.from("minecraft:entity.shulker_bullet.hit")), - ENTITY_SHULKER_BULLET_HURT("minecraft:entity.shulker_bullet.hurt"), + SHULKER_BULLET_HURT(NamespaceID.from("minecraft:entity.shulker_bullet.hurt")), - ENTITY_SHULKER_CLOSE("minecraft:entity.shulker.close"), + SHULKER_CLOSE(NamespaceID.from("minecraft:entity.shulker.close")), - ENTITY_SHULKER_DEATH("minecraft:entity.shulker.death"), + SHULKER_DEATH(NamespaceID.from("minecraft:entity.shulker.death")), - ENTITY_SHULKER_HURT("minecraft:entity.shulker.hurt"), + SHULKER_HURT(NamespaceID.from("minecraft:entity.shulker.hurt")), - ENTITY_SHULKER_HURT_CLOSED("minecraft:entity.shulker.hurt_closed"), + SHULKER_HURT_CLOSED(NamespaceID.from("minecraft:entity.shulker.hurt_closed")), - ENTITY_SHULKER_OPEN("minecraft:entity.shulker.open"), + SHULKER_OPEN(NamespaceID.from("minecraft:entity.shulker.open")), - ENTITY_SHULKER_SHOOT("minecraft:entity.shulker.shoot"), + SHULKER_SHOOT(NamespaceID.from("minecraft:entity.shulker.shoot")), - ENTITY_SHULKER_TELEPORT("minecraft:entity.shulker.teleport"), + SHULKER_TELEPORT(NamespaceID.from("minecraft:entity.shulker.teleport")), - ENTITY_SILVERFISH_AMBIENT("minecraft:entity.silverfish.ambient"), + SILVERFISH_AMBIENT(NamespaceID.from("minecraft:entity.silverfish.ambient")), - ENTITY_SILVERFISH_DEATH("minecraft:entity.silverfish.death"), + SILVERFISH_DEATH(NamespaceID.from("minecraft:entity.silverfish.death")), - ENTITY_SILVERFISH_HURT("minecraft:entity.silverfish.hurt"), + SILVERFISH_HURT(NamespaceID.from("minecraft:entity.silverfish.hurt")), - ENTITY_SILVERFISH_STEP("minecraft:entity.silverfish.step"), + SILVERFISH_STEP(NamespaceID.from("minecraft:entity.silverfish.step")), - ENTITY_SKELETON_AMBIENT("minecraft:entity.skeleton.ambient"), + SKELETON_AMBIENT(NamespaceID.from("minecraft:entity.skeleton.ambient")), - ENTITY_SKELETON_DEATH("minecraft:entity.skeleton.death"), + SKELETON_DEATH(NamespaceID.from("minecraft:entity.skeleton.death")), - ENTITY_SKELETON_HORSE_AMBIENT("minecraft:entity.skeleton_horse.ambient"), + SKELETON_HORSE_AMBIENT(NamespaceID.from("minecraft:entity.skeleton_horse.ambient")), - ENTITY_SKELETON_HORSE_DEATH("minecraft:entity.skeleton_horse.death"), + SKELETON_HORSE_DEATH(NamespaceID.from("minecraft:entity.skeleton_horse.death")), - ENTITY_SKELETON_HORSE_HURT("minecraft:entity.skeleton_horse.hurt"), + SKELETON_HORSE_HURT(NamespaceID.from("minecraft:entity.skeleton_horse.hurt")), - ENTITY_SKELETON_HORSE_SWIM("minecraft:entity.skeleton_horse.swim"), + SKELETON_HORSE_SWIM(NamespaceID.from("minecraft:entity.skeleton_horse.swim")), - ENTITY_SKELETON_HORSE_AMBIENT_WATER("minecraft:entity.skeleton_horse.ambient_water"), + SKELETON_HORSE_AMBIENT_WATER(NamespaceID.from("minecraft:entity.skeleton_horse.ambient_water")), - ENTITY_SKELETON_HORSE_GALLOP_WATER("minecraft:entity.skeleton_horse.gallop_water"), + SKELETON_HORSE_GALLOP_WATER(NamespaceID.from("minecraft:entity.skeleton_horse.gallop_water")), - ENTITY_SKELETON_HORSE_JUMP_WATER("minecraft:entity.skeleton_horse.jump_water"), + SKELETON_HORSE_JUMP_WATER(NamespaceID.from("minecraft:entity.skeleton_horse.jump_water")), - ENTITY_SKELETON_HORSE_STEP_WATER("minecraft:entity.skeleton_horse.step_water"), + SKELETON_HORSE_STEP_WATER(NamespaceID.from("minecraft:entity.skeleton_horse.step_water")), - ENTITY_SKELETON_HURT("minecraft:entity.skeleton.hurt"), + SKELETON_HURT(NamespaceID.from("minecraft:entity.skeleton.hurt")), - ENTITY_SKELETON_SHOOT("minecraft:entity.skeleton.shoot"), + SKELETON_SHOOT(NamespaceID.from("minecraft:entity.skeleton.shoot")), - ENTITY_SKELETON_STEP("minecraft:entity.skeleton.step"), + SKELETON_STEP(NamespaceID.from("minecraft:entity.skeleton.step")), - ENTITY_SLIME_ATTACK("minecraft:entity.slime.attack"), + SLIME_ATTACK(NamespaceID.from("minecraft:entity.slime.attack")), - ENTITY_SLIME_DEATH("minecraft:entity.slime.death"), + SLIME_DEATH(NamespaceID.from("minecraft:entity.slime.death")), - ENTITY_SLIME_HURT("minecraft:entity.slime.hurt"), + SLIME_HURT(NamespaceID.from("minecraft:entity.slime.hurt")), - ENTITY_SLIME_JUMP("minecraft:entity.slime.jump"), + SLIME_JUMP(NamespaceID.from("minecraft:entity.slime.jump")), - ENTITY_SLIME_SQUISH("minecraft:entity.slime.squish"), + SLIME_SQUISH(NamespaceID.from("minecraft:entity.slime.squish")), - BLOCK_SLIME_BLOCK_BREAK("minecraft:block.slime_block.break"), + SLIME_BLOCK_BREAK(NamespaceID.from("minecraft:block.slime_block.break")), - BLOCK_SLIME_BLOCK_FALL("minecraft:block.slime_block.fall"), + SLIME_BLOCK_FALL(NamespaceID.from("minecraft:block.slime_block.fall")), - BLOCK_SLIME_BLOCK_HIT("minecraft:block.slime_block.hit"), + SLIME_BLOCK_HIT(NamespaceID.from("minecraft:block.slime_block.hit")), - BLOCK_SLIME_BLOCK_PLACE("minecraft:block.slime_block.place"), + SLIME_BLOCK_PLACE(NamespaceID.from("minecraft:block.slime_block.place")), - BLOCK_SLIME_BLOCK_STEP("minecraft:block.slime_block.step"), + SLIME_BLOCK_STEP(NamespaceID.from("minecraft:block.slime_block.step")), - BLOCK_SOUL_SAND_BREAK("minecraft:block.soul_sand.break"), + SOUL_SAND_BREAK(NamespaceID.from("minecraft:block.soul_sand.break")), - BLOCK_SOUL_SAND_STEP("minecraft:block.soul_sand.step"), + SOUL_SAND_STEP(NamespaceID.from("minecraft:block.soul_sand.step")), - BLOCK_SOUL_SAND_PLACE("minecraft:block.soul_sand.place"), + SOUL_SAND_PLACE(NamespaceID.from("minecraft:block.soul_sand.place")), - BLOCK_SOUL_SAND_HIT("minecraft:block.soul_sand.hit"), + SOUL_SAND_HIT(NamespaceID.from("minecraft:block.soul_sand.hit")), - BLOCK_SOUL_SAND_FALL("minecraft:block.soul_sand.fall"), + SOUL_SAND_FALL(NamespaceID.from("minecraft:block.soul_sand.fall")), - BLOCK_SOUL_SOIL_BREAK("minecraft:block.soul_soil.break"), + SOUL_SOIL_BREAK(NamespaceID.from("minecraft:block.soul_soil.break")), - BLOCK_SOUL_SOIL_STEP("minecraft:block.soul_soil.step"), + SOUL_SOIL_STEP(NamespaceID.from("minecraft:block.soul_soil.step")), - BLOCK_SOUL_SOIL_PLACE("minecraft:block.soul_soil.place"), + SOUL_SOIL_PLACE(NamespaceID.from("minecraft:block.soul_soil.place")), - BLOCK_SOUL_SOIL_HIT("minecraft:block.soul_soil.hit"), + SOUL_SOIL_HIT(NamespaceID.from("minecraft:block.soul_soil.hit")), - BLOCK_SOUL_SOIL_FALL("minecraft:block.soul_soil.fall"), + SOUL_SOIL_FALL(NamespaceID.from("minecraft:block.soul_soil.fall")), - PARTICLE_SOUL_ESCAPE("minecraft:particle.soul_escape"), + SOUL_ESCAPE(NamespaceID.from("minecraft:particle.soul_escape")), - ENTITY_STRIDER_AMBIENT("minecraft:entity.strider.ambient"), + STRIDER_AMBIENT(NamespaceID.from("minecraft:entity.strider.ambient")), - ENTITY_STRIDER_HAPPY("minecraft:entity.strider.happy"), + STRIDER_HAPPY(NamespaceID.from("minecraft:entity.strider.happy")), - ENTITY_STRIDER_RETREAT("minecraft:entity.strider.retreat"), + STRIDER_RETREAT(NamespaceID.from("minecraft:entity.strider.retreat")), - ENTITY_STRIDER_DEATH("minecraft:entity.strider.death"), + STRIDER_DEATH(NamespaceID.from("minecraft:entity.strider.death")), - ENTITY_STRIDER_HURT("minecraft:entity.strider.hurt"), + STRIDER_HURT(NamespaceID.from("minecraft:entity.strider.hurt")), - ENTITY_STRIDER_STEP("minecraft:entity.strider.step"), + STRIDER_STEP(NamespaceID.from("minecraft:entity.strider.step")), - ENTITY_STRIDER_STEP_LAVA("minecraft:entity.strider.step_lava"), + STRIDER_STEP_LAVA(NamespaceID.from("minecraft:entity.strider.step_lava")), - ENTITY_STRIDER_EAT("minecraft:entity.strider.eat"), + STRIDER_EAT(NamespaceID.from("minecraft:entity.strider.eat")), - ENTITY_STRIDER_SADDLE("minecraft:entity.strider.saddle"), + STRIDER_SADDLE(NamespaceID.from("minecraft:entity.strider.saddle")), - ENTITY_SLIME_DEATH_SMALL("minecraft:entity.slime.death_small"), + SLIME_DEATH_SMALL(NamespaceID.from("minecraft:entity.slime.death_small")), - ENTITY_SLIME_HURT_SMALL("minecraft:entity.slime.hurt_small"), + SLIME_HURT_SMALL(NamespaceID.from("minecraft:entity.slime.hurt_small")), - ENTITY_SLIME_JUMP_SMALL("minecraft:entity.slime.jump_small"), + SLIME_JUMP_SMALL(NamespaceID.from("minecraft:entity.slime.jump_small")), - ENTITY_SLIME_SQUISH_SMALL("minecraft:entity.slime.squish_small"), + SLIME_SQUISH_SMALL(NamespaceID.from("minecraft:entity.slime.squish_small")), - BLOCK_SMITHING_TABLE_USE("minecraft:block.smithing_table.use"), + SMITHING_TABLE_USE(NamespaceID.from("minecraft:block.smithing_table.use")), - BLOCK_SMOKER_SMOKE("minecraft:block.smoker.smoke"), + SMOKER_SMOKE(NamespaceID.from("minecraft:block.smoker.smoke")), - ENTITY_SNOWBALL_THROW("minecraft:entity.snowball.throw"), + SNOWBALL_THROW(NamespaceID.from("minecraft:entity.snowball.throw")), - BLOCK_SNOW_BREAK("minecraft:block.snow.break"), + SNOW_BREAK(NamespaceID.from("minecraft:block.snow.break")), - BLOCK_SNOW_FALL("minecraft:block.snow.fall"), + SNOW_FALL(NamespaceID.from("minecraft:block.snow.fall")), - ENTITY_SNOW_GOLEM_AMBIENT("minecraft:entity.snow_golem.ambient"), + SNOW_GOLEM_AMBIENT(NamespaceID.from("minecraft:entity.snow_golem.ambient")), - ENTITY_SNOW_GOLEM_DEATH("minecraft:entity.snow_golem.death"), + SNOW_GOLEM_DEATH(NamespaceID.from("minecraft:entity.snow_golem.death")), - ENTITY_SNOW_GOLEM_HURT("minecraft:entity.snow_golem.hurt"), + SNOW_GOLEM_HURT(NamespaceID.from("minecraft:entity.snow_golem.hurt")), - ENTITY_SNOW_GOLEM_SHOOT("minecraft:entity.snow_golem.shoot"), + SNOW_GOLEM_SHOOT(NamespaceID.from("minecraft:entity.snow_golem.shoot")), - ENTITY_SNOW_GOLEM_SHEAR("minecraft:entity.snow_golem.shear"), + SNOW_GOLEM_SHEAR(NamespaceID.from("minecraft:entity.snow_golem.shear")), - BLOCK_SNOW_HIT("minecraft:block.snow.hit"), + SNOW_HIT(NamespaceID.from("minecraft:block.snow.hit")), - BLOCK_SNOW_PLACE("minecraft:block.snow.place"), + SNOW_PLACE(NamespaceID.from("minecraft:block.snow.place")), - BLOCK_SNOW_STEP("minecraft:block.snow.step"), + SNOW_STEP(NamespaceID.from("minecraft:block.snow.step")), - ENTITY_SPIDER_AMBIENT("minecraft:entity.spider.ambient"), + SPIDER_AMBIENT(NamespaceID.from("minecraft:entity.spider.ambient")), - ENTITY_SPIDER_DEATH("minecraft:entity.spider.death"), + SPIDER_DEATH(NamespaceID.from("minecraft:entity.spider.death")), - ENTITY_SPIDER_HURT("minecraft:entity.spider.hurt"), + SPIDER_HURT(NamespaceID.from("minecraft:entity.spider.hurt")), - ENTITY_SPIDER_STEP("minecraft:entity.spider.step"), + SPIDER_STEP(NamespaceID.from("minecraft:entity.spider.step")), - ENTITY_SPLASH_POTION_BREAK("minecraft:entity.splash_potion.break"), + SPLASH_POTION_BREAK(NamespaceID.from("minecraft:entity.splash_potion.break")), - ENTITY_SPLASH_POTION_THROW("minecraft:entity.splash_potion.throw"), + SPLASH_POTION_THROW(NamespaceID.from("minecraft:entity.splash_potion.throw")), - ENTITY_SQUID_AMBIENT("minecraft:entity.squid.ambient"), + SQUID_AMBIENT(NamespaceID.from("minecraft:entity.squid.ambient")), - ENTITY_SQUID_DEATH("minecraft:entity.squid.death"), + SQUID_DEATH(NamespaceID.from("minecraft:entity.squid.death")), - ENTITY_SQUID_HURT("minecraft:entity.squid.hurt"), + SQUID_HURT(NamespaceID.from("minecraft:entity.squid.hurt")), - ENTITY_SQUID_SQUIRT("minecraft:entity.squid.squirt"), + SQUID_SQUIRT(NamespaceID.from("minecraft:entity.squid.squirt")), - BLOCK_STONE_BREAK("minecraft:block.stone.break"), + STONE_BREAK(NamespaceID.from("minecraft:block.stone.break")), - BLOCK_STONE_BUTTON_CLICK_OFF("minecraft:block.stone_button.click_off"), + STONE_BUTTON_CLICK_OFF(NamespaceID.from("minecraft:block.stone_button.click_off")), - BLOCK_STONE_BUTTON_CLICK_ON("minecraft:block.stone_button.click_on"), + STONE_BUTTON_CLICK_ON(NamespaceID.from("minecraft:block.stone_button.click_on")), - BLOCK_STONE_FALL("minecraft:block.stone.fall"), + STONE_FALL(NamespaceID.from("minecraft:block.stone.fall")), - BLOCK_STONE_HIT("minecraft:block.stone.hit"), + STONE_HIT(NamespaceID.from("minecraft:block.stone.hit")), - BLOCK_STONE_PLACE("minecraft:block.stone.place"), + STONE_PLACE(NamespaceID.from("minecraft:block.stone.place")), - BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF("minecraft:block.stone_pressure_plate.click_off"), + STONE_PRESSURE_PLATE_CLICK_OFF(NamespaceID.from("minecraft:block.stone_pressure_plate.click_off")), - BLOCK_STONE_PRESSURE_PLATE_CLICK_ON("minecraft:block.stone_pressure_plate.click_on"), + STONE_PRESSURE_PLATE_CLICK_ON(NamespaceID.from("minecraft:block.stone_pressure_plate.click_on")), - BLOCK_STONE_STEP("minecraft:block.stone.step"), + STONE_STEP(NamespaceID.from("minecraft:block.stone.step")), - ENTITY_STRAY_AMBIENT("minecraft:entity.stray.ambient"), + STRAY_AMBIENT(NamespaceID.from("minecraft:entity.stray.ambient")), - ENTITY_STRAY_DEATH("minecraft:entity.stray.death"), + STRAY_DEATH(NamespaceID.from("minecraft:entity.stray.death")), - ENTITY_STRAY_HURT("minecraft:entity.stray.hurt"), + STRAY_HURT(NamespaceID.from("minecraft:entity.stray.hurt")), - ENTITY_STRAY_STEP("minecraft:entity.stray.step"), + STRAY_STEP(NamespaceID.from("minecraft:entity.stray.step")), - BLOCK_SWEET_BERRY_BUSH_BREAK("minecraft:block.sweet_berry_bush.break"), + SWEET_BERRY_BUSH_BREAK(NamespaceID.from("minecraft:block.sweet_berry_bush.break")), - BLOCK_SWEET_BERRY_BUSH_PLACE("minecraft:block.sweet_berry_bush.place"), + SWEET_BERRY_BUSH_PLACE(NamespaceID.from("minecraft:block.sweet_berry_bush.place")), - ITEM_SWEET_BERRIES_PICK_FROM_BUSH("minecraft:item.sweet_berries.pick_from_bush"), + SWEET_BERRY_BUSH_PICK_BERRIES(NamespaceID.from("minecraft:item.sweet_berries.pick_from_bush")), - ENCHANT_THORNS_HIT("minecraft:enchant.thorns.hit"), + THORNS_HIT(NamespaceID.from("minecraft:enchant.thorns.hit")), - ENTITY_TNT_PRIMED("minecraft:entity.tnt.primed"), + TNT_PRIMED(NamespaceID.from("minecraft:entity.tnt.primed")), - ITEM_TOTEM_USE("minecraft:item.totem.use"), + TOTEM_USE(NamespaceID.from("minecraft:item.totem.use")), - ITEM_TRIDENT_HIT("minecraft:item.trident.hit"), + TRIDENT_HIT(NamespaceID.from("minecraft:item.trident.hit")), - ITEM_TRIDENT_HIT_GROUND("minecraft:item.trident.hit_ground"), + TRIDENT_HIT_GROUND(NamespaceID.from("minecraft:item.trident.hit_ground")), - ITEM_TRIDENT_RETURN("minecraft:item.trident.return"), + TRIDENT_RETURN(NamespaceID.from("minecraft:item.trident.return")), - ITEM_TRIDENT_RIPTIDE_1("minecraft:item.trident.riptide_1"), + TRIDENT_RIPTIDE_1(NamespaceID.from("minecraft:item.trident.riptide_1")), - ITEM_TRIDENT_RIPTIDE_2("minecraft:item.trident.riptide_2"), + TRIDENT_RIPTIDE_2(NamespaceID.from("minecraft:item.trident.riptide_2")), - ITEM_TRIDENT_RIPTIDE_3("minecraft:item.trident.riptide_3"), + TRIDENT_RIPTIDE_3(NamespaceID.from("minecraft:item.trident.riptide_3")), - ITEM_TRIDENT_THROW("minecraft:item.trident.throw"), + TRIDENT_THROW(NamespaceID.from("minecraft:item.trident.throw")), - ITEM_TRIDENT_THUNDER("minecraft:item.trident.thunder"), + TRIDENT_THUNDER(NamespaceID.from("minecraft:item.trident.thunder")), - BLOCK_TRIPWIRE_ATTACH("minecraft:block.tripwire.attach"), + TRIPWIRE_ATTACH(NamespaceID.from("minecraft:block.tripwire.attach")), - BLOCK_TRIPWIRE_CLICK_OFF("minecraft:block.tripwire.click_off"), + TRIPWIRE_CLICK_OFF(NamespaceID.from("minecraft:block.tripwire.click_off")), - BLOCK_TRIPWIRE_CLICK_ON("minecraft:block.tripwire.click_on"), + TRIPWIRE_CLICK_ON(NamespaceID.from("minecraft:block.tripwire.click_on")), - BLOCK_TRIPWIRE_DETACH("minecraft:block.tripwire.detach"), + TRIPWIRE_DETACH(NamespaceID.from("minecraft:block.tripwire.detach")), - ENTITY_TROPICAL_FISH_AMBIENT("minecraft:entity.tropical_fish.ambient"), + TROPICAL_FISH_AMBIENT(NamespaceID.from("minecraft:entity.tropical_fish.ambient")), - ENTITY_TROPICAL_FISH_DEATH("minecraft:entity.tropical_fish.death"), + TROPICAL_FISH_DEATH(NamespaceID.from("minecraft:entity.tropical_fish.death")), - ENTITY_TROPICAL_FISH_FLOP("minecraft:entity.tropical_fish.flop"), + TROPICAL_FISH_FLOP(NamespaceID.from("minecraft:entity.tropical_fish.flop")), - ENTITY_TROPICAL_FISH_HURT("minecraft:entity.tropical_fish.hurt"), + TROPICAL_FISH_HURT(NamespaceID.from("minecraft:entity.tropical_fish.hurt")), - ENTITY_TURTLE_AMBIENT_LAND("minecraft:entity.turtle.ambient_land"), + TURTLE_AMBIENT_LAND(NamespaceID.from("minecraft:entity.turtle.ambient_land")), - ENTITY_TURTLE_DEATH("minecraft:entity.turtle.death"), + TURTLE_DEATH(NamespaceID.from("minecraft:entity.turtle.death")), - ENTITY_TURTLE_DEATH_BABY("minecraft:entity.turtle.death_baby"), + TURTLE_DEATH_BABY(NamespaceID.from("minecraft:entity.turtle.death_baby")), - ENTITY_TURTLE_EGG_BREAK("minecraft:entity.turtle.egg_break"), + TURTLE_EGG_BREAK(NamespaceID.from("minecraft:entity.turtle.egg_break")), - ENTITY_TURTLE_EGG_CRACK("minecraft:entity.turtle.egg_crack"), + TURTLE_EGG_CRACK(NamespaceID.from("minecraft:entity.turtle.egg_crack")), - ENTITY_TURTLE_EGG_HATCH("minecraft:entity.turtle.egg_hatch"), + TURTLE_EGG_HATCH(NamespaceID.from("minecraft:entity.turtle.egg_hatch")), - ENTITY_TURTLE_HURT("minecraft:entity.turtle.hurt"), + TURTLE_HURT(NamespaceID.from("minecraft:entity.turtle.hurt")), - ENTITY_TURTLE_HURT_BABY("minecraft:entity.turtle.hurt_baby"), + TURTLE_HURT_BABY(NamespaceID.from("minecraft:entity.turtle.hurt_baby")), - ENTITY_TURTLE_LAY_EGG("minecraft:entity.turtle.lay_egg"), + TURTLE_LAY_EGG(NamespaceID.from("minecraft:entity.turtle.lay_egg")), - ENTITY_TURTLE_SHAMBLE("minecraft:entity.turtle.shamble"), + TURTLE_SHAMBLE(NamespaceID.from("minecraft:entity.turtle.shamble")), - ENTITY_TURTLE_SHAMBLE_BABY("minecraft:entity.turtle.shamble_baby"), + TURTLE_SHAMBLE_BABY(NamespaceID.from("minecraft:entity.turtle.shamble_baby")), - ENTITY_TURTLE_SWIM("minecraft:entity.turtle.swim"), + TURTLE_SWIM(NamespaceID.from("minecraft:entity.turtle.swim")), - UI_BUTTON_CLICK("minecraft:ui.button.click"), + UI_BUTTON_CLICK(NamespaceID.from("minecraft:ui.button.click")), - UI_LOOM_SELECT_PATTERN("minecraft:ui.loom.select_pattern"), + UI_LOOM_SELECT_PATTERN(NamespaceID.from("minecraft:ui.loom.select_pattern")), - UI_LOOM_TAKE_RESULT("minecraft:ui.loom.take_result"), + UI_LOOM_TAKE_RESULT(NamespaceID.from("minecraft:ui.loom.take_result")), - UI_CARTOGRAPHY_TABLE_TAKE_RESULT("minecraft:ui.cartography_table.take_result"), + UI_CARTOGRAPHY_TABLE_TAKE_RESULT(NamespaceID.from("minecraft:ui.cartography_table.take_result")), - UI_STONECUTTER_TAKE_RESULT("minecraft:ui.stonecutter.take_result"), + UI_STONECUTTER_TAKE_RESULT(NamespaceID.from("minecraft:ui.stonecutter.take_result")), - UI_STONECUTTER_SELECT_RECIPE("minecraft:ui.stonecutter.select_recipe"), + UI_STONECUTTER_SELECT_RECIPE(NamespaceID.from("minecraft:ui.stonecutter.select_recipe")), - UI_TOAST_CHALLENGE_COMPLETE("minecraft:ui.toast.challenge_complete"), + UI_TOAST_CHALLENGE_COMPLETE(NamespaceID.from("minecraft:ui.toast.challenge_complete")), - UI_TOAST_IN("minecraft:ui.toast.in"), + UI_TOAST_IN(NamespaceID.from("minecraft:ui.toast.in")), - UI_TOAST_OUT("minecraft:ui.toast.out"), + UI_TOAST_OUT(NamespaceID.from("minecraft:ui.toast.out")), - ENTITY_VEX_AMBIENT("minecraft:entity.vex.ambient"), + VEX_AMBIENT(NamespaceID.from("minecraft:entity.vex.ambient")), - ENTITY_VEX_CHARGE("minecraft:entity.vex.charge"), + VEX_CHARGE(NamespaceID.from("minecraft:entity.vex.charge")), - ENTITY_VEX_DEATH("minecraft:entity.vex.death"), + VEX_DEATH(NamespaceID.from("minecraft:entity.vex.death")), - ENTITY_VEX_HURT("minecraft:entity.vex.hurt"), + VEX_HURT(NamespaceID.from("minecraft:entity.vex.hurt")), - ENTITY_VILLAGER_AMBIENT("minecraft:entity.villager.ambient"), + VILLAGER_AMBIENT(NamespaceID.from("minecraft:entity.villager.ambient")), - ENTITY_VILLAGER_CELEBRATE("minecraft:entity.villager.celebrate"), + VILLAGER_CELEBRATE(NamespaceID.from("minecraft:entity.villager.celebrate")), - ENTITY_VILLAGER_DEATH("minecraft:entity.villager.death"), + VILLAGER_DEATH(NamespaceID.from("minecraft:entity.villager.death")), - ENTITY_VILLAGER_HURT("minecraft:entity.villager.hurt"), + VILLAGER_HURT(NamespaceID.from("minecraft:entity.villager.hurt")), - ENTITY_VILLAGER_NO("minecraft:entity.villager.no"), + VILLAGER_NO(NamespaceID.from("minecraft:entity.villager.no")), - ENTITY_VILLAGER_TRADE("minecraft:entity.villager.trade"), + VILLAGER_TRADE(NamespaceID.from("minecraft:entity.villager.trade")), - ENTITY_VILLAGER_YES("minecraft:entity.villager.yes"), + VILLAGER_YES(NamespaceID.from("minecraft:entity.villager.yes")), - ENTITY_VILLAGER_WORK_ARMORER("minecraft:entity.villager.work_armorer"), + VILLAGER_WORK_ARMORER(NamespaceID.from("minecraft:entity.villager.work_armorer")), - ENTITY_VILLAGER_WORK_BUTCHER("minecraft:entity.villager.work_butcher"), + VILLAGER_WORK_BUTCHER(NamespaceID.from("minecraft:entity.villager.work_butcher")), - ENTITY_VILLAGER_WORK_CARTOGRAPHER("minecraft:entity.villager.work_cartographer"), + VILLAGER_WORK_CARTOGRAPHER(NamespaceID.from("minecraft:entity.villager.work_cartographer")), - ENTITY_VILLAGER_WORK_CLERIC("minecraft:entity.villager.work_cleric"), + VILLAGER_WORK_CLERIC(NamespaceID.from("minecraft:entity.villager.work_cleric")), - ENTITY_VILLAGER_WORK_FARMER("minecraft:entity.villager.work_farmer"), + VILLAGER_WORK_FARMER(NamespaceID.from("minecraft:entity.villager.work_farmer")), - ENTITY_VILLAGER_WORK_FISHERMAN("minecraft:entity.villager.work_fisherman"), + VILLAGER_WORK_FISHERMAN(NamespaceID.from("minecraft:entity.villager.work_fisherman")), - ENTITY_VILLAGER_WORK_FLETCHER("minecraft:entity.villager.work_fletcher"), + VILLAGER_WORK_FLETCHER(NamespaceID.from("minecraft:entity.villager.work_fletcher")), - ENTITY_VILLAGER_WORK_LEATHERWORKER("minecraft:entity.villager.work_leatherworker"), + VILLAGER_WORK_LEATHERWORKER(NamespaceID.from("minecraft:entity.villager.work_leatherworker")), - ENTITY_VILLAGER_WORK_LIBRARIAN("minecraft:entity.villager.work_librarian"), + VILLAGER_WORK_LIBRARIAN(NamespaceID.from("minecraft:entity.villager.work_librarian")), - ENTITY_VILLAGER_WORK_MASON("minecraft:entity.villager.work_mason"), + VILLAGER_WORK_MASON(NamespaceID.from("minecraft:entity.villager.work_mason")), - ENTITY_VILLAGER_WORK_SHEPHERD("minecraft:entity.villager.work_shepherd"), + VILLAGER_WORK_SHEPHERD(NamespaceID.from("minecraft:entity.villager.work_shepherd")), - ENTITY_VILLAGER_WORK_TOOLSMITH("minecraft:entity.villager.work_toolsmith"), + VILLAGER_WORK_TOOLSMITH(NamespaceID.from("minecraft:entity.villager.work_toolsmith")), - ENTITY_VILLAGER_WORK_WEAPONSMITH("minecraft:entity.villager.work_weaponsmith"), + VILLAGER_WORK_WEAPONSMITH(NamespaceID.from("minecraft:entity.villager.work_weaponsmith")), - ENTITY_VINDICATOR_AMBIENT("minecraft:entity.vindicator.ambient"), + VINDICATOR_AMBIENT(NamespaceID.from("minecraft:entity.vindicator.ambient")), - ENTITY_VINDICATOR_CELEBRATE("minecraft:entity.vindicator.celebrate"), + VINDICATOR_CELEBRATE(NamespaceID.from("minecraft:entity.vindicator.celebrate")), - ENTITY_VINDICATOR_DEATH("minecraft:entity.vindicator.death"), + VINDICATOR_DEATH(NamespaceID.from("minecraft:entity.vindicator.death")), - ENTITY_VINDICATOR_HURT("minecraft:entity.vindicator.hurt"), + VINDICATOR_HURT(NamespaceID.from("minecraft:entity.vindicator.hurt")), - BLOCK_VINE_STEP("minecraft:block.vine.step"), + VINE_STEP(NamespaceID.from("minecraft:block.vine.step")), - BLOCK_LILY_PAD_PLACE("minecraft:block.lily_pad.place"), + LILY_PAD_PLACE(NamespaceID.from("minecraft:block.lily_pad.place")), - ENTITY_WANDERING_TRADER_AMBIENT("minecraft:entity.wandering_trader.ambient"), + WANDERING_TRADER_AMBIENT(NamespaceID.from("minecraft:entity.wandering_trader.ambient")), - ENTITY_WANDERING_TRADER_DEATH("minecraft:entity.wandering_trader.death"), + WANDERING_TRADER_DEATH(NamespaceID.from("minecraft:entity.wandering_trader.death")), - ENTITY_WANDERING_TRADER_DISAPPEARED("minecraft:entity.wandering_trader.disappeared"), + WANDERING_TRADER_DISAPPEARED(NamespaceID.from("minecraft:entity.wandering_trader.disappeared")), - ENTITY_WANDERING_TRADER_DRINK_MILK("minecraft:entity.wandering_trader.drink_milk"), + WANDERING_TRADER_DRINK_MILK(NamespaceID.from("minecraft:entity.wandering_trader.drink_milk")), - ENTITY_WANDERING_TRADER_DRINK_POTION("minecraft:entity.wandering_trader.drink_potion"), + WANDERING_TRADER_DRINK_POTION(NamespaceID.from("minecraft:entity.wandering_trader.drink_potion")), - ENTITY_WANDERING_TRADER_HURT("minecraft:entity.wandering_trader.hurt"), + WANDERING_TRADER_HURT(NamespaceID.from("minecraft:entity.wandering_trader.hurt")), - ENTITY_WANDERING_TRADER_NO("minecraft:entity.wandering_trader.no"), + WANDERING_TRADER_NO(NamespaceID.from("minecraft:entity.wandering_trader.no")), - ENTITY_WANDERING_TRADER_REAPPEARED("minecraft:entity.wandering_trader.reappeared"), + WANDERING_TRADER_REAPPEARED(NamespaceID.from("minecraft:entity.wandering_trader.reappeared")), - ENTITY_WANDERING_TRADER_TRADE("minecraft:entity.wandering_trader.trade"), + WANDERING_TRADER_TRADE(NamespaceID.from("minecraft:entity.wandering_trader.trade")), - ENTITY_WANDERING_TRADER_YES("minecraft:entity.wandering_trader.yes"), + WANDERING_TRADER_YES(NamespaceID.from("minecraft:entity.wandering_trader.yes")), - BLOCK_WATER_AMBIENT("minecraft:block.water.ambient"), + WATER_AMBIENT(NamespaceID.from("minecraft:block.water.ambient")), - WEATHER_RAIN("minecraft:weather.rain"), + WEATHER_RAIN(NamespaceID.from("minecraft:weather.rain")), - WEATHER_RAIN_ABOVE("minecraft:weather.rain.above"), + WEATHER_RAIN_ABOVE(NamespaceID.from("minecraft:weather.rain.above")), - BLOCK_WET_GRASS_BREAK("minecraft:block.wet_grass.break"), + WET_GRASS_BREAK(NamespaceID.from("minecraft:block.wet_grass.break")), - BLOCK_WET_GRASS_FALL("minecraft:block.wet_grass.fall"), + WET_GRASS_FALL(NamespaceID.from("minecraft:block.wet_grass.fall")), - BLOCK_WET_GRASS_HIT("minecraft:block.wet_grass.hit"), + WET_GRASS_HIT(NamespaceID.from("minecraft:block.wet_grass.hit")), - BLOCK_WET_GRASS_PLACE("minecraft:block.wet_grass.place"), + WET_GRASS_PLACE(NamespaceID.from("minecraft:block.wet_grass.place")), - BLOCK_WET_GRASS_STEP("minecraft:block.wet_grass.step"), + WET_GRASS_STEP(NamespaceID.from("minecraft:block.wet_grass.step")), - ENTITY_WITCH_AMBIENT("minecraft:entity.witch.ambient"), + WITCH_AMBIENT(NamespaceID.from("minecraft:entity.witch.ambient")), - ENTITY_WITCH_CELEBRATE("minecraft:entity.witch.celebrate"), + WITCH_CELEBRATE(NamespaceID.from("minecraft:entity.witch.celebrate")), - ENTITY_WITCH_DEATH("minecraft:entity.witch.death"), + WITCH_DEATH(NamespaceID.from("minecraft:entity.witch.death")), - ENTITY_WITCH_DRINK("minecraft:entity.witch.drink"), + WITCH_DRINK(NamespaceID.from("minecraft:entity.witch.drink")), - ENTITY_WITCH_HURT("minecraft:entity.witch.hurt"), + WITCH_HURT(NamespaceID.from("minecraft:entity.witch.hurt")), - ENTITY_WITCH_THROW("minecraft:entity.witch.throw"), + WITCH_THROW(NamespaceID.from("minecraft:entity.witch.throw")), - ENTITY_WITHER_AMBIENT("minecraft:entity.wither.ambient"), + WITHER_AMBIENT(NamespaceID.from("minecraft:entity.wither.ambient")), - ENTITY_WITHER_BREAK_BLOCK("minecraft:entity.wither.break_block"), + WITHER_BREAK_BLOCK(NamespaceID.from("minecraft:entity.wither.break_block")), - ENTITY_WITHER_DEATH("minecraft:entity.wither.death"), + WITHER_DEATH(NamespaceID.from("minecraft:entity.wither.death")), - ENTITY_WITHER_HURT("minecraft:entity.wither.hurt"), + WITHER_HURT(NamespaceID.from("minecraft:entity.wither.hurt")), - ENTITY_WITHER_SHOOT("minecraft:entity.wither.shoot"), + WITHER_SHOOT(NamespaceID.from("minecraft:entity.wither.shoot")), - ENTITY_WITHER_SKELETON_AMBIENT("minecraft:entity.wither_skeleton.ambient"), + WITHER_SKELETON_AMBIENT(NamespaceID.from("minecraft:entity.wither_skeleton.ambient")), - ENTITY_WITHER_SKELETON_DEATH("minecraft:entity.wither_skeleton.death"), + WITHER_SKELETON_DEATH(NamespaceID.from("minecraft:entity.wither_skeleton.death")), - ENTITY_WITHER_SKELETON_HURT("minecraft:entity.wither_skeleton.hurt"), + WITHER_SKELETON_HURT(NamespaceID.from("minecraft:entity.wither_skeleton.hurt")), - ENTITY_WITHER_SKELETON_STEP("minecraft:entity.wither_skeleton.step"), + WITHER_SKELETON_STEP(NamespaceID.from("minecraft:entity.wither_skeleton.step")), - ENTITY_WITHER_SPAWN("minecraft:entity.wither.spawn"), + WITHER_SPAWN(NamespaceID.from("minecraft:entity.wither.spawn")), - ENTITY_WOLF_AMBIENT("minecraft:entity.wolf.ambient"), + WOLF_AMBIENT(NamespaceID.from("minecraft:entity.wolf.ambient")), - ENTITY_WOLF_DEATH("minecraft:entity.wolf.death"), + WOLF_DEATH(NamespaceID.from("minecraft:entity.wolf.death")), - ENTITY_WOLF_GROWL("minecraft:entity.wolf.growl"), + WOLF_GROWL(NamespaceID.from("minecraft:entity.wolf.growl")), - ENTITY_WOLF_HOWL("minecraft:entity.wolf.howl"), + WOLF_HOWL(NamespaceID.from("minecraft:entity.wolf.howl")), - ENTITY_WOLF_HURT("minecraft:entity.wolf.hurt"), + WOLF_HURT(NamespaceID.from("minecraft:entity.wolf.hurt")), - ENTITY_WOLF_PANT("minecraft:entity.wolf.pant"), + WOLF_PANT(NamespaceID.from("minecraft:entity.wolf.pant")), - ENTITY_WOLF_SHAKE("minecraft:entity.wolf.shake"), + WOLF_SHAKE(NamespaceID.from("minecraft:entity.wolf.shake")), - ENTITY_WOLF_STEP("minecraft:entity.wolf.step"), + WOLF_STEP(NamespaceID.from("minecraft:entity.wolf.step")), - ENTITY_WOLF_WHINE("minecraft:entity.wolf.whine"), + WOLF_WHINE(NamespaceID.from("minecraft:entity.wolf.whine")), - BLOCK_WOODEN_DOOR_CLOSE("minecraft:block.wooden_door.close"), + WOODEN_DOOR_CLOSE(NamespaceID.from("minecraft:block.wooden_door.close")), - BLOCK_WOODEN_DOOR_OPEN("minecraft:block.wooden_door.open"), + WOODEN_DOOR_OPEN(NamespaceID.from("minecraft:block.wooden_door.open")), - BLOCK_WOODEN_TRAPDOOR_CLOSE("minecraft:block.wooden_trapdoor.close"), + WOODEN_TRAPDOOR_CLOSE(NamespaceID.from("minecraft:block.wooden_trapdoor.close")), - BLOCK_WOODEN_TRAPDOOR_OPEN("minecraft:block.wooden_trapdoor.open"), + WOODEN_TRAPDOOR_OPEN(NamespaceID.from("minecraft:block.wooden_trapdoor.open")), - BLOCK_WOOD_BREAK("minecraft:block.wood.break"), + WOOD_BREAK(NamespaceID.from("minecraft:block.wood.break")), - BLOCK_WOODEN_BUTTON_CLICK_OFF("minecraft:block.wooden_button.click_off"), + WOODEN_BUTTON_CLICK_OFF(NamespaceID.from("minecraft:block.wooden_button.click_off")), - BLOCK_WOODEN_BUTTON_CLICK_ON("minecraft:block.wooden_button.click_on"), + WOODEN_BUTTON_CLICK_ON(NamespaceID.from("minecraft:block.wooden_button.click_on")), - BLOCK_WOOD_FALL("minecraft:block.wood.fall"), + WOOD_FALL(NamespaceID.from("minecraft:block.wood.fall")), - BLOCK_WOOD_HIT("minecraft:block.wood.hit"), + WOOD_HIT(NamespaceID.from("minecraft:block.wood.hit")), - BLOCK_WOOD_PLACE("minecraft:block.wood.place"), + WOOD_PLACE(NamespaceID.from("minecraft:block.wood.place")), - BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF("minecraft:block.wooden_pressure_plate.click_off"), + WOODEN_PRESSURE_PLATE_CLICK_OFF(NamespaceID.from("minecraft:block.wooden_pressure_plate.click_off")), - BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON("minecraft:block.wooden_pressure_plate.click_on"), + WOODEN_PRESSURE_PLATE_CLICK_ON(NamespaceID.from("minecraft:block.wooden_pressure_plate.click_on")), - BLOCK_WOOD_STEP("minecraft:block.wood.step"), + WOOD_STEP(NamespaceID.from("minecraft:block.wood.step")), - BLOCK_WOOL_BREAK("minecraft:block.wool.break"), + WOOL_BREAK(NamespaceID.from("minecraft:block.wool.break")), - BLOCK_WOOL_FALL("minecraft:block.wool.fall"), + WOOL_FALL(NamespaceID.from("minecraft:block.wool.fall")), - BLOCK_WOOL_HIT("minecraft:block.wool.hit"), + WOOL_HIT(NamespaceID.from("minecraft:block.wool.hit")), - BLOCK_WOOL_PLACE("minecraft:block.wool.place"), + WOOL_PLACE(NamespaceID.from("minecraft:block.wool.place")), - BLOCK_WOOL_STEP("minecraft:block.wool.step"), + WOOL_STEP(NamespaceID.from("minecraft:block.wool.step")), - ENTITY_ZOGLIN_AMBIENT("minecraft:entity.zoglin.ambient"), + ZOGLIN_AMBIENT(NamespaceID.from("minecraft:entity.zoglin.ambient")), - ENTITY_ZOGLIN_ANGRY("minecraft:entity.zoglin.angry"), + ZOGLIN_ANGRY(NamespaceID.from("minecraft:entity.zoglin.angry")), - ENTITY_ZOGLIN_ATTACK("minecraft:entity.zoglin.attack"), + ZOGLIN_ATTACK(NamespaceID.from("minecraft:entity.zoglin.attack")), - ENTITY_ZOGLIN_DEATH("minecraft:entity.zoglin.death"), + ZOGLIN_DEATH(NamespaceID.from("minecraft:entity.zoglin.death")), - ENTITY_ZOGLIN_HURT("minecraft:entity.zoglin.hurt"), + ZOGLIN_HURT(NamespaceID.from("minecraft:entity.zoglin.hurt")), - ENTITY_ZOGLIN_STEP("minecraft:entity.zoglin.step"), + ZOGLIN_STEP(NamespaceID.from("minecraft:entity.zoglin.step")), - ENTITY_ZOMBIE_AMBIENT("minecraft:entity.zombie.ambient"), + ZOMBIE_AMBIENT(NamespaceID.from("minecraft:entity.zombie.ambient")), - ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR("minecraft:entity.zombie.attack_wooden_door"), + ZOMBIE_ATTACK_WOODEN_DOOR(NamespaceID.from("minecraft:entity.zombie.attack_wooden_door")), - ENTITY_ZOMBIE_ATTACK_IRON_DOOR("minecraft:entity.zombie.attack_iron_door"), + ZOMBIE_ATTACK_IRON_DOOR(NamespaceID.from("minecraft:entity.zombie.attack_iron_door")), - ENTITY_ZOMBIE_BREAK_WOODEN_DOOR("minecraft:entity.zombie.break_wooden_door"), + ZOMBIE_BREAK_WOODEN_DOOR(NamespaceID.from("minecraft:entity.zombie.break_wooden_door")), - ENTITY_ZOMBIE_CONVERTED_TO_DROWNED("minecraft:entity.zombie.converted_to_drowned"), + ZOMBIE_CONVERTED_TO_DROWNED(NamespaceID.from("minecraft:entity.zombie.converted_to_drowned")), - ENTITY_ZOMBIE_DEATH("minecraft:entity.zombie.death"), + ZOMBIE_DEATH(NamespaceID.from("minecraft:entity.zombie.death")), - ENTITY_ZOMBIE_DESTROY_EGG("minecraft:entity.zombie.destroy_egg"), + ZOMBIE_DESTROY_EGG(NamespaceID.from("minecraft:entity.zombie.destroy_egg")), - ENTITY_ZOMBIE_HORSE_AMBIENT("minecraft:entity.zombie_horse.ambient"), + ZOMBIE_HORSE_AMBIENT(NamespaceID.from("minecraft:entity.zombie_horse.ambient")), - ENTITY_ZOMBIE_HORSE_DEATH("minecraft:entity.zombie_horse.death"), + ZOMBIE_HORSE_DEATH(NamespaceID.from("minecraft:entity.zombie_horse.death")), - ENTITY_ZOMBIE_HORSE_HURT("minecraft:entity.zombie_horse.hurt"), + ZOMBIE_HORSE_HURT(NamespaceID.from("minecraft:entity.zombie_horse.hurt")), - ENTITY_ZOMBIE_HURT("minecraft:entity.zombie.hurt"), + ZOMBIE_HURT(NamespaceID.from("minecraft:entity.zombie.hurt")), - ENTITY_ZOMBIE_INFECT("minecraft:entity.zombie.infect"), + ZOMBIE_INFECT(NamespaceID.from("minecraft:entity.zombie.infect")), - ENTITY_ZOMBIFIED_PIGLIN_AMBIENT("minecraft:entity.zombified_piglin.ambient"), + ZOMBIFIED_PIGLIN_AMBIENT(NamespaceID.from("minecraft:entity.zombified_piglin.ambient")), - ENTITY_ZOMBIFIED_PIGLIN_ANGRY("minecraft:entity.zombified_piglin.angry"), + ZOMBIFIED_PIGLIN_ANGRY(NamespaceID.from("minecraft:entity.zombified_piglin.angry")), - ENTITY_ZOMBIFIED_PIGLIN_DEATH("minecraft:entity.zombified_piglin.death"), + ZOMBIFIED_PIGLIN_DEATH(NamespaceID.from("minecraft:entity.zombified_piglin.death")), - ENTITY_ZOMBIFIED_PIGLIN_HURT("minecraft:entity.zombified_piglin.hurt"), + ZOMBIFIED_PIGLIN_HURT(NamespaceID.from("minecraft:entity.zombified_piglin.hurt")), - ENTITY_ZOMBIE_STEP("minecraft:entity.zombie.step"), + ZOMBIE_STEP(NamespaceID.from("minecraft:entity.zombie.step")), - ENTITY_ZOMBIE_VILLAGER_AMBIENT("minecraft:entity.zombie_villager.ambient"), + ZOMBIE_VILLAGER_AMBIENT(NamespaceID.from("minecraft:entity.zombie_villager.ambient")), - ENTITY_ZOMBIE_VILLAGER_CONVERTED("minecraft:entity.zombie_villager.converted"), + ZOMBIE_VILLAGER_CONVERTED(NamespaceID.from("minecraft:entity.zombie_villager.converted")), - ENTITY_ZOMBIE_VILLAGER_CURE("minecraft:entity.zombie_villager.cure"), + ZOMBIE_VILLAGER_CURE(NamespaceID.from("minecraft:entity.zombie_villager.cure")), - ENTITY_ZOMBIE_VILLAGER_DEATH("minecraft:entity.zombie_villager.death"), + ZOMBIE_VILLAGER_DEATH(NamespaceID.from("minecraft:entity.zombie_villager.death")), - ENTITY_ZOMBIE_VILLAGER_HURT("minecraft:entity.zombie_villager.hurt"), + ZOMBIE_VILLAGER_HURT(NamespaceID.from("minecraft:entity.zombie_villager.hurt")), - ENTITY_ZOMBIE_VILLAGER_STEP("minecraft:entity.zombie_villager.step"); + ZOMBIE_VILLAGER_STEP(NamespaceID.from("minecraft:entity.zombie_villager.step")); - private final String namespaceID; + private static final SoundEvent[] VALUES = values(); - private final Key key; + @NotNull + private final NamespaceID id; - SoundEvent(String namespaceID) { - this.namespaceID = namespaceID; - Registries.soundEvents.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; + SoundEvent(@NotNull NamespaceID id) { + this.id = id; + Registries.soundEvents.put(id, this); } + @Override + @NotNull public Key key() { - return this.key; + return this.id; } - public static SoundEvent fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static SoundEvent fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; } return null; } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } } diff --git a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java b/src/autogenerated/java/net/minestom/server/stat/StatisticType.java deleted file mode 100644 index fea4762ff..000000000 --- a/src/autogenerated/java/net/minestom/server/stat/StatisticType.java +++ /dev/null @@ -1,191 +0,0 @@ -package net.minestom.server.stat; - -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.server.registry.Registries; -import net.minestom.server.utils.NamespaceID; - -/** - * //============================== - * // AUTOGENERATED BY EnumGenerator - * //============================== - */ -@SuppressWarnings({"deprecation"}) -public enum StatisticType implements Keyed { - LEAVE_GAME("minecraft:leave_game"), - - PLAY_ONE_MINUTE("minecraft:play_one_minute"), - - TIME_SINCE_DEATH("minecraft:time_since_death"), - - TIME_SINCE_REST("minecraft:time_since_rest"), - - SNEAK_TIME("minecraft:sneak_time"), - - WALK_ONE_CM("minecraft:walk_one_cm"), - - CROUCH_ONE_CM("minecraft:crouch_one_cm"), - - SPRINT_ONE_CM("minecraft:sprint_one_cm"), - - WALK_ON_WATER_ONE_CM("minecraft:walk_on_water_one_cm"), - - FALL_ONE_CM("minecraft:fall_one_cm"), - - CLIMB_ONE_CM("minecraft:climb_one_cm"), - - FLY_ONE_CM("minecraft:fly_one_cm"), - - WALK_UNDER_WATER_ONE_CM("minecraft:walk_under_water_one_cm"), - - MINECART_ONE_CM("minecraft:minecart_one_cm"), - - BOAT_ONE_CM("minecraft:boat_one_cm"), - - PIG_ONE_CM("minecraft:pig_one_cm"), - - HORSE_ONE_CM("minecraft:horse_one_cm"), - - AVIATE_ONE_CM("minecraft:aviate_one_cm"), - - SWIM_ONE_CM("minecraft:swim_one_cm"), - - STRIDER_ONE_CM("minecraft:strider_one_cm"), - - JUMP("minecraft:jump"), - - DROP("minecraft:drop"), - - DAMAGE_DEALT("minecraft:damage_dealt"), - - DAMAGE_DEALT_ABSORBED("minecraft:damage_dealt_absorbed"), - - DAMAGE_DEALT_RESISTED("minecraft:damage_dealt_resisted"), - - DAMAGE_TAKEN("minecraft:damage_taken"), - - DAMAGE_BLOCKED_BY_SHIELD("minecraft:damage_blocked_by_shield"), - - DAMAGE_ABSORBED("minecraft:damage_absorbed"), - - DAMAGE_RESISTED("minecraft:damage_resisted"), - - DEATHS("minecraft:deaths"), - - MOB_KILLS("minecraft:mob_kills"), - - ANIMALS_BRED("minecraft:animals_bred"), - - PLAYER_KILLS("minecraft:player_kills"), - - FISH_CAUGHT("minecraft:fish_caught"), - - TALKED_TO_VILLAGER("minecraft:talked_to_villager"), - - TRADED_WITH_VILLAGER("minecraft:traded_with_villager"), - - EAT_CAKE_SLICE("minecraft:eat_cake_slice"), - - FILL_CAULDRON("minecraft:fill_cauldron"), - - USE_CAULDRON("minecraft:use_cauldron"), - - CLEAN_ARMOR("minecraft:clean_armor"), - - CLEAN_BANNER("minecraft:clean_banner"), - - CLEAN_SHULKER_BOX("minecraft:clean_shulker_box"), - - INTERACT_WITH_BREWINGSTAND("minecraft:interact_with_brewingstand"), - - INTERACT_WITH_BEACON("minecraft:interact_with_beacon"), - - INSPECT_DROPPER("minecraft:inspect_dropper"), - - INSPECT_HOPPER("minecraft:inspect_hopper"), - - INSPECT_DISPENSER("minecraft:inspect_dispenser"), - - PLAY_NOTEBLOCK("minecraft:play_noteblock"), - - TUNE_NOTEBLOCK("minecraft:tune_noteblock"), - - POT_FLOWER("minecraft:pot_flower"), - - TRIGGER_TRAPPED_CHEST("minecraft:trigger_trapped_chest"), - - OPEN_ENDERCHEST("minecraft:open_enderchest"), - - ENCHANT_ITEM("minecraft:enchant_item"), - - PLAY_RECORD("minecraft:play_record"), - - INTERACT_WITH_FURNACE("minecraft:interact_with_furnace"), - - INTERACT_WITH_CRAFTING_TABLE("minecraft:interact_with_crafting_table"), - - OPEN_CHEST("minecraft:open_chest"), - - SLEEP_IN_BED("minecraft:sleep_in_bed"), - - OPEN_SHULKER_BOX("minecraft:open_shulker_box"), - - OPEN_BARREL("minecraft:open_barrel"), - - INTERACT_WITH_BLAST_FURNACE("minecraft:interact_with_blast_furnace"), - - INTERACT_WITH_SMOKER("minecraft:interact_with_smoker"), - - INTERACT_WITH_LECTERN("minecraft:interact_with_lectern"), - - INTERACT_WITH_CAMPFIRE("minecraft:interact_with_campfire"), - - INTERACT_WITH_CARTOGRAPHY_TABLE("minecraft:interact_with_cartography_table"), - - INTERACT_WITH_LOOM("minecraft:interact_with_loom"), - - INTERACT_WITH_STONECUTTER("minecraft:interact_with_stonecutter"), - - BELL_RING("minecraft:bell_ring"), - - RAID_TRIGGER("minecraft:raid_trigger"), - - RAID_WIN("minecraft:raid_win"), - - INTERACT_WITH_ANVIL("minecraft:interact_with_anvil"), - - INTERACT_WITH_GRINDSTONE("minecraft:interact_with_grindstone"), - - TARGET_HIT("minecraft:target_hit"), - - INTERACT_WITH_SMITHING_TABLE("minecraft:interact_with_smithing_table"); - - private final String namespaceID; - - private final Key key; - - StatisticType(String namespaceID) { - this.namespaceID = namespaceID; - Registries.statisticTypes.put(NamespaceID.from(namespaceID), this); - this.key = Key.key(this.namespaceID); - } - - public int getId() { - return ordinal(); - } - - public String getNamespaceID() { - return namespaceID; - } - - public Key key() { - return this.key; - } - - public static StatisticType fromId(int id) { - if (id >= 0 && id < values().length) { - return values()[id]; - } - return null; - } -} diff --git a/src/autogenerated/java/net/minestom/server/statistic/StatisticType.java b/src/autogenerated/java/net/minestom/server/statistic/StatisticType.java new file mode 100644 index 000000000..877151b2f --- /dev/null +++ b/src/autogenerated/java/net/minestom/server/statistic/StatisticType.java @@ -0,0 +1,200 @@ +package net.minestom.server.statistic; + +import net.kyori.adventure.key.Key; +import net.kyori.adventure.key.Keyed; +import net.minestom.server.registry.Registries; +import net.minestom.server.utils.NamespaceID; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +/** + * AUTOGENERATED by StatisticGenerator + */ +public enum StatisticType implements Keyed { + LEAVE_GAME(NamespaceID.from("minecraft:leave_game")), + + PLAY_ONE_MINUTE(NamespaceID.from("minecraft:play_one_minute")), + + TIME_SINCE_DEATH(NamespaceID.from("minecraft:time_since_death")), + + TIME_SINCE_REST(NamespaceID.from("minecraft:time_since_rest")), + + CROUCH_TIME(NamespaceID.from("minecraft:sneak_time")), + + WALK_ONE_CM(NamespaceID.from("minecraft:walk_one_cm")), + + CROUCH_ONE_CM(NamespaceID.from("minecraft:crouch_one_cm")), + + SPRINT_ONE_CM(NamespaceID.from("minecraft:sprint_one_cm")), + + WALK_ON_WATER_ONE_CM(NamespaceID.from("minecraft:walk_on_water_one_cm")), + + FALL_ONE_CM(NamespaceID.from("minecraft:fall_one_cm")), + + CLIMB_ONE_CM(NamespaceID.from("minecraft:climb_one_cm")), + + FLY_ONE_CM(NamespaceID.from("minecraft:fly_one_cm")), + + WALK_UNDER_WATER_ONE_CM(NamespaceID.from("minecraft:walk_under_water_one_cm")), + + MINECART_ONE_CM(NamespaceID.from("minecraft:minecart_one_cm")), + + BOAT_ONE_CM(NamespaceID.from("minecraft:boat_one_cm")), + + PIG_ONE_CM(NamespaceID.from("minecraft:pig_one_cm")), + + HORSE_ONE_CM(NamespaceID.from("minecraft:horse_one_cm")), + + AVIATE_ONE_CM(NamespaceID.from("minecraft:aviate_one_cm")), + + SWIM_ONE_CM(NamespaceID.from("minecraft:swim_one_cm")), + + STRIDER_ONE_CM(NamespaceID.from("minecraft:strider_one_cm")), + + JUMP(NamespaceID.from("minecraft:jump")), + + DROP(NamespaceID.from("minecraft:drop")), + + DAMAGE_DEALT(NamespaceID.from("minecraft:damage_dealt")), + + DAMAGE_DEALT_ABSORBED(NamespaceID.from("minecraft:damage_dealt_absorbed")), + + DAMAGE_DEALT_RESISTED(NamespaceID.from("minecraft:damage_dealt_resisted")), + + DAMAGE_TAKEN(NamespaceID.from("minecraft:damage_taken")), + + DAMAGE_BLOCKED_BY_SHIELD(NamespaceID.from("minecraft:damage_blocked_by_shield")), + + DAMAGE_ABSORBED(NamespaceID.from("minecraft:damage_absorbed")), + + DAMAGE_RESISTED(NamespaceID.from("minecraft:damage_resisted")), + + DEATHS(NamespaceID.from("minecraft:deaths")), + + MOB_KILLS(NamespaceID.from("minecraft:mob_kills")), + + ANIMALS_BRED(NamespaceID.from("minecraft:animals_bred")), + + PLAYER_KILLS(NamespaceID.from("minecraft:player_kills")), + + FISH_CAUGHT(NamespaceID.from("minecraft:fish_caught")), + + TALKED_TO_VILLAGER(NamespaceID.from("minecraft:talked_to_villager")), + + TRADED_WITH_VILLAGER(NamespaceID.from("minecraft:traded_with_villager")), + + EAT_CAKE_SLICE(NamespaceID.from("minecraft:eat_cake_slice")), + + FILL_CAULDRON(NamespaceID.from("minecraft:fill_cauldron")), + + USE_CAULDRON(NamespaceID.from("minecraft:use_cauldron")), + + CLEAN_ARMOR(NamespaceID.from("minecraft:clean_armor")), + + CLEAN_BANNER(NamespaceID.from("minecraft:clean_banner")), + + CLEAN_SHULKER_BOX(NamespaceID.from("minecraft:clean_shulker_box")), + + INTERACT_WITH_BREWINGSTAND(NamespaceID.from("minecraft:interact_with_brewingstand")), + + INTERACT_WITH_BEACON(NamespaceID.from("minecraft:interact_with_beacon")), + + INSPECT_DROPPER(NamespaceID.from("minecraft:inspect_dropper")), + + INSPECT_HOPPER(NamespaceID.from("minecraft:inspect_hopper")), + + INSPECT_DISPENSER(NamespaceID.from("minecraft:inspect_dispenser")), + + PLAY_NOTEBLOCK(NamespaceID.from("minecraft:play_noteblock")), + + TUNE_NOTEBLOCK(NamespaceID.from("minecraft:tune_noteblock")), + + POT_FLOWER(NamespaceID.from("minecraft:pot_flower")), + + TRIGGER_TRAPPED_CHEST(NamespaceID.from("minecraft:trigger_trapped_chest")), + + OPEN_ENDERCHEST(NamespaceID.from("minecraft:open_enderchest")), + + ENCHANT_ITEM(NamespaceID.from("minecraft:enchant_item")), + + PLAY_RECORD(NamespaceID.from("minecraft:play_record")), + + INTERACT_WITH_FURNACE(NamespaceID.from("minecraft:interact_with_furnace")), + + INTERACT_WITH_CRAFTING_TABLE(NamespaceID.from("minecraft:interact_with_crafting_table")), + + OPEN_CHEST(NamespaceID.from("minecraft:open_chest")), + + SLEEP_IN_BED(NamespaceID.from("minecraft:sleep_in_bed")), + + OPEN_SHULKER_BOX(NamespaceID.from("minecraft:open_shulker_box")), + + OPEN_BARREL(NamespaceID.from("minecraft:open_barrel")), + + INTERACT_WITH_BLAST_FURNACE(NamespaceID.from("minecraft:interact_with_blast_furnace")), + + INTERACT_WITH_SMOKER(NamespaceID.from("minecraft:interact_with_smoker")), + + INTERACT_WITH_LECTERN(NamespaceID.from("minecraft:interact_with_lectern")), + + INTERACT_WITH_CAMPFIRE(NamespaceID.from("minecraft:interact_with_campfire")), + + INTERACT_WITH_CARTOGRAPHY_TABLE(NamespaceID.from("minecraft:interact_with_cartography_table")), + + INTERACT_WITH_LOOM(NamespaceID.from("minecraft:interact_with_loom")), + + INTERACT_WITH_STONECUTTER(NamespaceID.from("minecraft:interact_with_stonecutter")), + + BELL_RING(NamespaceID.from("minecraft:bell_ring")), + + RAID_TRIGGER(NamespaceID.from("minecraft:raid_trigger")), + + RAID_WIN(NamespaceID.from("minecraft:raid_win")), + + INTERACT_WITH_ANVIL(NamespaceID.from("minecraft:interact_with_anvil")), + + INTERACT_WITH_GRINDSTONE(NamespaceID.from("minecraft:interact_with_grindstone")), + + TARGET_HIT(NamespaceID.from("minecraft:target_hit")), + + INTERACT_WITH_SMITHING_TABLE(NamespaceID.from("minecraft:interact_with_smithing_table")); + + private static final StatisticType[] VALUES = values(); + + @NotNull + private final NamespaceID id; + + StatisticType(@NotNull NamespaceID id) { + this.id = id; + Registries.statisticTypes.put(id, this); + } + + @Override + @NotNull + public Key key() { + return this.id; + } + + public short getId() { + return (short) ordinal(); + } + + @NotNull + public NamespaceID getNamespaceID() { + return this.id; + } + + @Nullable + public static StatisticType fromId(short id) { + if(id >= 0 && id < VALUES.length) { + return VALUES[id]; + } + return null; + } + + @NotNull + @Override + public String toString() { + return "[" + this.id + "]"; + } +} diff --git a/src/generators/java/net/minestom/codegen/AllGenerators.java b/src/generators/java/net/minestom/codegen/AllGenerators.java deleted file mode 100644 index d63856e81..000000000 --- a/src/generators/java/net/minestom/codegen/AllGenerators.java +++ /dev/null @@ -1,31 +0,0 @@ -package net.minestom.codegen; - -import net.minestom.codegen.blocks.BlockEnumGenerator; -import net.minestom.codegen.enchantment.EnchantmentEnumGenerator; -import net.minestom.codegen.entitytypes.EntityTypeEnumGenerator; -import net.minestom.codegen.fluids.FluidEnumGenerator; -import net.minestom.codegen.items.ItemEnumGenerator; -import net.minestom.codegen.particles.ParticleEnumGenerator; -import net.minestom.codegen.potions.PotionEffectEnumGenerator; -import net.minestom.codegen.potions.PotionEnumGenerator; -import net.minestom.codegen.sounds.SoundEnumGenerator; -import net.minestom.codegen.stats.StatsEnumGenerator; - -import java.io.IOException; - -public class AllGenerators { - - public static void main(String[] args) throws IOException { - BlockEnumGenerator.main(args); - ItemEnumGenerator.main(args); // must be done after block - PotionEnumGenerator.main(args); - PotionEffectEnumGenerator.main(args); - EnchantmentEnumGenerator.main(args); - EntityTypeEnumGenerator.main(args); - SoundEnumGenerator.main(args); - ParticleEnumGenerator.main(args); - StatsEnumGenerator.main(args); - FluidEnumGenerator.main(args); - RegistriesGenerator.main(args); - } -} diff --git a/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java b/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java deleted file mode 100644 index b51ae322a..000000000 --- a/src/generators/java/net/minestom/codegen/BasicEnumGenerator.java +++ /dev/null @@ -1,160 +0,0 @@ -package net.minestom.codegen; - -import com.google.gson.Gson; -import com.google.gson.JsonObject; -import com.squareup.javapoet.*; -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.server.registry.Registries; -import net.minestom.server.utils.NamespaceID; - -import java.io.File; -import java.io.FileReader; -import java.io.IOException; -import java.util.*; - -public abstract class BasicEnumGenerator extends MinestomEnumGenerator { - - private static final String MC_DATA_REGISTRIES_PATH = "minecraft_data/reports/registries.json"; - /** - * Are IDs linear? Biomes are not for instance. - */ - private final boolean linear; - private NamespaceID defaultEntry; - - /** - * True if the enum is linear and start by 1 instead of 0 - */ - private boolean incrementOrdinal; - - protected BasicEnumGenerator(File targetFolder, boolean linear, boolean incrementOrdinal) throws IOException { - this.linear = linear; - this.incrementOrdinal = incrementOrdinal; - generateTo(targetFolder); - } - - protected BasicEnumGenerator(File targetFolder, boolean linear) throws IOException { - this(targetFolder, linear, false); - } - - protected BasicEnumGenerator(File targetFolder) throws IOException { - this(targetFolder, true); - } - - @Override - protected Collection compile() throws IOException { - Gson gson = new Gson(); - - TreeSet items = new TreeSet<>(); - - JsonObject root = gson.fromJson(new FileReader(MC_DATA_REGISTRIES_PATH), JsonObject.class); - JsonObject category = root.getAsJsonObject(getCategoryID()); - Objects.requireNonNull(category, "Category " + getCategoryID() + " not found in registries.json!"); - final JsonObject entries = category.getAsJsonObject("entries"); - if (category.has("default")) { - defaultEntry = NamespaceID.from(category.get("default").getAsString()); - } - for (var entry : entries.entrySet()) { - final NamespaceID name = NamespaceID.from(entry.getKey()); - final int id = entry.getValue().getAsJsonObject().get("protocol_id").getAsInt(); - items.add(new Container(id, name)); - } - - return items; - } - - protected abstract String getCategoryID(); - - @Override - protected void postWrite(EnumGenerator generator) { - ClassName className = ClassName.get(getPackageName(), getClassName()); - ParameterSpec idParam = ParameterSpec.builder(TypeName.INT, "id").build(); - ParameterSpec[] signature = new ParameterSpec[]{idParam}; - if (linear) { - final String ordinalIncrementCondition = incrementOrdinal ? " + 1" : ""; - final String ordinalIncrementIndex = incrementOrdinal ? " - 1" : ""; - generator.addStaticMethod("fromId", signature, className, code -> { - code.beginControlFlow("if ($N >= 0 && $N < values().length" + ordinalIncrementCondition + ")", idParam, idParam) - .addStatement("return values()[$N" + ordinalIncrementIndex + "]", idParam) - .endControlFlow() - .addStatement("return " + (defaultEntry == null ? "null" : identifier(defaultEntry))); - } - ); - } else { - generator.addStaticMethod("fromId", signature, className, code -> { - code.beginControlFlow("for ($T o : values())") - .beginControlFlow("if (o.getId() == id)") - .addStatement("return o") - .endControlFlow() - .endControlFlow() - .addStatement("return " + (defaultEntry == null ? "null" : identifier(defaultEntry))); - } - ); - } - } - - private String identifier(NamespaceID id) { - return id.getPath().toUpperCase().replace(".", "_"); // block.ambient.cave will be replaced by "BLOCK_AMBIENT_CAVE" - } - - @Override - protected List postGeneration(Collection items) throws IOException { - return Collections.emptyList(); - } - - @Override - protected void prepare(EnumGenerator generator) { - generator.addClassAnnotation(AnnotationSpec.builder(SuppressWarnings.class).addMember("value", "{$S}", "deprecation").build()); - ClassName registriesClass = ClassName.get(Registries.class); - if (linear) { - generator.setParams(ParameterSpec.builder(ClassName.get(String.class), "namespaceID").build()); - generator.addMethod("getId", new ParameterSpec[0], TypeName.INT, code -> code.addStatement("return ordinal()" + (incrementOrdinal ? " + 1" : ""))); - } else { - generator.setParams(ParameterSpec.builder(ClassName.get(String.class), "namespaceID").build(), ParameterSpec.builder(TypeName.INT, "id").build()); - generator.addMethod("getId", new ParameterSpec[0], TypeName.INT, code -> code.addStatement("return $N", "id")); - } - generator.addMethod("getNamespaceID", new ParameterSpec[0], ClassName.get(String.class), code -> code.addStatement("return $N", "namespaceID")); - - generator.appendToConstructor(code -> { - code.addStatement("$T." + CodeGenerator.decapitalize(getClassName()) + "s.put($T.from($N), this)", registriesClass, NamespaceID.class, "namespaceID"); - }); - - // implement Keyed - generator.addSuperinterface(ClassName.get(Keyed.class)); - generator.addField(ClassName.get(Key.class), "key", true); - generator.appendToConstructor(code -> code.addStatement("this.key = Key.key(this.namespaceID)")); - generator.addMethod("key", new ParameterSpec[0], ClassName.get(Key.class), code -> code.addStatement("return this.key")); - } - - @Override - protected void writeSingle(EnumGenerator generator, Container item) { - if (linear) { - generator.addInstance(identifier(item.name), "\"" + item.name.toString() + "\""); - } else { - generator.addInstance(identifier(item.name), "\"" + item.name.toString() + "\"", item.id); - } - } - - static class Container implements Comparable { - private int id; - private NamespaceID name; - - public Container(int id, NamespaceID name) { - this.id = id; - this.name = name; - } - - public NamespaceID getName() { - return name; - } - - public int getId() { - return id; - } - - @Override - public int compareTo(Container o) { - return Integer.compare(id, o.id); - } - } -} diff --git a/src/generators/java/net/minestom/codegen/CodeGenerator.java b/src/generators/java/net/minestom/codegen/CodeGenerator.java deleted file mode 100644 index b0cfe0e26..000000000 --- a/src/generators/java/net/minestom/codegen/CodeGenerator.java +++ /dev/null @@ -1,35 +0,0 @@ -package net.minestom.codegen; - -import com.squareup.javapoet.JavaFile; -import org.slf4j.Logger; - -import java.io.*; -import java.util.List; - -/** - * Interface representing a code generator - */ -public interface CodeGenerator { - - /** - * Generates the Java code - * @return - */ - List generate() throws IOException; - - default void generateTo(File targetFolder) throws IOException { - List code = generate(); - - for(JavaFile file : code) { - getLogger().debug("Writing file: "+file.packageName+"."+file.typeSpec.name); - file.writeTo(targetFolder); - } - } - - Logger getLogger(); - - static String decapitalize(String text) { - char first = text.charAt(0); - return ""+Character.toLowerCase(first)+text.substring(1); - } -} diff --git a/src/generators/java/net/minestom/codegen/ConstructorLambda.java b/src/generators/java/net/minestom/codegen/ConstructorLambda.java deleted file mode 100644 index b1b77c112..000000000 --- a/src/generators/java/net/minestom/codegen/ConstructorLambda.java +++ /dev/null @@ -1,16 +0,0 @@ -package net.minestom.codegen; - -import com.squareup.javapoet.ClassName; - -public class ConstructorLambda { - - private final ClassName className; - - public ConstructorLambda(ClassName className) { - this.className = className; - } - - public ClassName getClassName() { - return className; - } -} diff --git a/src/generators/java/net/minestom/codegen/EnumGenerator.java b/src/generators/java/net/minestom/codegen/EnumGenerator.java deleted file mode 100644 index 60c2d193b..000000000 --- a/src/generators/java/net/minestom/codegen/EnumGenerator.java +++ /dev/null @@ -1,258 +0,0 @@ -package net.minestom.codegen; - -import com.squareup.javapoet.*; -import org.apache.commons.lang3.tuple.Pair; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import javax.lang.model.element.Modifier; -import java.util.Collections; -import java.util.LinkedList; -import java.util.List; -import java.util.function.Consumer; - -/** - * Helper class to generate a .java enum - */ -public class EnumGenerator implements CodeGenerator { - - private final static Logger LOGGER = LoggerFactory.getLogger(EnumGenerator.class); - private static final String COMMENT = "//==============================\n// AUTOGENERATED BY " + EnumGenerator.class.getSimpleName() + "\n//=============================="; - - private final String enumName; - private ParameterSpec[] parameters; - private List superinterfaces = new LinkedList<>(); - private List methods = new LinkedList<>(); - private List staticFields = new LinkedList<>(); - private List instances = new LinkedList<>(); - private List> fields = new LinkedList<>(); - private List hardcodedFields = new LinkedList<>(); - private List annotations = new LinkedList<>(); - private String enumPackage; - private CodeBlock staticBlock; - private List> constructorEnds = new LinkedList<>(); - - public EnumGenerator(String packageName, String enumName) { - this.enumPackage = packageName; - parameters = new ParameterSpec[0]; - this.enumName = enumName; - } - - public void addSuperinterface(TypeName typeNames) { - superinterfaces.add(typeNames); - } - - public void setParams(ParameterSpec... parameters) { - this.parameters = parameters; - } - - public void addMethod(String name, ParameterSpec[] signature, TypeName returnType, Consumer code) { - methods.add(new Method(false, name, signature, returnType, code, false)); - } - - public void addVarargMethod(String name, ParameterSpec[] signature, TypeName returnType, Consumer code) { - methods.add(new Method(false, name, signature, returnType, code, true)); - } - - public void addStaticMethod(String name, ParameterSpec[] signature, TypeName returnType, Consumer code) { - methods.add(new Method(true, name, signature, returnType, code, false)); - } - - public void addStaticField(TypeName type, String name, String value) { - staticFields.add(new Field(type, name, value)); - } - - public void addInstance(String name, Object... parameters) { - instances.add(new Instance(name, parameters)); - } - - public List generate() { - TypeSpec.Builder enumClass = TypeSpec.enumBuilder(ClassName.get(enumPackage, enumName)).addModifiers(Modifier.PUBLIC); - - enumClass.addJavadoc(COMMENT); - for (AnnotationSpec annotation : annotations) { - enumClass.addAnnotation(annotation); - } - - for (Instance instance : instances) { - StringBuilder format = new StringBuilder(); - for (int i = 0; i < instance.parameters.length; i++) { - if (i != 0) { - format.append(", "); - } - if (instance.parameters[i] instanceof ConstructorLambda) { - instance.parameters[i] = ((ConstructorLambda) instance.parameters[i]).getClassName(); - format.append("$T::new"); - } else { - format.append("$L"); - } - } - - // generate instances - TypeSpec arguments = TypeSpec.anonymousClassBuilder(format.toString(), instance.parameters).build(); - enumClass.addEnumConstant(instance.name, arguments); - } - - // add superinterfaces - enumClass.addSuperinterfaces(superinterfaces); - - if (staticBlock != null) { - enumClass.addStaticBlock(staticBlock); - } - - // generate properties & constructor - if (parameters.length != 0) { - // properties - for (ParameterSpec property : parameters) { - enumClass.addField(FieldSpec.builder(property.type, property.name) - .addModifiers(Modifier.PRIVATE, Modifier.FINAL) - .addAnnotations(property.annotations) - .build()); - } - - for (Field field : staticFields) { - enumClass.addField(FieldSpec.builder(field.type, field.name) - .initializer("$L", field.value) - .addModifiers(Modifier.PRIVATE, Modifier.FINAL, Modifier.STATIC) - .build()); - } - - // hard coded fields - for (Field hardcoded : hardcodedFields) { - enumClass.addField(FieldSpec.builder(hardcoded.type, hardcoded.name) - .initializer("$L", hardcoded.value) - .addModifiers(Modifier.PRIVATE) - .build()); - } - - // normal fields - for (Pair field : fields) { - FieldSpec.Builder builder = FieldSpec.builder(field.getLeft().type, field.getLeft().name) - .addModifiers(Modifier.PRIVATE); - - if (field.getRight()) { - builder.addModifiers(Modifier.FINAL); - } - - enumClass.addField(builder.build()); - } - - // constructor - MethodSpec.Builder constructorBuilder = MethodSpec.constructorBuilder(); - for (ParameterSpec param : parameters) { - constructorBuilder.addParameter(param); - - // property assignment - constructorBuilder.addStatement("this.$N = $N", param.name, param.name); - } - CodeBlock.Builder generatorEnd = CodeBlock.builder(); - constructorEnds.forEach(b -> b.accept(generatorEnd)); - constructorBuilder.addCode(generatorEnd.build()); - enumClass.addMethod(constructorBuilder.build()); - } - - // generate methods - for (Method m : methods) { - MethodSpec.Builder methodBuilder = MethodSpec.methodBuilder(m.name); - if (m.isStatic) { - methodBuilder.addModifiers(Modifier.STATIC); - } - methodBuilder.addModifiers(Modifier.PUBLIC); - methodBuilder.returns(m.returnType); - if (m.vararg) { - methodBuilder.varargs(true); - } - for (ParameterSpec parameter : m.signature) { - methodBuilder.addParameter(parameter); - } - - CodeBlock.Builder builder = CodeBlock.builder(); - m.code.accept(builder); - methodBuilder.addCode(builder.build()); - - enumClass.addMethod(methodBuilder.build()); - } - JavaFile file = JavaFile.builder(enumPackage, enumClass.build()) - .skipJavaLangImports(true) - .indent(" ") - .build(); - return Collections.singletonList(file); - } - - public void setStaticInitBlock(CodeBlock staticBlock) { - this.staticBlock = staticBlock; - } - - public void appendToConstructor(Consumer constructorEnding) { - constructorEnds.add(constructorEnding); - } - - public void addField(TypeName type, String name, boolean isFinal) { - fields.add(Pair.of(new Field(type, name), isFinal)); - } - - public void addHardcodedField(TypeName type, String name, String value) { - hardcodedFields.add(new Field(type, name, value)); - } - - public void addClassAnnotation(AnnotationSpec annotation) { - annotations.add(annotation); - } - - public String getPackage() { - return enumPackage; - } - - public String getEnumName() { - return enumName; - } - - @Override - public Logger getLogger() { - return LOGGER; - } - - private static class Method { - private final boolean isStatic; - private String name; - private ParameterSpec[] signature; - private TypeName returnType; - private Consumer code; - private boolean vararg; - - private Method(boolean isStatic, String name, ParameterSpec[] signature, TypeName returnType, Consumer code, boolean vararg) { - this.isStatic = isStatic; - this.name = name; - this.signature = signature; - this.returnType = returnType; - this.code = code; - this.vararg = vararg; - } - } - - private static class Field { - private TypeName type; - private String name; - private String value; - - public Field(TypeName type, String name) { - this(type, name, null); - } - - public Field(TypeName type, String name, String value) { - this.type = type; - this.name = name; - this.value = value; - } - } - - private static class Instance { - private String name; - private Object[] parameters; - - private Instance(String name, Object[] parameters) { - this.name = name; - this.parameters = parameters; - } - } -} diff --git a/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java b/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java deleted file mode 100644 index c7fa3d811..000000000 --- a/src/generators/java/net/minestom/codegen/MinestomEnumGenerator.java +++ /dev/null @@ -1,112 +0,0 @@ -package net.minestom.codegen; - -import com.squareup.javapoet.JavaFile; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.*; -import java.util.Collection; -import java.util.LinkedList; -import java.util.List; - -/** - * - * @param the type of container to pass between the extraction and generation phases - */ -public abstract class MinestomEnumGenerator implements CodeGenerator { - private static final Logger LOGGER = LoggerFactory.getLogger(MinestomEnumGenerator.class); - public static final String DEFAULT_TARGET_PATH = "src/autogenerated/java"; - public static final String PRISMARINE_JS_DATA_PATHS = "prismarine-minecraft-data/data/dataPaths.json"; - public static final String BURGER_URL_BASE_URL = "https://pokechu22.github.io/Burger/"; - - /** - * Package name with '.' replaced by '/' - * @return - */ - protected String getRelativeFolderPath() { - return getPackageName().replace(".", "/"); - } - - @Override - public List generate() throws IOException { - EnumGenerator generator = new EnumGenerator(getPackageName(), getClassName()); - prepare(generator); - Collection items = compile(); - for(Container c : items) { - writeSingle(generator, c); - } - - postWrite(generator); - List list = new LinkedList<>(generator.generate()); - list.addAll(postGeneration(items)); - return list; - } - - /** - * Called after writing all compiled items into the enum generator - * @param generator - */ - protected abstract void postWrite(EnumGenerator generator); - - /** - * Called after code generation (only if generated through a {@link #generateTo(File)} call). Can be used to generate additional files - * @param items - */ - protected abstract List postGeneration(Collection items) throws IOException; - - /** - * Package in which to generate the enum - * @return - */ - public abstract String getPackageName(); - - /** - * Name of the enum to generate - * @return - */ - public abstract String getClassName(); - - /** - * Extracts and gather information about the enum we want to generate. - * @throws IOException if an error occurred during data gathering - * @return - */ - protected abstract Collection compile() throws IOException; - - /** - * Prepare the EnumGenerator (package name, class names, imports, constructor...) - * @param generator - */ - protected abstract void prepare(EnumGenerator generator); - - /** - * Write an entry to the generator. The order in which items are provided (via different call) is considered to be - * the order in which they will presented in the enum - * @param generator - * @param item - */ - protected abstract void writeSingle(EnumGenerator generator, Container item); - - /** - * Converts a snake case identifier (some_long_name) to a capitalized camel case identifier (SomeLongName) - * @param identifier - * @return - */ - protected String snakeCaseToCapitalizedCamelCase(String identifier) { - boolean capitalizeNext = true; - StringBuilder result = new StringBuilder(); - char[] chars = identifier.toCharArray(); - for (int i = 0; i < identifier.length(); i++) { - char currentCharacter = chars[i]; - if(capitalizeNext) { - result.append(Character.toUpperCase(currentCharacter)); - capitalizeNext = false; - } else if(currentCharacter == '_') { - capitalizeNext = true; - } else { - result.append(currentCharacter); - } - } - return result.toString(); - } -} diff --git a/src/generators/java/net/minestom/codegen/PrismarinePaths.java b/src/generators/java/net/minestom/codegen/PrismarinePaths.java deleted file mode 100644 index 2c085c7ef..000000000 --- a/src/generators/java/net/minestom/codegen/PrismarinePaths.java +++ /dev/null @@ -1,35 +0,0 @@ -package net.minestom.codegen; - -import java.io.File; - -public class PrismarinePaths { - - private String blocks; - private String biomes; - private String effects; - private String items; - private String recipes; - private String instruments; - private String materials; - private String entities; - private String protocol; - private String windows; - private String version; - private String language; - - public File getBlockFile() { - return getFile(blocks, "blocks"); - } - - public File getItemsFile() { - return getFile(items, "items"); - } - - public File getBiomesFile() { - return getFile(biomes, "biomes"); - } - - public File getFile(String path, String type) { - return new File("prismarine-minecraft-data/data/" + path + "/" + type + ".json"); - } -} diff --git a/src/generators/java/net/minestom/codegen/RegistriesGenerator.java b/src/generators/java/net/minestom/codegen/RegistriesGenerator.java deleted file mode 100644 index ac2888a4a..000000000 --- a/src/generators/java/net/minestom/codegen/RegistriesGenerator.java +++ /dev/null @@ -1,192 +0,0 @@ -package net.minestom.codegen; - -import com.squareup.javapoet.*; -import net.kyori.adventure.key.Key; -import net.minestom.server.entity.EntityType; -import net.minestom.server.fluids.Fluid; -import net.minestom.server.instance.block.Block; -import net.minestom.server.item.Enchantment; -import net.minestom.server.item.Material; -import net.minestom.server.particle.Particle; -import net.minestom.server.potion.PotionEffect; -import net.minestom.server.potion.PotionType; -import net.minestom.server.registry.ResourceGatherer; -import net.minestom.server.sound.SoundEvent; -import net.minestom.server.stat.StatisticType; -import net.minestom.server.utils.NamespaceID; -import org.apache.commons.lang3.tuple.ImmutablePair; -import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import javax.lang.model.element.Modifier; -import java.io.File; -import java.io.IOException; -import java.lang.annotation.Annotation; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; - -import static net.minestom.codegen.MinestomEnumGenerator.DEFAULT_TARGET_PATH; - -/** - * Generates the Registries class, which contains methods to get items/blocks/biomes/etc. from a NamespaceID - */ -public class RegistriesGenerator implements CodeGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(RegistriesGenerator.class); - - private static final ImmutablePair[] registries = new ImmutablePair[]{ - new ImmutablePair<>(Block.class.getCanonicalName(), "AIR"), - new ImmutablePair<>(Material.class.getCanonicalName(), "AIR"), - new ImmutablePair<>(Enchantment.class.getCanonicalName(), null), - new ImmutablePair<>(EntityType.class.getCanonicalName(), null), - new ImmutablePair<>(Particle.class.getCanonicalName(), null), - new ImmutablePair<>(PotionType.class.getCanonicalName(), null), - new ImmutablePair<>(PotionEffect.class.getCanonicalName(), null), - new ImmutablePair<>(SoundEvent.class.getCanonicalName(), null), - new ImmutablePair<>(StatisticType.class.getCanonicalName(), null), - new ImmutablePair<>(Fluid.class.getCanonicalName(), "EMPTY"), - }; - - @Override - public List generate() throws IOException { - TypeSpec.Builder registriesClass = TypeSpec.classBuilder(ClassName.get("net.minestom.server.registry", "Registries")) - .addModifiers(Modifier.FINAL, Modifier.PUBLIC) - .addJavadoc("AUTOGENERATED"); - - FieldSpec[] fields = new FieldSpec[registries.length]; - - // Hashmaps - for (int i = 0; i < registries.length; i++) { - ClassName type = ClassName.bestGuess(registries[i].left); - String simpleType = type.simpleName(); - - FieldSpec field = FieldSpec.builder(ParameterizedTypeName.get(ClassName.get(HashMap.class), ClassName.get(NamespaceID.class), type), CodeGenerator.decapitalize(simpleType) + "s") - .addModifiers(Modifier.FINAL, Modifier.STATIC, Modifier.PUBLIC) - .addJavadoc("Should only be used for internal code, please use the get* methods.") - .addAnnotation(Deprecated.class) - .initializer("new HashMap<>()") - .build(); - fields[i] = field; - registriesClass.addField(field); - } - - // accessor methods - for (int i = 0; i < registries.length; i++) { - ClassName type = ClassName.bestGuess(registries[i].left); - String simpleType = type.simpleName(); - String defaultValue = registries[i].right; - - // Example: -/* - /** Returns 'AIR' if none match - public static Block getBlock(String id) { - return getBlock(NamespaceID.from(id)); - } - - /** Returns 'AIR' if none match - public static Block getBlock(NamespaceID id) { - return blocks.getOrDefault(id, AIR); - } -*/ - StringBuilder comment = new StringBuilder("Returns the corresponding "); - comment.append(simpleType).append(" matching the given id. Returns "); - if (defaultValue != null) { - comment.append('\'').append(defaultValue).append('\''); - } else { - comment.append("null"); - } - comment.append(" if none match."); - - ParameterSpec namespaceIDParam = ParameterSpec.builder(ClassName.get(NamespaceID.class), "id") - .build(); - ParameterSpec keyIDParam = ParameterSpec.builder(ClassName.get(Key.class), "key").build(); - - CodeBlock.Builder code = CodeBlock.builder(); - Class annotation; - if (defaultValue != null) { - annotation = NotNull.class; - code.addStatement("return $N.getOrDefault($N, $T.$N)", fields[i], namespaceIDParam, type, defaultValue); - } else { - annotation = Nullable.class; - code.addStatement("return $N.get($N)", fields[i], namespaceIDParam); - } - - // string variant - ParameterSpec idParam = ParameterSpec.builder(ClassName.get(String.class), "id") - .build(); - MethodSpec idMethod = MethodSpec.methodBuilder("get" + simpleType) - .returns(type) - .addAnnotation(annotation) - .addModifiers(Modifier.STATIC, Modifier.PUBLIC) - .addParameter(idParam) - .addStatement("return get$N(NamespaceID.from($N))", simpleType, idParam) - .addJavadoc(comment.toString()) - .build(); - registriesClass.addMethod(idMethod); - - // NamespaceID variant - registriesClass.addMethod(MethodSpec.methodBuilder("get" + simpleType) - .returns(type) - .addAnnotation(annotation) - .addModifiers(Modifier.STATIC, Modifier.PUBLIC) - .addParameter(namespaceIDParam) - .addCode(code.build()) - .addJavadoc(comment.toString()) - .build()); - - // Key variant - registriesClass.addMethod(MethodSpec.methodBuilder("get" + simpleType) - .returns(type) - .addAnnotation(annotation) - .addModifiers(Modifier.STATIC, Modifier.PUBLIC) - .addParameter(keyIDParam) - .addStatement("return get$N(NamespaceID.from($N))", simpleType, keyIDParam) - .addJavadoc(comment.toString().replace(" id.", " key.")) - .build()); - } - - JavaFile file = JavaFile.builder("net.minestom.server.registry", registriesClass.build()) - .addFileComment("AUTOGENERATED by " + getClass().getCanonicalName()) - .indent(" ") - .skipJavaLangImports(true) - .build(); - return Collections.singletonList(file); - } - - public static void main(String[] args) throws IOException { - // copy-pasted from BlockEnumGenerator, to stay consistent in the order of arguments - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new RegistriesGenerator().generateTo(targetFolder); - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/TagGen.java b/src/generators/java/net/minestom/codegen/TagGen.java deleted file mode 100644 index d1c97d4dd..000000000 --- a/src/generators/java/net/minestom/codegen/TagGen.java +++ /dev/null @@ -1,33 +0,0 @@ -package net.minestom.codegen; - - -import java.io.File; -import java.util.Arrays; - -public class TagGen { - - public static void main(String[] args) { - StringBuilder out = new StringBuilder(); - File workingDir = new File("minecraft_data/data/minecraft/tags/blocks"); - Arrays.stream(workingDir.listFiles()).forEach((file) -> { - out.append("addRequiredTag(Tag.BasicTypes.BLOCKS, NamespaceID.from(\""); - out.append(file.getName(), 0, file.getName().length()-5).append("\"));\n"); - }); - workingDir = new File("minecraft_data/data/minecraft/tags/entity_types"); - Arrays.stream(workingDir.listFiles()).forEach((file) -> { - out.append("addRequiredTag(Tag.BasicTypes.ENTITY_TYPES, NamespaceID.from(\""); - out.append(file.getName(), 0, file.getName().length()-5).append("\"));\n"); - }); - workingDir = new File("minecraft_data/data/minecraft/tags/fluids"); - Arrays.stream(workingDir.listFiles()).forEach((file) -> { - out.append("addRequiredTag(Tag.BasicTypes.FLUIDS, NamespaceID.from(\""); - out.append(file.getName(), 0, file.getName().length()-5).append("\"));\n"); - }); - workingDir = new File("minecraft_data/data/minecraft/tags/items"); - Arrays.stream(workingDir.listFiles()).forEach((file) -> { - out.append("addRequiredTag(Tag.BasicTypes.ITEMS, NamespaceID.from(\""); - out.append(file.getName(), 0, file.getName().length()-5).append("\"));\n"); - }); - System.out.println(out.toString()); - } -} diff --git a/src/generators/java/net/minestom/codegen/blocks/BlockContainer.java b/src/generators/java/net/minestom/codegen/blocks/BlockContainer.java deleted file mode 100644 index 69b2f707f..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/BlockContainer.java +++ /dev/null @@ -1,150 +0,0 @@ -package net.minestom.codegen.blocks; - -import net.minestom.server.utils.NamespaceID; - -import java.util.List; -import java.util.Map; - -public class BlockContainer implements Comparable { - - private int ordinal; - private NamespaceID id; - private double hardness; - private double resistance; - private BlockState defaultState; - private boolean isSolid; - private boolean isAir; - private List states; - - private boolean isMushroom; - private boolean isLiquid; - private boolean isFlower; - private boolean isFlowerPot; - private boolean isCoral; - private NamespaceID blockEntity; - - public BlockContainer(int ordinal, NamespaceID id, double hardness, double resistance, NamespaceID blockEntity, BlockState defaultState, List states) { - this.ordinal = ordinal; - this.id = id; - this.hardness = hardness; - this.resistance = resistance; - this.blockEntity = blockEntity; - this.defaultState = defaultState; - this.states = states; - } - - public int getOrdinal() { - return ordinal; - } - - public BlockState getDefaultState() { - return defaultState; - } - - public List getStates() { - return states; - } - - public NamespaceID getId() { - return id; - } - - public boolean isAir() { - return isAir; - } - - public boolean isLiquid() { - return isLiquid; - } - - public boolean isMushroom() { - return isMushroom; - } - - public boolean isSolid() { - return isSolid; - } - - public double getHardness() { - return hardness; - } - - public double getResistance() { - return resistance; - } - - public NamespaceID getBlockEntityName() { - return blockEntity; - } - - public BlockContainer setLiquid() { - isLiquid = true; - return this; - } - - public BlockContainer setMushroom() { - isMushroom = true; - return this; - } - - public BlockContainer setSolid() { - isSolid = true; - return this; - } - - public BlockContainer setAir() { - isAir = true; - return this; - } - - @Override - public String toString() { - return "blocks.BlockContainer{" + - "id=" + id + - ", hardness=" + hardness + - ", resistance=" + resistance + - ", defaultState=" + defaultState + - ", isSolid=" + isSolid + - ", isAir=" + isAir + - ", states=" + states + - ", isMushroom=" + isMushroom + - ", isLiquid=" + isLiquid + - ", isFlower=" + isFlower + - ", isFlowerPot=" + isFlowerPot + - ", isCoral=" + isCoral + - ", blockEntity=" + blockEntity + - '}'; - } - - @Override - public int compareTo(BlockContainer o) { - return Integer.compare(ordinal, o.ordinal); - } - - public static class BlockState { - private short id; - private Map properties; - - public BlockState(short id, Map properties) { - this.id = id; - this.properties = properties; - } - - public short getId() { - return id; - } - - public Map getProperties() { - return properties; - } - - @Override - public String toString() { - return "BlockState{" + - "id=" + id + - ", properties=" + properties + - '}'; - } - } - -} diff --git a/src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java b/src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java deleted file mode 100644 index 168ea6611..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/BlockEnumGenerator.java +++ /dev/null @@ -1,398 +0,0 @@ -package net.minestom.codegen.blocks; - -import com.google.gson.Gson; -import com.google.gson.JsonArray; -import com.google.gson.JsonElement; -import com.google.gson.JsonObject; -import com.squareup.javapoet.*; -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.codegen.EnumGenerator; -import net.minestom.codegen.MinestomEnumGenerator; -import net.minestom.codegen.PrismarinePaths; -import net.minestom.server.instance.block.Block; -import net.minestom.server.instance.block.BlockAlternative; -import net.minestom.server.registry.Registries; -import net.minestom.server.registry.ResourceGatherer; -import net.minestom.server.utils.NamespaceID; -import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import javax.lang.model.element.Modifier; -import java.io.*; -import java.net.URL; -import java.util.*; - -/** - * Generates a Block enum containing all data about blocks - */ -public class BlockEnumGenerator extends MinestomEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(BlockEnumGenerator.class); - - public static final String MC_DATA_BLOCKS_PATH = "minecraft_data/reports/blocks.json"; - - private final String targetVersion; - private final File targetFolder; - - private final CodeBlock.Builder staticBlock = CodeBlock.builder(); - - - public static void main(String[] args) throws IOException { - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new BlockEnumGenerator(targetVersion, targetFolder); - } - - private BlockEnumGenerator(String targetVersion, File targetFolder) throws IOException { - this.targetVersion = targetVersion; - this.targetFolder = targetFolder; - generateTo(targetFolder); - } - - /** - * Compiles all block information in a single location - * - * @param dataBlocks - * @param prismarineJSBlocks - * @param burgerBlocks - */ - private Collection compile(List dataBlocks, List prismarineJSBlocks, List burgerBlocks) { - TreeSet blocks = new TreeSet<>(BlockContainer::compareTo); - // ensure the 3 list have the same length and order - dataBlocks.sort(Comparator.comparing(block -> block.name.toString())); - prismarineJSBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.name).toString())); - burgerBlocks.sort(Comparator.comparing(block -> NamespaceID.from(block.text_id).toString())); - - // if one of these tests fail, you probably forgot to clear the minecraft_data cache before launching this program - if (dataBlocks.size() != prismarineJSBlocks.size()) { - throw new Error("minecraft_data block count is different from PrismarineJS count! Try clearing the minecraft_data cache"); - } - if (prismarineJSBlocks.size() != burgerBlocks.size()) { - throw new Error("Burger's block count is different from PrismarineJS count! Try clearing the minecraft_data cache"); - } - - for (int i = 0; i < dataBlocks.size(); i++) { - DataReportBlock data = dataBlocks.get(i); - PrismarineJSBlock prismarine = prismarineJSBlocks.get(i); - BurgerBlock burger = burgerBlocks.get(i); - - assert data.name.getPath().equals(prismarine.name) && prismarine.name.equalsIgnoreCase(burger.text_id); - - List states = new LinkedList<>(); - for (DataReportBlock.BlockState s : data.states) { - states.add(new BlockContainer.BlockState(s.id, s.properties)); - } - - BlockContainer.BlockState defaultState = new BlockContainer.BlockState(data.defaultState.id, data.defaultState.properties); - - BlockContainer block = new BlockContainer(prismarine.id, data.name, prismarine.hardness, burger.resistance, burger.blockEntity == null ? null : NamespaceID.from(burger.blockEntity.name), defaultState, states); - if (!"empty".equals(prismarine.boundingBox)) { - block.setSolid(); - } - if (data.name.equals(NamespaceID.from("minecraft:water")) || data.name.equals(NamespaceID.from("minecraft:lava"))) { - block.setLiquid(); - } - boolean isAir = data.name.equals(NamespaceID.from("minecraft:air")) || data.name.getPath().endsWith("_air"); - if (isAir) { - block.setAir(); - } - - blocks.add(block); - } - - return blocks; - } - - /** - * Extracts block information from Burger - * - * @param gson - * @param url - * @return - * @throws IOException - */ - private List parseBlocksFromBurger(Gson gson, String url) throws IOException { - try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { - LOGGER.debug("\tConnection established, reading file"); - JsonObject dictionary = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject(); - JsonObject tileEntityMap = dictionary.getAsJsonObject("tileentity").getAsJsonObject("tileentities"); - - Map block2entityMap = new HashMap<>(); - for (var entry : tileEntityMap.entrySet()) { - BurgerTileEntity te = gson.fromJson(entry.getValue(), BurgerTileEntity.class); - if (te.blocks != null) { - for (String block : te.blocks) { - block2entityMap.put(block, te); - } - } - } - - JsonObject blockMap = dictionary.getAsJsonObject("blocks").getAsJsonObject("block"); - - LOGGER.debug("\tExtracting blocks"); - List blocks = new LinkedList<>(); - for (var entry : blockMap.entrySet()) { - BurgerBlock block = gson.fromJson(entry.getValue(), BurgerBlock.class); - block.blockEntity = block2entityMap.get(block.text_id); - blocks.add(block); - } - - return blocks; - } - } - - /** - * Extract block information from PrismarineJS (submodule of Minestom) - * - * @param gson - * @param blockFile - * @return - * @throws IOException - */ - private List parseBlocksFromPrismarineJS(Gson gson, File blockFile) throws IOException { - try (BufferedReader bufferedReader = new BufferedReader(new FileReader(blockFile))) { - PrismarineJSBlock[] blocks = gson.fromJson(bufferedReader, PrismarineJSBlock[].class); - return Arrays.asList(blocks); - } - } - - /** - * Extract block information from reports generated by the data extractor present in minecraft_server.jar - * - * @param gson - * @param path - * @return - */ - private List parseBlocksFromMCData(Gson gson, String path) { - List blocks = new LinkedList<>(); - try { - BufferedReader bufferedReader = new BufferedReader(new FileReader(path)); - - JsonObject obj = gson.fromJson(bufferedReader, JsonObject.class); - for (var entry : obj.entrySet()) { - NamespaceID id = NamespaceID.from(entry.getKey()); - JsonElement blockInfo = entry.getValue(); - DataReportBlock block = gson.fromJson(blockInfo, DataReportBlock.class); - block.bindDefaultState(); - block.name = id; - - blocks.add(block); - } - } catch (FileNotFoundException e) { - e.printStackTrace(); - } - - return blocks; - } - - @Override - public String getPackageName() { - return "net.minestom.server.instance.block"; - } - - @Override - public String getClassName() { - return "Block"; - } - - @Override - protected Collection compile() throws IOException { - Gson gson = new Gson(); - - // load report blocks and block states - LOGGER.debug("Loading information from data extraction"); - List dataBlocks = parseBlocksFromMCData(gson, MC_DATA_BLOCKS_PATH); - // load properties from Prismarine - LOGGER.debug("Finding path for PrismarineJS blocks"); - JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); - JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); - - PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); - LOGGER.debug("Loading PrismarineJS blocks data"); - List prismarineJSBlocks = parseBlocksFromPrismarineJS(gson, paths.getBlockFile()); - - LOGGER.debug("Loading Burger blocks data (requires Internet connection)"); - List burgerBlocks = parseBlocksFromBurger(gson, BURGER_URL_BASE_URL + targetVersion + ".json"); - - LOGGER.debug("Compiling information"); - return compile(dataBlocks, prismarineJSBlocks, burgerBlocks); - } - - @Override - protected void prepare(EnumGenerator generator) { - ClassName className = ClassName.get(getPackageName(), getClassName()); - generator.addClassAnnotation(AnnotationSpec.builder(SuppressWarnings.class).addMember("value", "{$S}", "deprecation").build()); - - generator.setParams( - ParameterSpec.builder(String.class, "namespaceID").addAnnotation(NotNull.class).build(), - ParameterSpec.builder(TypeName.SHORT, "defaultID").build(), - ParameterSpec.builder(TypeName.DOUBLE, "hardness").build(), - ParameterSpec.builder(TypeName.DOUBLE, "resistance").build(), - ParameterSpec.builder(TypeName.BOOLEAN, "isAir").build(), - ParameterSpec.builder(TypeName.BOOLEAN, "isSolid").build(), - ParameterSpec.builder(NamespaceID.class, "blockEntity").addAnnotation(Nullable.class).build(), - ParameterSpec.builder(TypeName.BOOLEAN, "singleState").build() - ); - - generator.addHardcodedField(ParameterizedTypeName.get(List.class, BlockAlternative.class), "alternatives", "new java.util.ArrayList<>()"); - - generator.addMethod("getBlockId", new ParameterSpec[0], TypeName.SHORT, code -> code.addStatement("return defaultID")); - generator.addMethod("getName", new ParameterSpec[0], ClassName.get(String.class), code -> code.addStatement("return namespaceID")); - generator.addMethod("isAir", new ParameterSpec[0], TypeName.BOOLEAN, code -> code.addStatement("return isAir")); - generator.addMethod("hasBlockEntity", new ParameterSpec[0], TypeName.BOOLEAN, code -> code.addStatement("return blockEntity != null")); - generator.addMethod("getBlockEntityName", new ParameterSpec[0], ClassName.get(NamespaceID.class), code -> code.addStatement("return blockEntity")); - generator.addMethod("isSolid", new ParameterSpec[0], TypeName.BOOLEAN, code -> code.addStatement("return isSolid")); - generator.addMethod("isLiquid", new ParameterSpec[0], TypeName.BOOLEAN, code -> code.addStatement("return this == WATER || this == LAVA")); - generator.addMethod("getHardness", new ParameterSpec[0], TypeName.DOUBLE, code -> code.addStatement("return hardness")); - generator.addMethod("getResistance", new ParameterSpec[0], TypeName.DOUBLE, code -> code.addStatement("return resistance")); - generator.addMethod("breaksInstantaneously", new ParameterSpec[0], TypeName.BOOLEAN, code -> code.addStatement("return hardness == 0")); - generator.addMethod("addBlockAlternative", new ParameterSpec[]{ParameterSpec.builder(BlockAlternative.class, "alternative").build()}, TypeName.VOID, code -> { - code.addStatement("alternatives.add(alternative)") - .addStatement("$T.blocks[alternative.getId()] = this", ClassName.get("net.minestom.server.instance.block", "BlockArray")); - }); - - generator.addMethod("getAlternative", new ParameterSpec[]{ParameterSpec.builder(TypeName.SHORT, "blockId").build()}, ClassName.get(BlockAlternative.class), code -> { - code.beginControlFlow("for($T alt : alternatives)", BlockAlternative.class) - .beginControlFlow("if(alt.getId() == blockId)") - .addStatement("return alt") - .endControlFlow() - .endControlFlow() - .addStatement("return null"); - }); - generator.addMethod("getAlternatives", new ParameterSpec[0], ParameterizedTypeName.get(List.class, BlockAlternative.class), code -> code.addStatement("return alternatives")); - generator.addVarargMethod("withProperties", new ParameterSpec[]{ParameterSpec.builder(String[].class, "properties").build()}, TypeName.SHORT, code -> { - code.beginControlFlow("for($T alt : alternatives)", BlockAlternative.class) - .beginControlFlow("if($T.equals(alt.getProperties(), properties))", Arrays.class) - .addStatement("return alt.getId()") - .endControlFlow() - .endControlFlow() - .addStatement("return defaultID"); - }); - generator.addStaticMethod("fromStateId", new ParameterSpec[]{ParameterSpec.builder(TypeName.SHORT, "blockStateId").build()}, className, code -> code.addStatement("return $T.blocks[blockStateId]", ClassName.get("net.minestom.server.instance.block", "BlockArray"))); - generator.appendToConstructor(code -> { - code.beginControlFlow("if(singleState)") - .addStatement("addBlockAlternative(new BlockAlternative(defaultID))") - .endControlFlow() - .addStatement("$T.blocks.put($T.from(namespaceID), this)", Registries.class, NamespaceID.class); - }); - - // implement Keyed - generator.addSuperinterface(ClassName.get(Keyed.class)); - generator.addField(ClassName.get(Key.class), "key", true); - generator.appendToConstructor(code -> code.addStatement("this.key = Key.key(this.namespaceID)")); - generator.addMethod("key", new ParameterSpec[0], ClassName.get(Key.class), code -> code.addStatement("return this.key")); - } - - @Override - protected void writeSingle(EnumGenerator generator, BlockContainer block) { - String instanceName = block.getId().getPath().toUpperCase(); - generator.addInstance(instanceName, - "\"" + block.getId().toString() + "\"", - "(short) " + block.getDefaultState().getId(), - block.getHardness(), - block.getResistance(), - block.isAir(), - block.isSolid(), - block.getBlockEntityName() != null ? "NamespaceID.from(\"" + block.getBlockEntityName() + "\")" : "null", - block.getStates().size() == 1 // used to avoid duplicates inside the 'alternatives' field due to both constructor addition and subclasses initStates() - ); - - if (block.getStates().size() > 1) { - String blockName = snakeCaseToCapitalizedCamelCase(block.getId().getPath()); - blockName = blockName.replace("_", ""); - staticBlock.addStatement("$T.initStates()", ClassName.get(getPackageName()+".states", blockName)); - } - } - - @Override - protected List postGeneration(Collection items) throws IOException { - List additionalFiles = new LinkedList<>(); - - TypeSpec blockArrayClass = TypeSpec.classBuilder("BlockArray") - .addModifiers(Modifier.FINAL) - .addField(FieldSpec.builder(Block[].class, "blocks").initializer("new Block[Short.MAX_VALUE]").addModifiers(Modifier.STATIC, Modifier.FINAL).build()) - .build(); - additionalFiles.add(JavaFile.builder(getPackageName(), blockArrayClass).indent(" ").skipJavaLangImports(true).build()); - - LOGGER.debug("Writing subclasses for block alternatives..."); - - final String warningComment = "Completely internal. DO NOT USE. IF YOU ARE A USER AND FACE A PROBLEM WHILE USING THIS CODE, THAT'S ON YOU."; - final AnnotationSpec internalUseAnnotation = AnnotationSpec.builder(Deprecated.class).addMember("since", "$S", "forever").addMember("forRemoval", "$L", false).build(); - for(BlockContainer block : items) { - // do not add alternative for default states. This will be added by default inside the constructor - if (block.getStates().size() > 1) { - String blockName = snakeCaseToCapitalizedCamelCase(block.getId().getPath()); - blockName = blockName.replace("_", ""); - TypeSpec.Builder subclass = TypeSpec.classBuilder(blockName) - .addAnnotation(internalUseAnnotation) - .addJavadoc(warningComment) - .addModifiers(Modifier.PUBLIC, Modifier.FINAL); - - MethodSpec.Builder initStatesMethod = MethodSpec.methodBuilder("initStates") - .returns(TypeName.VOID) - .addModifiers(Modifier.STATIC, Modifier.PUBLIC) - .addAnnotation(internalUseAnnotation) - .addJavadoc(warningComment); - - for (BlockContainer.BlockState state : block.getStates()) { - if (state == block.getDefaultState()) - continue; - // generate BlockAlternative instance that will be used to lookup block alternatives - StringBuilder propertyList = new StringBuilder(); - // add block state properties if applicable - if (state.getProperties() != null) { - for (var property : state.getProperties().entrySet()) { - propertyList.append(", "); - propertyList.append("\"").append(property.getKey()).append("=").append(property.getValue()).append("\""); - } - } - initStatesMethod.addStatement("$T.$N.addBlockAlternative(new $T((short) $L"+propertyList+"))", Block.class, block.getId().getPath().toUpperCase(), BlockAlternative.class, state.getId()); - } - subclass.addMethod(initStatesMethod.build()); - staticBlock.addStatement("$T.initStates()", ClassName.get(getPackageName()+".states", blockName)); - - additionalFiles.add(JavaFile.builder(getPackageName()+".states", subclass.build()) - .indent(" ") - .skipJavaLangImports(true) - .build()); - } - } - - return additionalFiles; - } - - @Override - protected void postWrite(EnumGenerator generator) { - generator.setStaticInitBlock(staticBlock.build()); - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java b/src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java deleted file mode 100644 index bf313e3ae..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/BurgerBlock.java +++ /dev/null @@ -1,18 +0,0 @@ -package net.minestom.codegen.blocks; - -public class BurgerBlock { - - String text_id; - double resistance; - - // from tileentities - BurgerTileEntity blockEntity; - - @Override - public String toString() { - return "blocks.BurgerBlock{" + - "text_id='" + text_id + '\'' + - ", resistance=" + resistance + - '}'; - } -} diff --git a/src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java b/src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java deleted file mode 100644 index aced5ec1d..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/BurgerTileEntity.java +++ /dev/null @@ -1,9 +0,0 @@ -package net.minestom.codegen.blocks; - -public class BurgerTileEntity { - - String[] blocks; - String name; - int network_id; - -} diff --git a/src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java b/src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java deleted file mode 100644 index 93b1113c8..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/DataReportBlock.java +++ /dev/null @@ -1,55 +0,0 @@ -package net.minestom.codegen.blocks; - -import com.google.gson.annotations.SerializedName; -import net.minestom.server.utils.NamespaceID; - -import java.util.Arrays; -import java.util.Map; - -public class DataReportBlock { - - NamespaceID name; - Map properties; - BlockState[] states; - - BlockState defaultState; - - /** - * Looks for the first state in {@link #states} with #isDefault set and stores it into {@link #defaultState} - */ - public void bindDefaultState() { - for(BlockState s : states) { - if(s.isDefault) { - defaultState = s; - return; - } - } - } - - public static class BlockState { - protected Map properties; - protected short id; - @SerializedName("default") - protected boolean isDefault; - - @Override - public String toString() { - return "BlockState{" + - "properties=" + properties + - ", id=" + id + - ", isDefault=" + isDefault + - '}'; - } - } - - - @Override - public String toString() { - return "blocks.DataReportBlock{" + - "name=" + name + - ", properties=" + properties + - ", states=" + Arrays.toString(states) + - ", defaultState=" + defaultState + - '}'; - } -} diff --git a/src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java b/src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java deleted file mode 100644 index 80a390ea9..000000000 --- a/src/generators/java/net/minestom/codegen/blocks/PrismarineJSBlock.java +++ /dev/null @@ -1,42 +0,0 @@ -package net.minestom.codegen.blocks; - -public class PrismarineJSBlock { - - int id; - String name; - double hardness; - boolean diggable; - boolean transparent; - int emitLight; - int filterLight; - String boundingBox; - int stackSize; - String material; - - @Override - public String toString() { - return "blocks.PrismarineJSBlock{" + - "name='" + name + '\'' + - ", id=" + id + - ", hardness=" + hardness + - ", diggable=" + diggable + - ", transparent=" + transparent + - ", emitLight=" + emitLight + - ", filterLight=" + filterLight + - ", boundingBox='" + boundingBox + '\'' + - ", stackSize=" + stackSize + - ", material='" + material + '\'' + - '}'; - } - - /* - TODO: - "harvestTools": { - "521": true, - "535": true, - "539": true, - "543": true, - "550": true - } - */ -} diff --git a/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java b/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java deleted file mode 100644 index b39c56679..000000000 --- a/src/generators/java/net/minestom/codegen/enchantment/EnchantmentEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.enchantment; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class EnchantmentEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(EnchantmentEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new EnchantmentEnumGenerator(targetFolder); - } - - private EnchantmentEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected String getCategoryID() { - return "minecraft:enchantment"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.item"; - } - - @Override - public String getClassName() { - return "Enchantment"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/entitytypes/BurgerEntity.java b/src/generators/java/net/minestom/codegen/entitytypes/BurgerEntity.java deleted file mode 100644 index 2d0279d78..000000000 --- a/src/generators/java/net/minestom/codegen/entitytypes/BurgerEntity.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.codegen.entitytypes; - -public class BurgerEntity { - int id; - String name; - double width; - double height; -} diff --git a/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeContainer.java b/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeContainer.java deleted file mode 100644 index cdd2a37b2..000000000 --- a/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeContainer.java +++ /dev/null @@ -1,153 +0,0 @@ -package net.minestom.codegen.entitytypes; - -import com.google.common.base.CaseFormat; -import net.minestom.server.entity.EntitySpawnType; -import net.minestom.server.entity.metadata.LivingEntityMeta; -import net.minestom.server.entity.metadata.PlayerMeta; -import net.minestom.server.entity.metadata.other.ExperienceOrbMeta; -import net.minestom.server.entity.metadata.other.PaintingMeta; -import net.minestom.server.utils.NamespaceID; -import org.jetbrains.annotations.NotNull; - -import java.io.File; -import java.io.IOException; -import java.net.URL; -import java.util.ArrayList; -import java.util.Enumeration; -import java.util.List; - -public class EntityTypeContainer implements Comparable { - - private int id; - private NamespaceID name; - private double width; - private double height; - private Class metaClass; - private EntitySpawnType spawnType; - - public EntityTypeContainer(int id, NamespaceID name, double width, double height) { - this.id = id; - this.name = name; - this.width = width; - this.height = height; - String metaClassName = CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL, name.getPath()); - // special cases - switch (metaClassName) { - case "Item": - metaClassName = "ItemEntity"; - break; - case "Tnt": - metaClassName = "PrimedTnt"; - break; - case "FishingBobber": - metaClassName = "FishingHook"; - break; - case "Egg": - case "EnderPearl": - case "ExperienceBottle": - case "Potion": - case "Trident": - metaClassName = "Thrown" + metaClassName; - break; - default: - break; - } - metaClassName += "Meta"; - this.metaClass = findClassIn("net.minestom.server.entity.metadata", metaClassName); - - if (this.metaClass == PlayerMeta.class) { - this.spawnType = EntitySpawnType.PLAYER; - } else if (this.metaClass == PaintingMeta.class) { - this.spawnType = EntitySpawnType.PAINTING; - } else if (this.metaClass == ExperienceOrbMeta.class) { - this.spawnType = EntitySpawnType.EXPERIENCE_ORB; - } else if (LivingEntityMeta.class.isAssignableFrom(this.metaClass)) { - this.spawnType = EntitySpawnType.LIVING; - } else { - this.spawnType = EntitySpawnType.BASE; - } - } - - public int getId() { - return id; - } - - public NamespaceID getName() { - return name; - } - - public double getWidth() { - return width; - } - - public double getHeight() { - return height; - } - - public Class getMetaClass() { - return metaClass; - } - - public EntitySpawnType getSpawnType() { - return spawnType; - } - - @Override - public int compareTo(@NotNull EntityTypeContainer o) { - return Integer.compare(id, o.id); - } - - private static Class findClassIn(String pkg, String className) { - try { - return getClasses(pkg).stream() - .filter(clazz -> clazz.getSimpleName().equals(className)) - .findAny() - .orElseThrow(); - } catch (Throwable t) { - throw new IllegalStateException("Could not find class " + className + " in " + pkg, t); - } - } - - private static List> getClasses(String packageName) - throws ClassNotFoundException, IOException { - ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); - assert classLoader != null; - String path = packageName.replace('.', '/'); - Enumeration resources = classLoader.getResources(path); - List dirs = new ArrayList<>(); - while (resources.hasMoreElements()) { - URL resource = resources.nextElement(); - dirs.add(new File(resource.getFile())); - } - List> classes = new ArrayList<>(); - for (File directory : dirs) { - classes.addAll(findClasses(directory, packageName)); - } - return classes; - } - - /** - * Recursive method used to find all classes in a given directory and subdirs. - * - * @param directory The base directory - * @param packageName The package name for classes found inside the base directory - * @return The classes - * @throws ClassNotFoundException - */ - private static List> findClasses(File directory, String packageName) throws ClassNotFoundException { - List> classes = new ArrayList<>(); - if (!directory.exists()) { - return classes; - } - File[] files = directory.listFiles(); - for (File file : files) { - if (file.isDirectory()) { - assert !file.getName().contains("."); - classes.addAll(findClasses(file, packageName + "." + file.getName())); - } else if (file.getName().endsWith(".class")) { - classes.add(Class.forName(packageName + '.' + file.getName().substring(0, file.getName().length() - 6))); - } - } - return classes; - } -} diff --git a/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java b/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java deleted file mode 100644 index 741c2c7e6..000000000 --- a/src/generators/java/net/minestom/codegen/entitytypes/EntityTypeEnumGenerator.java +++ /dev/null @@ -1,215 +0,0 @@ -package net.minestom.codegen.entitytypes; - -import com.google.gson.Gson; -import com.google.gson.JsonArray; -import com.google.gson.JsonObject; -import com.squareup.javapoet.*; -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.codegen.ConstructorLambda; -import net.minestom.codegen.EnumGenerator; -import net.minestom.codegen.MinestomEnumGenerator; -import net.minestom.server.entity.Entity; -import net.minestom.server.entity.EntitySpawnType; -import net.minestom.server.entity.EntityType; -import net.minestom.server.entity.Metadata; -import net.minestom.server.entity.metadata.EntityMeta; -import net.minestom.server.registry.Registries; -import net.minestom.server.registry.ResourceGatherer; -import net.minestom.server.utils.NamespaceID; -import org.jetbrains.annotations.NotNull; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.BufferedReader; -import java.io.File; -import java.io.IOException; -import java.io.InputStreamReader; -import java.net.URL; -import java.util.*; -import java.util.function.BiFunction; - -/** - * Generates an EntityType enum containing all data about entity types - */ -public class EntityTypeEnumGenerator extends MinestomEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(EntityTypeEnumGenerator.class); - - private final String targetVersion; - private final File targetFolder; - - public static void main(String[] args) throws IOException { - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new EntityTypeEnumGenerator(targetVersion, targetFolder); - } - - private EntityTypeEnumGenerator(String targetVersion, File targetFolder) throws IOException { - this.targetVersion = targetVersion; - this.targetFolder = targetFolder; - generateTo(targetFolder); - } - - /** - * Extract entity information from Burger (submodule of Minestom) - * - * @param gson - * @param url - * @return - * @throws IOException - */ - private List parseEntitiesFromBurger(Gson gson, String url) throws IOException { - try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { - LOGGER.debug("\tConnection established, reading file"); - JsonObject dictionary = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject(); - JsonObject entitiesMap = dictionary.getAsJsonObject("entities").getAsJsonObject("entity"); - List entities = new LinkedList<>(); - for (var entry : entitiesMap.entrySet()) { - BurgerEntity entity = gson.fromJson(entry.getValue(), BurgerEntity.class); - entities.add(entity); - } - return entities; - } - } - - @Override - public String getPackageName() { - return "net.minestom.server.entity"; - } - - @Override - public String getClassName() { - return "EntityType"; - } - - @Override - protected Collection compile() throws IOException { - Gson gson = new Gson(); - LOGGER.debug("Loading PrismarineJS entity types data"); - List burgerEntities = parseEntitiesFromBurger(gson, BURGER_URL_BASE_URL + targetVersion + ".json"); - - TreeSet types = new TreeSet<>(EntityTypeContainer::compareTo); - for (var burgerEntity : burgerEntities) { - if (burgerEntity.name.contains("~")) { - continue; - } - types.add(new EntityTypeContainer( - burgerEntity.id, - NamespaceID.from("minecraft:" + burgerEntity.name), - burgerEntity.width, - burgerEntity.height - )); - } - return types; - } - - @Override - protected void prepare(EnumGenerator generator) { - ClassName className = ClassName.get(getPackageName(), getClassName()); - generator.addClassAnnotation(AnnotationSpec.builder(SuppressWarnings.class).addMember("value", "{$S}", "deprecation").build()); - generator.setParams( - ParameterSpec.builder(String.class, "namespaceID").addAnnotation(NotNull.class).build(), - ParameterSpec.builder(TypeName.DOUBLE, "width").build(), - ParameterSpec.builder(TypeName.DOUBLE, "height").build(), - ParameterSpec.builder(ParameterizedTypeName.get( - BiFunction.class, - Entity.class, - Metadata.class, - EntityMeta.class - ), "metaConstructor").addAnnotation(NotNull.class).build(), - ParameterSpec.builder(EntitySpawnType.class, "spawnType").addAnnotation(NotNull.class).build() - ); - generator.appendToConstructor(code -> { - code.addStatement("$T.$N.put($T.from(namespaceID), this)", Registries.class, "entityTypes", NamespaceID.class); - }); - - generator.addMethod("getId", new ParameterSpec[0], TypeName.SHORT, code -> { - code.addStatement("return (short) ordinal()"); - }); - generator.addMethod("getNamespaceID", new ParameterSpec[0], ClassName.get(String.class), code -> { - code.addStatement("return this.namespaceID"); - }); - generator.addMethod("getWidth", new ParameterSpec[0], TypeName.DOUBLE, code -> { - code.addStatement("return this.width"); - }); - generator.addMethod("getHeight", new ParameterSpec[0], TypeName.DOUBLE, code -> { - code.addStatement("return this.height"); - }); - generator.addMethod("getMetaConstructor", new ParameterSpec[0], - ParameterizedTypeName.get( - BiFunction.class, - Entity.class, - Metadata.class, - EntityMeta.class - ), - code -> code.addStatement("return this.metaConstructor") - ); - generator.addMethod("getSpawnType", new ParameterSpec[0], ClassName.get(EntitySpawnType.class), code -> { - code.addStatement("return this.spawnType"); - }); - - generator.addStaticField(ArrayTypeName.of(ClassName.get(EntityType.class)), "VALUES", "values()"); - - generator.addStaticMethod("fromId", new ParameterSpec[]{ParameterSpec.builder(TypeName.SHORT, "id").build()}, className, code -> { - code.beginControlFlow("if(id >= 0 && id < VALUES.length)") - .addStatement("return VALUES[id]") - .endControlFlow() - .addStatement("return null"); - }); - - // implement Keyed - generator.addSuperinterface(ClassName.get(Keyed.class)); - generator.addField(ClassName.get(Key.class), "key", true); - generator.appendToConstructor(code -> code.addStatement("this.key = Key.key(this.namespaceID)")); - generator.addMethod("key", new ParameterSpec[0], ClassName.get(Key.class), code -> code.addStatement("return this.key")); - } - - @Override - protected void writeSingle(EnumGenerator generator, EntityTypeContainer type) { - String instanceName = type.getName().getPath().toUpperCase(); - generator.addInstance(instanceName, - "\"" + type.getName().toString() + "\"", - type.getWidth(), - type.getHeight(), - new ConstructorLambda(ClassName.get(type.getMetaClass())), - "EntitySpawnType." + type.getSpawnType().name() - ); - } - - @Override - protected List postGeneration(Collection types) { - return Collections.emptyList(); - } - - @Override - protected void postWrite(EnumGenerator generator) { - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/fluids/FluidEnumGenerator.java b/src/generators/java/net/minestom/codegen/fluids/FluidEnumGenerator.java deleted file mode 100644 index 72086a33b..000000000 --- a/src/generators/java/net/minestom/codegen/fluids/FluidEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.fluids; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class FluidEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(FluidEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new FluidEnumGenerator(targetFolder); - } - - private FluidEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected String getCategoryID() { - return "minecraft:fluid"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.fluids"; - } - - @Override - public String getClassName() { - return "Fluid"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/items/BurgerItem.java b/src/generators/java/net/minestom/codegen/items/BurgerItem.java deleted file mode 100644 index 5f59f1638..000000000 --- a/src/generators/java/net/minestom/codegen/items/BurgerItem.java +++ /dev/null @@ -1,7 +0,0 @@ -package net.minestom.codegen.items; - -public class BurgerItem { - int numeric_id; - String text_id; - int max_stack_size; -} diff --git a/src/generators/java/net/minestom/codegen/items/DataReportItem.java b/src/generators/java/net/minestom/codegen/items/DataReportItem.java deleted file mode 100644 index 0a3d2b4d7..000000000 --- a/src/generators/java/net/minestom/codegen/items/DataReportItem.java +++ /dev/null @@ -1,8 +0,0 @@ -package net.minestom.codegen.items; - -import net.minestom.server.utils.NamespaceID; - -public class DataReportItem { - NamespaceID name; - -} diff --git a/src/generators/java/net/minestom/codegen/items/ItemContainer.java b/src/generators/java/net/minestom/codegen/items/ItemContainer.java deleted file mode 100644 index ed5cb1d44..000000000 --- a/src/generators/java/net/minestom/codegen/items/ItemContainer.java +++ /dev/null @@ -1,39 +0,0 @@ -package net.minestom.codegen.items; - -import net.minestom.server.instance.block.Block; -import net.minestom.server.utils.NamespaceID; - -public class ItemContainer implements Comparable { - private int id; - private NamespaceID name; - private int stackSize; - private Block block; - - public ItemContainer(int id, NamespaceID name, int stackSize, Block block) { - this.id = id; - this.name = name; - this.stackSize = stackSize; - this.block = block; - } - - public int getId() { - return id; - } - - public NamespaceID getName() { - return name; - } - - public Block getBlock() { - return block; - } - - public int getStackSize() { - return stackSize; - } - - @Override - public int compareTo(ItemContainer o) { - return Integer.compare(id, o.id); - } -} diff --git a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java b/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java deleted file mode 100644 index 0c18693b2..000000000 --- a/src/generators/java/net/minestom/codegen/items/ItemEnumGenerator.java +++ /dev/null @@ -1,254 +0,0 @@ -package net.minestom.codegen.items; - -import com.google.gson.Gson; -import com.google.gson.JsonArray; -import com.google.gson.JsonObject; -import com.squareup.javapoet.*; -import net.kyori.adventure.key.Key; -import net.kyori.adventure.key.Keyed; -import net.minestom.codegen.EnumGenerator; -import net.minestom.codegen.MinestomEnumGenerator; -import net.minestom.codegen.PrismarinePaths; -import net.minestom.server.instance.block.Block; -import net.minestom.server.registry.Registries; -import net.minestom.server.registry.ResourceGatherer; -import net.minestom.server.utils.NamespaceID; -import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.*; -import java.net.URL; -import java.util.*; - -/** - * Generates a Material enum containing all data about items - *

- * Assumes that Block is available - */ -public class ItemEnumGenerator extends MinestomEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(ItemEnumGenerator.class); - - private final String targetVersion; - private final File targetFolder; - - public static void main(String[] args) throws IOException { - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new ItemEnumGenerator(targetVersion, targetFolder); - } - - private ItemEnumGenerator(String targetVersion, File targetFolder) throws IOException { - this.targetVersion = targetVersion; - this.targetFolder = targetFolder; - generateTo(targetFolder); - } - - /** - * Extract item information from Burger (submodule of Minestom) - * - * @param gson - * @param url - * @return - * @throws IOException - */ - private List parseItemsFromBurger(Gson gson, String url) throws IOException { - try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openStream()))) { - LOGGER.debug("\tConnection established, reading file"); - JsonObject dictionary = gson.fromJson(bufferedReader, JsonArray.class).get(0).getAsJsonObject(); - JsonObject itemMap = dictionary.getAsJsonObject("items").getAsJsonObject("item"); - List items = new LinkedList<>(); - for (var entry : itemMap.entrySet()) { - BurgerItem item = gson.fromJson(entry.getValue(), BurgerItem.class); - items.add(item); - } - return items; - } - } - - @Override - public String getPackageName() { - return "net.minestom.server.item"; - } - - @Override - public String getClassName() { - return "Material"; - } - - @Override - protected Collection compile() throws IOException { - Gson gson = new Gson(); - LOGGER.debug("Finding path for PrismarineJS items"); - JsonObject dataPaths = gson.fromJson(new BufferedReader(new FileReader(PRISMARINE_JS_DATA_PATHS)), JsonObject.class); - JsonObject pathsJson = dataPaths.getAsJsonObject("pc").getAsJsonObject(targetVersion); - - PrismarinePaths paths = gson.fromJson(pathsJson, PrismarinePaths.class); - LOGGER.debug("Loading PrismarineJS blocks data"); - List burgerItems = parseItemsFromBurger(gson, BURGER_URL_BASE_URL + targetVersion + ".json"); - - TreeSet items = new TreeSet<>(ItemContainer::compareTo); - for (var burgerItem : burgerItems) { - items.add(new ItemContainer(burgerItem.numeric_id, NamespaceID.from("minecraft:" + burgerItem.text_id), burgerItem.max_stack_size, getBlock(burgerItem.text_id.toUpperCase()))); - } - return items; - } - - /** - * Returns a block with the given name. Returns null if none - * - * @param itemName - * @return - */ - private Block getBlock(String itemName) { - // special cases - if (itemName.equals("REDSTONE")) - return Block.REDSTONE_WIRE; - // end of special cases - - try { - return Block.valueOf(itemName); - } catch (IllegalArgumentException e) { - return null; - } - } - - @Override - protected void prepare(EnumGenerator generator) { - ClassName className = ClassName.get(getPackageName(), getClassName()); - generator.addClassAnnotation(AnnotationSpec.builder(SuppressWarnings.class).addMember("value", "{$S}", "deprecation").build()); - generator.setParams(ParameterSpec.builder(String.class, "namespaceID").addAnnotation(NotNull.class).build(), ParameterSpec.builder(TypeName.INT, "maxDefaultStackSize").build(), - ParameterSpec.builder(Block.class, "correspondingBlock").addAnnotation(Nullable.class).build()); - generator.appendToConstructor(code -> { - code.addStatement("$T.$N.put($T.from(namespaceID), this)", Registries.class, "materials", NamespaceID.class); - }); - - generator.addMethod("getId", new ParameterSpec[0], TypeName.SHORT, code -> { code.addStatement("return (short)ordinal()");}); - generator.addMethod("getName", new ParameterSpec[0], ClassName.get(String.class), code -> { code.addStatement("return namespaceID");}); - generator.addMethod("getMaxDefaultStackSize", new ParameterSpec[0], TypeName.INT, code -> { code.addStatement("return maxDefaultStackSize");}); - generator.addMethod("isBlock", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return correspondingBlock != null && this != AIR");}); - generator.addMethod("getBlock", new ParameterSpec[0], ClassName.get(Block.class), code -> { code.addStatement("return correspondingBlock");}); - - generator.addStaticMethod("fromId", new ParameterSpec[]{ParameterSpec.builder(TypeName.SHORT, "id").build()}, className, code -> { - code.beginControlFlow("if(id >= 0 && id < values().length)") - .addStatement("return values()[id]") - .endControlFlow() - .addStatement("return AIR"); - }); - - // hard coded methods - generator.addMethod("isHelmet", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return toString().endsWith(\"HELMET\")");}); - generator.addMethod("isChestplate", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return toString().endsWith(\"CHESTPLATE\")");}); - generator.addMethod("isLeggings", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return toString().endsWith(\"LEGGINGS\")");}); - generator.addMethod("isBoots", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return toString().endsWith(\"BOOTS\")");}); - generator.addMethod("isArmor", new ParameterSpec[0], TypeName.BOOLEAN, code -> { code.addStatement("return isChestplate() || isHelmet() || isLeggings() || isBoots()");}); - generator.addMethod("isFood", new ParameterSpec[0], TypeName.BOOLEAN, code -> { - code.beginControlFlow("switch(this)") - .add("case APPLE:\n") - .add("case MUSHROOM_STEW:\n") - .add("case BREAD:\n") - .add("case PORKCHOP:\n") - .add("case COOKED_PORKCHOP:\n") - .add("case GOLDEN_APPLE:\n") - .add("case ENCHANTED_GOLDEN_APPLE:\n") - .add("case COD:\n") - .add("case SALMON:\n") - .add("case TROPICAL_FISH:\n") - .add("case PUFFERFISH:\n") - .add("case COOKED_COD:\n") - .add("case COOKED_SALMON:\n") - .add("case CAKE:\n") - .add("case COOKIE:\n") - .add("case MELON_SLICE:\n") - .add("case DRIED_KELP:\n") - .add("case BEEF:\n") - .add("case COOKED_BEEF:\n") - .add("case CHICKEN:\n") - .add("case COOKED_CHICKEN:\n") - .add("case ROTTEN_FLESH:\n") - .add("case SPIDER_EYE:\n") - .add("case CARROT:\n") - .add("case POTATO:\n") - .add("case BAKED_POTATO:\n") - .add("case POISONOUS_POTATO:\n") - .add("case PUMPKIN_PIE:\n") - .add("case RABBIT:\n") - .add("case COOKED_RABBIT:\n") - .add("case RABBIT_STEW:\n") - .add("case MUTTON:\n") - .add("case COOKED_MUTTON:\n") - .add("case BEETROOT:\n") - .add("case BEETROOT_SOUP:\n") - .add("case SWEET_BERRIES:\n") - .add("case HONEY_BOTTLE:\n") - .add("case CHORUS_FRUIT:\n") - .addStatement("return true") - .endControlFlow() - .addStatement("return false"); - }); - generator.addMethod("hasState", new ParameterSpec[0], TypeName.BOOLEAN, code -> { - code.beginControlFlow("switch(this)") - .add("case BOW:\n") - .add("case TRIDENT:\n") - .add("case CROSSBOW:\n") - .add("case SHIELD:\n") - .addStatement("return true") - .endControlFlow() - .addStatement("return isFood()"); - }); - - // implement Keyed - generator.addSuperinterface(ClassName.get(Keyed.class)); - generator.addField(ClassName.get(Key.class), "key", true); - generator.appendToConstructor(code -> code.addStatement("this.key = Key.key(this.namespaceID)")); - generator.addMethod("key", new ParameterSpec[0], ClassName.get(Key.class), code -> code.addStatement("return this.key")); - } - - @Override - protected void writeSingle(EnumGenerator generator, ItemContainer item) { - String instanceName = item.getName().getPath().toUpperCase(); - generator.addInstance(instanceName, - "\"" + item.getName().toString() + "\"", - item.getStackSize(), - item.getBlock() == null ? "null" : ("Block." + item.getBlock().name()) - ); - } - - @Override - protected List postGeneration(Collection items) throws IOException { - return Collections.emptyList(); - } - - @Override - protected void postWrite(EnumGenerator generator) { - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java b/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java deleted file mode 100644 index c7363e01f..000000000 --- a/src/generators/java/net/minestom/codegen/particles/ParticleEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.particles; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class ParticleEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(ParticleEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new ParticleEnumGenerator(targetFolder); - } - - private ParticleEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected String getCategoryID() { - return "minecraft:particle_type"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.particle"; - } - - @Override - public String getClassName() { - return "Particle"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/potions/PotionEffectEnumGenerator.java b/src/generators/java/net/minestom/codegen/potions/PotionEffectEnumGenerator.java deleted file mode 100644 index 77807d2c9..000000000 --- a/src/generators/java/net/minestom/codegen/potions/PotionEffectEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.potions; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class PotionEffectEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(PotionEffectEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new PotionEffectEnumGenerator(targetFolder); - } - - private PotionEffectEnumGenerator(File targetFolder) throws IOException { - super(targetFolder, true, true); - } - - @Override - protected String getCategoryID() { - return "minecraft:mob_effect"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.potion"; - } - - @Override - public String getClassName() { - return "PotionEffect"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} \ No newline at end of file diff --git a/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java b/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java deleted file mode 100644 index 4fe388658..000000000 --- a/src/generators/java/net/minestom/codegen/potions/PotionEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.potions; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class PotionEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(PotionEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if (args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if (args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if (!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new PotionEnumGenerator(targetFolder); - } - - private PotionEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected String getCategoryID() { - return "minecraft:potion"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.potion"; - } - - @Override - public String getClassName() { - return "PotionType"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java b/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java deleted file mode 100644 index 58be7168d..000000000 --- a/src/generators/java/net/minestom/codegen/sounds/SoundEnumGenerator.java +++ /dev/null @@ -1,77 +0,0 @@ -package net.minestom.codegen.sounds; - -import com.squareup.javapoet.ClassName; -import net.kyori.adventure.sound.Sound; -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.codegen.EnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class SoundEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(SoundEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new SoundEnumGenerator(targetFolder); - } - - private SoundEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected void prepare(EnumGenerator generator) { - super.prepare(generator); - - // implement type as well - generator.addSuperinterface(ClassName.get(Sound.Type.class)); - } - - @Override - protected String getCategoryID() { - return "minecraft:sound_event"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.sound"; - } - - @Override - public String getClassName() { - return "SoundEvent"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java b/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java deleted file mode 100644 index a0f8a4807..000000000 --- a/src/generators/java/net/minestom/codegen/stats/BiomesEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.stats; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class BiomesEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(BiomesEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new BiomesEnumGenerator(targetFolder); - } - - private BiomesEnumGenerator(File targetFolder) throws IOException { - super(targetFolder, false); - } - - @Override - protected String getCategoryID() { - return "minecraft:biome"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.instance"; - } - - @Override - public String getClassName() { - return "Biome"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java b/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java deleted file mode 100644 index 55632867d..000000000 --- a/src/generators/java/net/minestom/codegen/stats/StatsEnumGenerator.java +++ /dev/null @@ -1,66 +0,0 @@ -package net.minestom.codegen.stats; - -import net.minestom.codegen.BasicEnumGenerator; -import net.minestom.server.registry.ResourceGatherer; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.io.File; -import java.io.IOException; - -public class StatsEnumGenerator extends BasicEnumGenerator { - - private static final Logger LOGGER = LoggerFactory.getLogger(StatsEnumGenerator.class); - - public static void main(String[] args) throws IOException { - String targetVersion; - if(args.length < 1) { - System.err.println("Usage: [target folder]"); - return; - } - - targetVersion = args[0]; - - try { - ResourceGatherer.ensureResourcesArePresent(targetVersion); // TODO - } catch (IOException e) { - e.printStackTrace(); - } - - String targetPart = DEFAULT_TARGET_PATH; - if(args.length >= 2) { - targetPart = args[1]; - } - - File targetFolder = new File(targetPart); - if(!targetFolder.exists()) { - targetFolder.mkdirs(); - } - - new StatsEnumGenerator(targetFolder); - } - - private StatsEnumGenerator(File targetFolder) throws IOException { - super(targetFolder); - } - - @Override - protected String getCategoryID() { - return "minecraft:custom_stat"; - } - - @Override - public String getPackageName() { - return "net.minestom.server.stat"; - } - - @Override - public String getClassName() { - return "StatisticType"; - } - - @Override - public Logger getLogger() { - return LOGGER; - } -} diff --git a/src/main/java/net/minestom/server/MinecraftServer.java b/src/main/java/net/minestom/server/MinecraftServer.java index 4057bace8..ab6430b3b 100644 --- a/src/main/java/net/minestom/server/MinecraftServer.java +++ b/src/main/java/net/minestom/server/MinecraftServer.java @@ -12,7 +12,7 @@ import net.minestom.server.event.GlobalEventHandler; import net.minestom.server.exception.ExceptionManager; import net.minestom.server.extensions.Extension; import net.minestom.server.extensions.ExtensionManager; -import net.minestom.server.fluids.Fluid; +import net.minestom.server.fluid.Fluid; import net.minestom.server.gamedata.loottables.LootTableManager; import net.minestom.server.gamedata.tags.TagManager; import net.minestom.server.instance.Chunk; @@ -39,7 +39,7 @@ import net.minestom.server.recipe.RecipeManager; import net.minestom.server.registry.ResourceGatherer; import net.minestom.server.scoreboard.TeamManager; import net.minestom.server.sound.SoundEvent; -import net.minestom.server.stat.StatisticType; +import net.minestom.server.statistic.StatisticType; import net.minestom.server.storage.StorageLocation; import net.minestom.server.storage.StorageManager; import net.minestom.server.terminal.MinestomTerminal; diff --git a/src/main/java/net/minestom/server/entity/damage/DamageType.java b/src/main/java/net/minestom/server/entity/damage/DamageType.java index 711469936..e1850622a 100644 --- a/src/main/java/net/minestom/server/entity/damage/DamageType.java +++ b/src/main/java/net/minestom/server/entity/damage/DamageType.java @@ -26,7 +26,7 @@ public class DamageType implements DataContainer { public static final DamageType ON_FIRE = new DamageType("attack.onFire") { @Override protected SoundEvent getPlayerSound(@NotNull Player player) { - return SoundEvent.ENTITY_PLAYER_HURT_ON_FIRE; + return SoundEvent.PLAYER_HURT_ON_FIRE; } }; private final String identifier; @@ -143,11 +143,11 @@ public class DamageType implements DataContainer { } protected SoundEvent getGenericSound(@NotNull LivingEntity entity) { - return SoundEvent.ENTITY_GENERIC_HURT; + return SoundEvent.GENERIC_HURT; } protected SoundEvent getPlayerSound(@NotNull Player player) { - return SoundEvent.ENTITY_PLAYER_HURT; + return SoundEvent.PLAYER_HURT; } @Override diff --git a/src/main/java/net/minestom/server/item/metadata/PotionMeta.java b/src/main/java/net/minestom/server/item/metadata/PotionMeta.java index bbf4b0e98..a764b7cfa 100644 --- a/src/main/java/net/minestom/server/item/metadata/PotionMeta.java +++ b/src/main/java/net/minestom/server/item/metadata/PotionMeta.java @@ -52,7 +52,7 @@ public class PotionMeta extends ItemMeta implements ItemMetaBuilder.Provider * Used for {@link CustomBlock} break delay or when the {@link PlayerStartDiggingEvent} is cancelled * to remove the player break animation. @@ -219,7 +219,7 @@ public class PlayerDiggingListener { EntityEffectPacket entityEffectPacket = new EntityEffectPacket(); entityEffectPacket.entityId = player.getEntityId(); entityEffectPacket.potion = new Potion( - PotionEffect.MINING_FATIGUE, + PotionEffect.DIG_SLOWDOWN, (byte) -1, 0, false, @@ -242,7 +242,7 @@ public class PlayerDiggingListener { RemoveEntityEffectPacket removeEntityEffectPacket = new RemoveEntityEffectPacket(); removeEntityEffectPacket.entityId = player.getEntityId(); - removeEntityEffectPacket.effect = PotionEffect.MINING_FATIGUE; + removeEntityEffectPacket.effect = PotionEffect.DIG_SLOWDOWN; player.getPlayerConnection().sendPacket(removeEntityEffectPacket); } } diff --git a/src/main/java/net/minestom/server/network/packet/server/play/TagsPacket.java b/src/main/java/net/minestom/server/network/packet/server/play/TagsPacket.java index 1a67453ad..b4e374314 100644 --- a/src/main/java/net/minestom/server/network/packet/server/play/TagsPacket.java +++ b/src/main/java/net/minestom/server/network/packet/server/play/TagsPacket.java @@ -2,7 +2,7 @@ package net.minestom.server.network.packet.server.play; import net.minestom.server.MinecraftServer; import net.minestom.server.entity.EntityType; -import net.minestom.server.fluids.Fluid; +import net.minestom.server.fluid.Fluid; import net.minestom.server.gamedata.tags.Tag; import net.minestom.server.instance.block.Block; import net.minestom.server.item.Material; @@ -50,7 +50,7 @@ public class TagsPacket implements ServerPacket { public void read(@NotNull BinaryReader reader) { readTags(reader, blockTags, id -> NamespaceID.from("minecraft", Block.values()[id].getName())); readTags(reader, itemTags, id -> NamespaceID.from("minecraft", Material.values()[id].getName())); - readTags(reader, fluidTags, id -> NamespaceID.from(Fluid.values()[id].getNamespaceID())); + readTags(reader, fluidTags, id -> Fluid.fromId(id.shortValue()).getNamespaceID()); readTags(reader, entityTags, id -> NamespaceID.from(EntityType.values()[id].getNamespaceID())); } diff --git a/src/main/java/net/minestom/server/stat/PlayerStatistic.java b/src/main/java/net/minestom/server/stat/PlayerStatistic.java index f87b57393..e8337cad7 100644 --- a/src/main/java/net/minestom/server/stat/PlayerStatistic.java +++ b/src/main/java/net/minestom/server/stat/PlayerStatistic.java @@ -1,6 +1,7 @@ package net.minestom.server.stat; import net.minestom.server.entity.Player; +import net.minestom.server.statistic.StatisticType; import org.jetbrains.annotations.NotNull; /**