8283848586878889909192
case StillGUI: return new GuiStill(player.inventory, (MachineStill) getTileForestry(world, x, y, z)); case WorktableGUI: return new GuiWorktable(player, (TileWorktable)getTileForestry(world, x, y, z)); default: return null; }