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