Package mods.railcraft.common.carts

Examples of mods.railcraft.common.carts.EntityLocomotiveSteam


                return;
            }
        }

        if (cart instanceof EntityLocomotiveSteam) {
            EntityLocomotiveSteam loco = (EntityLocomotiveSteam) cart;
            if (!loco.isSafeToFill()) {
                retractPipe();
                return;
            }
        }
View Full Code Here

TOP

Related Classes of mods.railcraft.common.carts.EntityLocomotiveSteam

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.