Minestom/src/autogenerated/java/net/minestom/server/instance/block/states/BlackstoneSlab.java

24 lines
1.1 KiB
Java

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