@Override
public void actionPerformed(GuiButton button){
if(button.id == 0 || button.id == 1) {
invSearchGui = new GuiInventorySearcher(FMLClientHandler.instance().getClient().thePlayer);
ProgWidgetArea area = (ProgWidgetArea)widget;
ItemStack gps = new ItemStack(Itemss.GPSTool);
if(button.id == 0) {
ItemGPSTool.setGPSLocation(gps, area.x1, area.y1, area.z1);
} else {
ItemGPSTool.setGPSLocation(gps, area.x2, area.y2, area.z2);