package net.minestom.server.instance.block.states; import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlastFurnace { 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")); } }