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

50 lines
5.6 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 BlackStainedGlassPane {
public static void initStates() {
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7347, "east=true","north=true","south=true","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7348, "east=true","north=true","south=true","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7349, "east=true","north=true","south=true","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7350, "east=true","north=true","south=true","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7351, "east=true","north=true","south=false","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7352, "east=true","north=true","south=false","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7353, "east=true","north=true","south=false","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7354, "east=true","north=true","south=false","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7355, "east=true","north=false","south=true","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7356, "east=true","north=false","south=true","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7357, "east=true","north=false","south=true","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7358, "east=true","north=false","south=true","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7359, "east=true","north=false","south=false","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7360, "east=true","north=false","south=false","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7361, "east=true","north=false","south=false","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7362, "east=true","north=false","south=false","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7363, "east=false","north=true","south=true","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7364, "east=false","north=true","south=true","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7365, "east=false","north=true","south=true","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7366, "east=false","north=true","south=true","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7367, "east=false","north=true","south=false","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7368, "east=false","north=true","south=false","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7369, "east=false","north=true","south=false","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7370, "east=false","north=true","south=false","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7371, "east=false","north=false","south=true","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7372, "east=false","north=false","south=true","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7373, "east=false","north=false","south=true","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7374, "east=false","north=false","south=true","waterlogged=false","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7375, "east=false","north=false","south=false","waterlogged=true","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7376, "east=false","north=false","south=false","waterlogged=true","west=false"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7377, "east=false","north=false","south=false","waterlogged=false","west=true"));
Block.BLACK_STAINED_GLASS_PANE.addBlockAlternative(new BlockAlternative((short) 7378, "east=false","north=false","south=false","waterlogged=false","west=false"));
}
}