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

42 lines
3.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 AcaciaButton {
public static void initStates() {
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6446, "face=FLOOR","facing=north","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6447, "face=FLOOR","facing=north","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6448, "face=FLOOR","facing=south","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6449, "face=FLOOR","facing=south","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6450, "face=FLOOR","facing=west","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6451, "face=FLOOR","facing=west","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6452, "face=FLOOR","facing=east","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6453, "face=FLOOR","facing=east","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6454, "face=WALL","facing=north","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6455, "face=WALL","facing=north","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6456, "face=WALL","facing=south","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6457, "face=WALL","facing=south","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6458, "face=WALL","facing=west","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6459, "face=WALL","facing=west","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6460, "face=WALL","facing=east","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6461, "face=WALL","facing=east","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6462, "face=CEILING","facing=north","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6463, "face=CEILING","facing=north","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6464, "face=CEILING","facing=south","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6465, "face=CEILING","facing=south","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6466, "face=CEILING","facing=west","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6467, "face=CEILING","facing=west","powered=false"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6468, "face=CEILING","facing=east","powered=true"));
Block.ACACIA_BUTTON.addBlockAlternative(new BlockAlternative((short) 6469, "face=CEILING","facing=east","powered=false"));
}
}