Example usage for net.minecraftforge.common IShearable interface-usage

List of usage examples for net.minecraftforge.common IShearable interface-usage

Introduction

In this page you can find the example usage for net.minecraftforge.common IShearable interface-usage.

Usage

From source file com.shinoow.abyssalcraft.common.blocks.BlockDLTLeaves.java

public class BlockDLTLeaves extends BlockLeavesBase implements IShearable {

    int[] adjacentTreeBlocks;
    @SideOnly(Side.CLIENT)
    private int iconType;
    public static final String[][] textureNames = new String[][] { { "DLT_L" }, { "DLT_L_opaque" } };

From source file com.shinoow.abyssalcraft.common.blocks.BlockDreadLeaves.java

public class BlockDreadLeaves extends BlockLeavesBase implements IShearable {

    int[] adjacentTreeBlocks;
    @SideOnly(Side.CLIENT)
    private int iconType;
    public static final String[][] textureNames = new String[][] { { "DrT_L" }, { "DrT_L_opaque" } };

From source file com.theslarfab.tmnmod.block.BlockTMNLeaves.java

public abstract class BlockTMNLeaves extends BlockLeavesBase implements IShearable {
    int[] field_150128_a;
    @SideOnly(Side.CLIENT)
    protected int field_150127_b;
    protected IIcon[][] field_150129_M = new IIcon[2][];

From source file de.sanandrew.mods.crystalbiome.block.BlockCrystalTallGrass.java

public class BlockCrystalTallGrass extends BlockBush implements IShearable {
    public IIcon[][] icons;

    public BlockCrystalTallGrass() {
        super(Material.vine);
        this.setBlockBounds(0.1F, 0.0F, 0.1F, 0.9F, 0.8F, 0.9F);

From source file extrabiomes.blocks.BlockAutumnLeaves.java

public class BlockAutumnLeaves extends BlockLeavesBase implements IShearable {
    public enum BlockType {
        UMBER(0), GOLDENROD(1), VERMILLION(2), CITRINE(3);

        private final int metadata;
        private ItemStack sapling = new ItemStack(Blocks.sapling);

From source file extrabiomes.blocks.BlockCustomTallGrass.java

public class BlockCustomTallGrass extends BlockFlower implements IShearable {
    public enum BlockType {
        BROWN(0), SHORT_BROWN(1), DEAD(2), DEAD_TALL(3), DEAD_YELLOW(4);

        private final int metadata;

From source file extrabiomes.blocks.BlockGreenLeaves.java

public class BlockGreenLeaves extends BlockLeavesBase implements IShearable {

    public enum BlockType {
        FIR(0), REDWOOD(1), ACACIA(2), CYPRESS(3);

        private final int metadata;

From source file extrabiomes.blocks.BlockMoreLeaves.java

public class BlockMoreLeaves extends BlockLeavesBase implements IShearable {

    public enum BlockType {
        SAKURA_BLOSSOM(0);

        private final int metadata;

From source file extrabiomes.blocks.BlockNewLeaves.java

public class BlockNewLeaves extends BlockLeavesBase implements IShearable {

    public enum BlockType {
        BALD_CYPRESS(0), JAPANESE_MAPLE(1), JAPANESE_MAPLE_SHRUB(2), RAINBOW_EUCALYPTUS(3);

        private final int metadata;

From source file fr.mcnanotech.kevin_68.nanotechmod.main.blocks.BlockNanoLeaves.java

public class BlockNanoLeaves extends BlockLeaves implements IShearable {
    protected IIcon fastIcon;
    public static final String[] types = new String[] { "nano" };

    public BlockNanoLeaves() {
        super();