public static final int ySize = 196;
private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/interfacefluid.png");
public GuiInterfaceFluid(IInventory player, TileEntityInterfaceFluid tileentity)
{
super(new ContainerInterfaceFluid(player, tileentity.getInventory()));
this.tileentity = tileentity;
}