Examples of onBoost()


Examples of mods.railcraft.api.core.items.IToolCrowbar.onBoost()

                        if (cart.posZ < thePlayer.posZ)
                            cart.motionZ -= SMACK_VELOCITY;
                        else
                            cart.motionZ += SMACK_VELOCITY;
                    }
                    crowbar.onBoost(thePlayer, stack, cart);
                }
            }
        }
        if (used)
            event.setCanceled(true);
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.