Minestom/src/autogenerated/java/net/minestom/server/instance/block/states/AcaciaSlab.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 AcaciaSlab {
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"));
}
}