Package net.minecraft.src.buildcraft.api

Examples of net.minecraft.src.buildcraft.api.EntityPassiveItem


                                              + Utils.getPipeFloorOf(stack), pos.z + 0.5,
                                              pos.orientation.reverse());

            entityPos.moveForwards(0.5);

            EntityPassiveItem entity = new EntityPassiveItem(w, entityPos.x,
                    entityPos.y, entityPos.z, stack);

            ((PipeTransportItems) transport).entityEntering(entity,
                    entityPos.orientation);
        }
View Full Code Here

TOP

Related Classes of net.minecraft.src.buildcraft.api.EntityPassiveItem

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.