Package net.minecraft.src.buildcraft.transport

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


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

Related Classes of net.minecraft.src.buildcraft.transport.PipeLogicStone

Copyright © 2018 www.massapicom. 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.