Package thaumic.tinkerer.common.block.tile

Examples of thaumic.tinkerer.common.block.tile.TileGolemConnector


        } else {
          if (par3EntityLivingBase.worldObj.isRemote) {
            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


  }

  @Override
  public TileCamo createNewTileEntity(World world, int meta) {
    // TODO Auto-generated method stub
    return new TileGolemConnector();
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.block.tile.TileGolemConnector

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.