public static final int ySize = 177;
private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/exportbusfluid.png");
public GuiBusFluidExport(World world, IInventory inventory, TileEntityBusFluidExport tileentity, EntityPlayer player)
{
super(new ContainerBusFluidExport(inventory, tileentity.getInventory()));
this.world = world;
this.tileentity = tileentity;
this.player = player;
}