public class GuiDetectorLocomotive extends TileGui {
private final String label;
public GuiDetectorLocomotive(InventoryPlayer inv, TileDetector tile) {
super(tile, new ContainerDetectorLocomotive(inv, tile), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_double_slot.png");
xSize = 176;
ySize = 170;
label = tile.getName();
}