package net.minestom.server.instance.block.states; import java.lang.Deprecated; import 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)); } }