Examples of ConnectGolem()


Examples of thaumic.tinkerer.common.block.tile.TileGolemConnector.ConnectGolem()

            par2EntityPlayer.swingItem();
            return false;
          }
          TileGolemConnector trans = (TileGolemConnector) tile1;

          trans.ConnectGolem(par3EntityLivingBase.getUniqueID());

          setY(par1ItemStack, -1);

          playSound(par3EntityLivingBase.worldObj, (int) par3EntityLivingBase.posX, (int) par3EntityLivingBase.posY, (int) par3EntityLivingBase.posZ);
          par2EntityPlayer.addChatMessage(new ChatComponentTranslation("ttmisc.golemconnector.complete"));
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.