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

50 lines
5.3 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 AcaciaFence {
public static void initStates() {
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8678, "east=true","north=true","south=true","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8679, "east=true","north=true","south=true","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8680, "east=true","north=true","south=true","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8681, "east=true","north=true","south=true","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8682, "east=true","north=true","south=false","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8683, "east=true","north=true","south=false","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8684, "east=true","north=true","south=false","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8685, "east=true","north=true","south=false","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8686, "east=true","north=false","south=true","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8687, "east=true","north=false","south=true","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8688, "east=true","north=false","south=true","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8689, "east=true","north=false","south=true","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8690, "east=true","north=false","south=false","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8691, "east=true","north=false","south=false","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8692, "east=true","north=false","south=false","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8693, "east=true","north=false","south=false","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8694, "east=false","north=true","south=true","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8695, "east=false","north=true","south=true","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8696, "east=false","north=true","south=true","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8697, "east=false","north=true","south=true","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8698, "east=false","north=true","south=false","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8699, "east=false","north=true","south=false","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8700, "east=false","north=true","south=false","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8701, "east=false","north=true","south=false","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8702, "east=false","north=false","south=true","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8703, "east=false","north=false","south=true","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8704, "east=false","north=false","south=true","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8705, "east=false","north=false","south=true","waterlogged=false","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8706, "east=false","north=false","south=false","waterlogged=true","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8707, "east=false","north=false","south=false","waterlogged=true","west=false"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8708, "east=false","north=false","south=false","waterlogged=false","west=true"));
Block.ACACIA_FENCE.addBlockAlternative(new BlockAlternative((short) 8709, "east=false","north=false","south=false","waterlogged=false","west=false"));
}
}