fontRenderer.drawString(LocaleUtil.localize(STR0),x + 8,y + ySize - 97,0x404040); | fontRenderer.drawString(LocaleUtil.localize(STR0),(int)x + 8,(int)y + ySize - 97,0x404040); | y + ySize | (int)y + ySize | BuildCraft | c45bb3a144813ee73fbb92e9d00f6a60d03eacdd | buildcraft.transport.gui.GuiGate | | | | | | Uses | True |
fontRenderer.drawString(localizedName,cX,y + 5,0x404040); | fontRenderer.drawString(localizedName,(int)cX,(int)y + 5,0x404040); | y + 5 | (int)y + 5 | BuildCraft | c45bb3a144813ee73fbb92e9d00f6a60d03eacdd | buildcraft.transport.gui.GuiGate | | | | | | Uses | True |
fontRenderer.drawString(LocaleUtil.localize(STR0),x + 8,y + ySize - 97,0x404040); | fontRenderer.drawString(LocaleUtil.localize(STR0),(int)x + 8,(int)y + ySize - 97,0x404040); | x + 8 | (int)x + 8 | BuildCraft | c45bb3a144813ee73fbb92e9d00f6a60d03eacdd | buildcraft.transport.gui.GuiGate | | | | | | Uses | True |