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

50 lines
4.4 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 Bell {
public static void initStates() {
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14858, "attachment=FLOOR","facing=north","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14859, "attachment=FLOOR","facing=north","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14860, "attachment=FLOOR","facing=south","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14861, "attachment=FLOOR","facing=south","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14862, "attachment=FLOOR","facing=west","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14863, "attachment=FLOOR","facing=west","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14864, "attachment=FLOOR","facing=east","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14865, "attachment=FLOOR","facing=east","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14866, "attachment=CEILING","facing=north","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14867, "attachment=CEILING","facing=north","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14868, "attachment=CEILING","facing=south","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14869, "attachment=CEILING","facing=south","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14870, "attachment=CEILING","facing=west","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14871, "attachment=CEILING","facing=west","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14872, "attachment=CEILING","facing=east","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14873, "attachment=CEILING","facing=east","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14874, "attachment=SINGLE_WALL","facing=north","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14875, "attachment=SINGLE_WALL","facing=north","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14876, "attachment=SINGLE_WALL","facing=south","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14877, "attachment=SINGLE_WALL","facing=south","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14878, "attachment=SINGLE_WALL","facing=west","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14879, "attachment=SINGLE_WALL","facing=west","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14880, "attachment=SINGLE_WALL","facing=east","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14881, "attachment=SINGLE_WALL","facing=east","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14882, "attachment=DOUBLE_WALL","facing=north","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14883, "attachment=DOUBLE_WALL","facing=north","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14884, "attachment=DOUBLE_WALL","facing=south","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14885, "attachment=DOUBLE_WALL","facing=south","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14886, "attachment=DOUBLE_WALL","facing=west","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14887, "attachment=DOUBLE_WALL","facing=west","powered=false"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14888, "attachment=DOUBLE_WALL","facing=east","powered=true"));
Block.BELL.addBlockAlternative(new BlockAlternative((short) 14889, "attachment=DOUBLE_WALL","facing=east","powered=false"));
}
}