Package mods.railcraft.common.util.steam

Examples of mods.railcraft.common.util.steam.FluidFuelProvider


    protected final BoilerFuelTank tankFuel = new BoilerFuelTank(FluidHelper.BUCKET_VOLUME * 16, this);

    public TileBoilerFireboxLiquid() {
        super(2);
        tankManager.add(tankFuel);
        boiler.setFuelProvider(new FluidFuelProvider(tankFuel));
    }
View Full Code Here

TOP

Related Classes of mods.railcraft.common.util.steam.FluidFuelProvider

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.