package net.minestom.server.instance.block.states; import java.lang.Deprecated; import net.minestom.server.instance.block.Block; import net.minestom.server.instance.block.BlockAlternative; /** * AUTOGENERATED by BlockGenerator */ @Deprecated( since = "forever", forRemoval = false ) public final class BlackShulkerBox { 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")); Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9374, "facing=south")); Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9375, "facing=west")); Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9376, "facing=up")); Block.BLACK_SHULKER_BOX.addBlockAlternative(new BlockAlternative((short) 9377, "facing=down")); } }