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

34 lines
2.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 BlackBed {
public static void initStates() {
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1289, "facing=north","occupied=true","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1290, "facing=north","occupied=true","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1291, "facing=north","occupied=false","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1292, "facing=north","occupied=false","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1293, "facing=south","occupied=true","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1294, "facing=south","occupied=true","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1295, "facing=south","occupied=false","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1296, "facing=south","occupied=false","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1297, "facing=west","occupied=true","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1298, "facing=west","occupied=true","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1299, "facing=west","occupied=false","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1300, "facing=west","occupied=false","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1301, "facing=east","occupied=true","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1302, "facing=east","occupied=true","part=foot"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1303, "facing=east","occupied=false","part=head"));
Block.BLACK_BED.addBlockAlternative(new BlockAlternative((short) 1304, "facing=east","occupied=false","part=foot"));
}
}