Examples of onLink()


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

                        } else {
                            linkMap.put(thePlayer, (EntityMinecart) entity);
                            ChatPlugin.sendLocalizedChat(thePlayer, "railcraft.gui.link.started");
                        }
                    if (used)
                        crowbar.onLink(thePlayer, stack, cart);
                } else if (crowbar.canBoost(thePlayer, stack, cart)) {
                    thePlayer.addExhaustion(1F);

                    if (thePlayer.ridingEntity != null) {
                        // NOOP
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.