Examples of PipeLogicStone


Examples of net.minecraft.src.buildcraft.transport.PipeLogicStone

public class PipeItemsRedstone extends Pipe implements IPipeTransportItemsHook, IPipeProvideRedstonePowerHook {

    private @TileNetworkData int nextTexture = mod_AdditionalPipes.DEFUALT_RedStone_TEXTURE;
    public @TileNetworkData boolean isPowering = false;
    public PipeItemsRedstone(int itemID) {
        super(new PipeTransportItems(), new PipeLogicStone (), itemID);
    }
View Full Code Here

Examples of net.minecraft.src.buildcraft.transport.PipeLogicStone

import net.minecraft.src.buildcraft.additionalpipes.MutiPlayerProxy;

public class PipeItemsAdvancedInsertion extends Pipe implements IPipeTransportItemsHook {

    public PipeItemsAdvancedInsertion(int itemID) {
        super(new PipeTransportItems(), new PipeLogicStone (), itemID);

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.